Java Reference

Java Reference

RegularLimitParametersOrBuilder.java
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ortools/constraint_solver/search_limit.proto
3 
4 package com.google.ortools.constraintsolver;
5 
6 public interface RegularLimitParametersOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.RegularLimitParameters)
8  com.google.protobuf.MessageOrBuilder {
9 
18  long getTime();
19 
24  long getBranches();
25 
30  long getFailures();
31 
36  long getSolutions();
37 
42  boolean getSmartTimeCheck();
43 
48  boolean getCumulative();
49 }
boolean getSmartTimeCheck()
bool smart_time_check = 5;
long getBranches()
int64 branches = 2;
long getTime()
boolean getCumulative()
bool cumulative = 6;
long getFailures()
int64 failures = 3;
long getSolutions()
int64 solutions = 4;