OR-Tools 7.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
ortools
gen
com
google
ortools
constraintsolver
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
package
com.google.ortools.constraintsolver;
5
6
public
interface
ConstraintSolverParametersOrBuilder
extends
7
// @@protoc_insertion_point(interface_extends:operations_research.ConstraintSolverParameters)
8
com
.google.protobuf.MessageOrBuilder {
9
19
int
getCompressTrailValue
();
29
com
.
google
.
ortools
.
constraintsolver
.
ConstraintSolverParameters
.
TrailCompression
getCompressTrail
();
30
39
int
getTrailBlockSize
();
40
49
int
getArraySplitSize
();
50
59
boolean
getStoreNames
();
60
68
boolean
getNameCastVariables
();
69
77
boolean
getNameAllVariables
();
78
86
boolean
getProfilePropagation
();
87
95
java.lang.String
getProfileFile
();
103
com
.
google
.protobuf.ByteString
104
getProfileFileBytes
();
105
113
boolean
getProfileLocalSearch
();
114
122
boolean
getPrintLocalSearchProfile
();
123
131
boolean
getTracePropagation
();
132
140
boolean
getTraceSearch
();
141
149
boolean
getPrintModel
();
150
158
boolean
getPrintModelStats
();
159
167
boolean
getPrintAddedConstraints
();
168
172
boolean
getDisableSolve
();
173
181
boolean
getUseSmallTable
();
182
190
boolean
getUseCumulativeEdgeFinder
();
191
195
boolean
getUseCumulativeTimeTable
();
196
200
boolean
getUseCumulativeTimeTableSync
();
201
205
boolean
getUseSequenceHighDemandTasks
();
206
210
boolean
getUseAllPossibleDisjunctions
();
211
215
int
getMaxEdgeFinderSize
();
216
224
boolean
getDiffnUseCumulative
();
225
233
boolean
getUseElementRmq
();
234
245
boolean
getSkipLocallyOptimalPaths
();
246
254
int
getCheckSolutionPeriod
();
255
}
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getPrintModelStats
boolean getPrintModelStats()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getCheckSolutionPeriod
int getCheckSolutionPeriod()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getUseAllPossibleDisjunctions
boolean getUseAllPossibleDisjunctions()
bool use_all_possible_disjunctions = 108;
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Definition:
ConstraintSolverParametersOrBuilder.java:6
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getUseSmallTable
boolean getUseSmallTable()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getPrintLocalSearchProfile
boolean getPrintLocalSearchProfile()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getNameAllVariables
boolean getNameAllVariables()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getUseCumulativeTimeTableSync
boolean getUseCumulativeTimeTableSync()
bool use_cumulative_time_table_sync = 112;
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getMaxEdgeFinderSize
int getMaxEdgeFinderSize()
int32 max_edge_finder_size = 109;
com
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getCompressTrailValue
int getCompressTrailValue()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getSkipLocallyOptimalPaths
boolean getSkipLocallyOptimalPaths()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getProfileLocalSearch
boolean getProfileLocalSearch()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getArraySplitSize
int getArraySplitSize()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getUseCumulativeTimeTable
boolean getUseCumulativeTimeTable()
bool use_cumulative_time_table = 106;
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getPrintAddedConstraints
boolean getPrintAddedConstraints()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getUseElementRmq
boolean getUseElementRmq()
com.google.ortools
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getProfileFileBytes
com.google.protobuf.ByteString getProfileFileBytes()
com.google.ortools.constraintsolver
Definition:
IntIntToLongFunction.java:14
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getPrintModel
boolean getPrintModel()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getStoreNames
boolean getStoreNames()
com.google.ortools.constraintsolver.ConstraintSolverParameters
Definition:
ConstraintSolverParameters.java:13
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getUseCumulativeEdgeFinder
boolean getUseCumulativeEdgeFinder()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getUseSequenceHighDemandTasks
boolean getUseSequenceHighDemandTasks()
bool use_sequence_high_demand_tasks = 107;
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getProfileFile
java.lang.String getProfileFile()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getTracePropagation
boolean getTracePropagation()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getNameCastVariables
boolean getNameCastVariables()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getCompressTrail
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression getCompressTrail()
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
Definition:
ConstraintSolverParameters.java:233
com.google
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getDisableSolve
boolean getDisableSolve()
bool disable_solve = 15;
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getProfilePropagation
boolean getProfilePropagation()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getTrailBlockSize
int getTrailBlockSize()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getDiffnUseCumulative
boolean getDiffnUseCumulative()
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.getTraceSearch
boolean getTraceSearch()