Google OR-Tools
v9.11
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
// source: ortools/constraint_solver/solver_parameters.proto
3
4
// Protobuf Java Version: 4.26.1
5
package
com.google.ortools.constraintsolver;
6
7
public
interface
ConstraintSolverParametersOrBuilder
extends
8
// @@protoc_insertion_point(interface_extends:operations_research.ConstraintSolverParameters)
9
com.google.protobuf.MessageOrBuilder {
10
21
int
getCompressTrailValue
();
32
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
getCompressTrail
();
33
43
int
getTrailBlockSize
();
44
54
int
getArraySplitSize
();
55
65
boolean
getStoreNames
();
66
75
boolean
getNameCastVariables
();
76
85
boolean
getNameAllVariables
();
86
95
boolean
getProfilePropagation
();
96
105
java.lang.String
getProfileFile
();
114
com.google.protobuf.ByteString
115
getProfileFileBytes
();
116
125
boolean
getProfileLocalSearch
();
126
135
boolean
getPrintLocalSearchProfile
();
136
145
boolean
getTracePropagation
();
146
155
boolean
getTraceSearch
();
156
165
boolean
getPrintModel
();
166
175
boolean
getPrintModelStats
();
176
185
boolean
getPrintAddedConstraints
();
186
191
boolean
getDisableSolve
();
192
202
boolean
getUseSmallTable
();
203
213
boolean
getUseCumulativeEdgeFinder
();
214
219
boolean
getUseCumulativeTimeTable
();
220
225
boolean
getUseCumulativeTimeTableSync
();
226
231
boolean
getUseSequenceHighDemandTasks
();
232
237
boolean
getUseAllPossibleDisjunctions
();
238
243
int
getMaxEdgeFinderSize
();
244
254
boolean
getDiffnUseCumulative
();
255
265
boolean
getUseElementRmq
();
266
279
boolean
getSkipLocallyOptimalPaths
();
280
290
int
getCheckSolutionPeriod
();
291
}
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
Definition
ConstraintSolverParameters.java:59
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Definition
ConstraintSolverParametersOrBuilder.java:9
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.12.0