Google OR-Tools
v9.11
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
// source: ortools/constraint_solver/search_limit.proto
3
4
// Protobuf Java Version: 4.26.1
5
package
com.google.ortools.constraintsolver;
6
7
public
interface
RegularLimitParametersOrBuilder
extends
8
// @@protoc_insertion_point(interface_extends:operations_research.RegularLimitParameters)
9
com.google.protobuf.MessageOrBuilder {
10
19
long
getTime
();
20
25
long
getBranches
();
26
31
long
getFailures
();
32
37
long
getSolutions
();
38
43
boolean
getSmartTimeCheck
();
44
49
boolean
getCumulative
();
50
}
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
Definition
RegularLimitParametersOrBuilder.java:9
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.12.0