Google OR-Tools
v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
RegularLimitParametersOrBuilder.java
Go to the documentation of this file.
1
// Generated by the protocol buffer compiler. DO NOT EDIT!
2
// NO CHECKED-IN PROTOBUF GENCODE
3
// source: ortools/constraint_solver/search_limit.proto
4
// Protobuf Java Version: 4.29.3
5
6
package
com.google.ortools.constraintsolver;
7
8
public
interface
RegularLimitParametersOrBuilder
extends
9
// @@protoc_insertion_point(interface_extends:operations_research.RegularLimitParameters)
10
com.google.protobuf.MessageOrBuilder {
11
20
long
getTime
();
21
26
long
getBranches
();
27
32
long
getFailures
();
33
38
long
getSolutions
();
39
44
boolean
getSmartTimeCheck
();
45
50
boolean
getCumulative
();
51
}
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
Definition
RegularLimitParametersOrBuilder.java:10
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getSolutions
long getSolutions()
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getBranches
long getBranches()
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getTime
long getTime()
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getSmartTimeCheck
boolean getSmartTimeCheck()
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getCumulative
boolean getCumulative()
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getFailures
long getFailures()
build
java
ortools-java
src
main
java
com
google
ortools
constraintsolver
RegularLimitParametersOrBuilder.java
Generated by
1.13.2