Google OR-Tools
v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ConstraintSolverParametersOrBuilder.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/solver_parameters.proto
4
// Protobuf Java Version: 4.29.3
5
6
package
com.google.ortools.constraintsolver;
7
8
public
interface
ConstraintSolverParametersOrBuilder
extends
9
// @@protoc_insertion_point(interface_extends:operations_research.ConstraintSolverParameters)
10
com.google.protobuf.MessageOrBuilder {
11
22
int
getCompressTrailValue
();
33
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
getCompressTrail
();
34
44
int
getTrailBlockSize
();
45
55
int
getArraySplitSize
();
56
66
boolean
getStoreNames
();
67
76
boolean
getNameCastVariables
();
77
86
boolean
getNameAllVariables
();
87
96
boolean
getProfilePropagation
();
97
106
java.lang.String
getProfileFile
();
115
com.google.protobuf.ByteString
116
getProfileFileBytes
();
117
126
boolean
getProfileLocalSearch
();
127
136
boolean
getPrintLocalSearchProfile
();
137
146
boolean
getTracePropagation
();
147
156
boolean
getTraceSearch
();
157
166
boolean
getPrintModel
();
167
176
boolean
getPrintModelStats
();
177
186
boolean
getPrintAddedConstraints
();
187
192
boolean
getDisableSolve
();
193
203
boolean
getUseSmallTable
();
204
214
boolean
getUseCumulativeEdgeFinder
();
215
220
boolean
getUseCumulativeTimeTable
();
221
226
boolean
getUseCumulativeTimeTableSync
();
227
232
boolean
getUseSequenceHighDemandTasks
();
233
238
boolean
getUseAllPossibleDisjunctions
();
239
244
int
getMaxEdgeFinderSize
();
245
255
boolean
getDiffnUseCumulative
();
256
266
boolean
getUseElementRmq
();
267
280
boolean
getSkipLocallyOptimalPaths
();
281
291
int
getCheckSolutionPeriod
();
292
}
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
Definition
ConstraintSolverParameters.java:60
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Definition
ConstraintSolverParametersOrBuilder.java:10
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getPrintModelStats
boolean getPrintModelStats()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getUseAllPossibleDisjunctions
boolean getUseAllPossibleDisjunctions()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getUseCumulativeTimeTable
boolean getUseCumulativeTimeTable()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getPrintModel
boolean getPrintModel()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getNameAllVariables
boolean getNameAllVariables()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getCompressTrail
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression getCompressTrail()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getUseSmallTable
boolean getUseSmallTable()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getTracePropagation
boolean getTracePropagation()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getStoreNames
boolean getStoreNames()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getTraceSearch
boolean getTraceSearch()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getUseSequenceHighDemandTasks
boolean getUseSequenceHighDemandTasks()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getPrintAddedConstraints
boolean getPrintAddedConstraints()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getProfileFile
java.lang.String getProfileFile()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getUseCumulativeTimeTableSync
boolean getUseCumulativeTimeTableSync()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getCheckSolutionPeriod
int getCheckSolutionPeriod()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getProfilePropagation
boolean getProfilePropagation()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getCompressTrailValue
int getCompressTrailValue()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getNameCastVariables
boolean getNameCastVariables()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getDisableSolve
boolean getDisableSolve()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getArraySplitSize
int getArraySplitSize()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getPrintLocalSearchProfile
boolean getPrintLocalSearchProfile()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getProfileFileBytes
com.google.protobuf.ByteString getProfileFileBytes()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getUseElementRmq
boolean getUseElementRmq()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getProfileLocalSearch
boolean getProfileLocalSearch()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getUseCumulativeEdgeFinder
boolean getUseCumulativeEdgeFinder()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getTrailBlockSize
int getTrailBlockSize()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getSkipLocallyOptimalPaths
boolean getSkipLocallyOptimalPaths()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getDiffnUseCumulative
boolean getDiffnUseCumulative()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getMaxEdgeFinderSize
int getMaxEdgeFinderSize()
build
java
ortools-java
src
main
java
com
google
ortools
constraintsolver
ConstraintSolverParametersOrBuilder.java
Generated by
1.13.2