OR-Tools 7.2
Main Page
Related Pages
Namespaces
Classes
File List
ortools
gen
com
google
ortools
constraintsolver
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
13
long
getTime
();
14
18
long
getBranches
();
19
23
long
getFailures
();
24
28
long
getSolutions
();
29
33
boolean
getSmartTimeCheck
();
34
38
boolean
getCumulative
();
39
}
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getCumulative
boolean getCumulative()
bool cumulative = 6;
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getFailures
long getFailures()
int64 failures = 3;
com
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getSmartTimeCheck
boolean getSmartTimeCheck()
bool smart_time_check = 5;
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
Definition:
RegularLimitParametersOrBuilder.java:6
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getTime
long getTime()
int64 time = 1;
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getSolutions
long getSolutions()
int64 solutions = 4;
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getBranches
long getBranches()
int64 branches = 2;