Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.ConstraintSolverParameters Class Reference
Inheritance diagram for com.google.ortools.constraintsolver.ConstraintSolverParameters:
com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder

Classes

class  Builder
 
enum  TrailCompression
 

Public Member Functions

int getCompressTrailValue ()
 
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression getCompressTrail ()
 
int getTrailBlockSize ()
 
int getArraySplitSize ()
 
boolean getStoreNames ()
 
boolean getNameCastVariables ()
 
boolean getNameAllVariables ()
 
boolean getProfilePropagation ()
 
java.lang.String getProfileFile ()
 
com.google.protobuf.ByteString getProfileFileBytes ()
 
boolean getProfileLocalSearch ()
 
boolean getPrintLocalSearchProfile ()
 
boolean getTracePropagation ()
 
boolean getTraceSearch ()
 
boolean getPrintModel ()
 
boolean getPrintModelStats ()
 
boolean getPrintAddedConstraints ()
 
boolean getDisableSolve ()
 
boolean getUseSmallTable ()
 
boolean getUseCumulativeEdgeFinder ()
 
boolean getUseCumulativeTimeTable ()
 
boolean getUseCumulativeTimeTableSync ()
 
boolean getUseSequenceHighDemandTasks ()
 
boolean getUseAllPossibleDisjunctions ()
 
int getMaxEdgeFinderSize ()
 
boolean getDiffnUseCumulative ()
 
boolean getUseElementRmq ()
 
boolean getSkipLocallyOptimalPaths ()
 
int getCheckSolutionPeriod ()
 
final boolean isInitialized ()
 
void writeTo (com.google.protobuf.CodedOutputStream output) throws java.io.IOException
 
int getSerializedSize ()
 
boolean equals (final java.lang.Object obj)
 
int hashCode ()
 
Builder newBuilderForType ()
 
Builder toBuilder ()
 
com.google.protobuf.Parser< ConstraintSolverParametersgetParserForType ()
 
com.google.ortools.constraintsolver.ConstraintSolverParameters getDefaultInstanceForType ()
 
- Public Member Functions inherited from com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
 
static com.google.ortools.constraintsolver.ConstraintSolverParameters parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.ConstraintSolverParameters parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.ConstraintSolverParameters parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.ConstraintSolverParameters parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.ConstraintSolverParameters parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.ConstraintSolverParameters parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.ConstraintSolverParameters parseFrom (java.io.InputStream input) throws java.io.IOException
 
static com.google.ortools.constraintsolver.ConstraintSolverParameters parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static com.google.ortools.constraintsolver.ConstraintSolverParameters parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException
 
static com.google.ortools.constraintsolver.ConstraintSolverParameters parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static com.google.ortools.constraintsolver.ConstraintSolverParameters parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException
 
static com.google.ortools.constraintsolver.ConstraintSolverParameters parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static Builder newBuilder ()
 
static Builder newBuilder (com.google.ortools.constraintsolver.ConstraintSolverParameters prototype)
 
static com.google.ortools.constraintsolver.ConstraintSolverParameters getDefaultInstance ()
 
static com.google.protobuf.Parser< ConstraintSolverParametersparser ()
 

Static Public Attributes

static final int COMPRESS_TRAIL_FIELD_NUMBER = 1
 
static final int TRAIL_BLOCK_SIZE_FIELD_NUMBER = 2
 
static final int ARRAY_SPLIT_SIZE_FIELD_NUMBER = 3
 
static final int STORE_NAMES_FIELD_NUMBER = 4
 
static final int NAME_CAST_VARIABLES_FIELD_NUMBER = 5
 
static final int NAME_ALL_VARIABLES_FIELD_NUMBER = 6
 
static final int PROFILE_PROPAGATION_FIELD_NUMBER = 7
 
static final int PROFILE_FILE_FIELD_NUMBER = 8
 
static final int PROFILE_LOCAL_SEARCH_FIELD_NUMBER = 16
 
static final int PRINT_LOCAL_SEARCH_PROFILE_FIELD_NUMBER = 17
 
static final int TRACE_PROPAGATION_FIELD_NUMBER = 9
 
static final int TRACE_SEARCH_FIELD_NUMBER = 10
 
static final int PRINT_MODEL_FIELD_NUMBER = 11
 
static final int PRINT_MODEL_STATS_FIELD_NUMBER = 12
 
static final int PRINT_ADDED_CONSTRAINTS_FIELD_NUMBER = 13
 
static final int DISABLE_SOLVE_FIELD_NUMBER = 15
 
static final int USE_SMALL_TABLE_FIELD_NUMBER = 101
 
static final int USE_CUMULATIVE_EDGE_FINDER_FIELD_NUMBER = 105
 
static final int USE_CUMULATIVE_TIME_TABLE_FIELD_NUMBER = 106
 
static final int USE_CUMULATIVE_TIME_TABLE_SYNC_FIELD_NUMBER = 112
 
static final int USE_SEQUENCE_HIGH_DEMAND_TASKS_FIELD_NUMBER = 107
 
static final int USE_ALL_POSSIBLE_DISJUNCTIONS_FIELD_NUMBER = 108
 
static final int MAX_EDGE_FINDER_SIZE_FIELD_NUMBER = 109
 
static final int DIFFN_USE_CUMULATIVE_FIELD_NUMBER = 110
 
static final int USE_ELEMENT_RMQ_FIELD_NUMBER = 111
 
static final int SKIP_LOCALLY_OPTIMAL_PATHS_FIELD_NUMBER = 113
 
static final int CHECK_SOLUTION_PERIOD_FIELD_NUMBER = 114
 

Protected Member Functions

com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable ()
 
Builder newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent)
 

Detailed Description

Solver parameters.

Protobuf type operations_research.ConstraintSolverParameters

Definition at line 14 of file ConstraintSolverParameters.java.

Member Function Documentation

◆ equals()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.equals ( final java.lang.Object obj)

Definition at line 829 of file ConstraintSolverParameters.java.

◆ getArraySplitSize()

int com.google.ortools.constraintsolver.ConstraintSolverParameters.getArraySplitSize ( )
When a sum/min/max operation is applied on a large array, this
array is recursively split into blocks of size 'array_split_size'.

int32 array_split_size = 3;

Returns
The arraySplitSize.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 230 of file ConstraintSolverParameters.java.

◆ getCheckSolutionPeriod()

int com.google.ortools.constraintsolver.ConstraintSolverParameters.getCheckSolutionPeriod ( )

Control the behavior of local search.

int32 check_solution_period = 114;

Returns
The checkSolutionPeriod.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 608 of file ConstraintSolverParameters.java.

◆ getCompressTrail()

com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression com.google.ortools.constraintsolver.ConstraintSolverParameters.getCompressTrail ( )
This parameter indicates if the solver should compress the trail
during the search. No compression means that the solver will be faster,
but will use more memory.

.operations_research.ConstraintSolverParameters.TrailCompression compress_trail = 1;

Returns
The compressTrail.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 197 of file ConstraintSolverParameters.java.

◆ getCompressTrailValue()

int com.google.ortools.constraintsolver.ConstraintSolverParameters.getCompressTrailValue ( )
This parameter indicates if the solver should compress the trail
during the search. No compression means that the solver will be faster,
but will use more memory.

.operations_research.ConstraintSolverParameters.TrailCompression compress_trail = 1;

Returns
The enum numeric value on the wire for compressTrail.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 184 of file ConstraintSolverParameters.java.

◆ getDefaultInstance()

static com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.getDefaultInstance ( )
static

Definition at line 2776 of file ConstraintSolverParameters.java.

◆ getDefaultInstanceForType()

com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.getDefaultInstanceForType ( )

Definition at line 2812 of file ConstraintSolverParameters.java.

◆ getDescriptor()

static final com.google.protobuf.Descriptors.Descriptor com.google.ortools.constraintsolver.ConstraintSolverParameters.getDescriptor ( )
static

Definition at line 38 of file ConstraintSolverParameters.java.

◆ getDiffnUseCumulative()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getDiffnUseCumulative ( )

Control the propagation of the diffn constraint.

bool diffn_use_cumulative = 110;

Returns
The diffnUseCumulative.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 557 of file ConstraintSolverParameters.java.

◆ getDisableSolve()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getDisableSolve ( )

bool disable_solve = 15;

Returns
The disableSolve.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 454 of file ConstraintSolverParameters.java.

◆ getMaxEdgeFinderSize()

int com.google.ortools.constraintsolver.ConstraintSolverParameters.getMaxEdgeFinderSize ( )

int32 max_edge_finder_size = 109;

Returns
The maxEdgeFinderSize.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 541 of file ConstraintSolverParameters.java.

◆ getNameAllVariables()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getNameAllVariables ( )
Should anonymous variables be given a name.

bool name_all_variables = 6;

Returns
The nameAllVariables.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 276 of file ConstraintSolverParameters.java.

◆ getNameCastVariables()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getNameCastVariables ( )
Create names for cast variables.

bool name_cast_variables = 5;

Returns
The nameCastVariables.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 261 of file ConstraintSolverParameters.java.

◆ getParserForType()

com.google.protobuf.Parser< ConstraintSolverParameters > com.google.ortools.constraintsolver.ConstraintSolverParameters.getParserForType ( )

Definition at line 2807 of file ConstraintSolverParameters.java.

◆ getPrintAddedConstraints()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getPrintAddedConstraints ( )
Print added constraints.

bool print_added_constraints = 13;

Returns
The printAddedConstraints.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 443 of file ConstraintSolverParameters.java.

◆ getPrintLocalSearchProfile()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getPrintLocalSearchProfile ( )
Print local search profiling data after solving.

bool print_local_search_profile = 17;

Returns
The printLocalSearchProfile.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 368 of file ConstraintSolverParameters.java.

◆ getPrintModel()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getPrintModel ( )
Print the model before solving.

bool print_model = 11;

Returns
The printModel.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 413 of file ConstraintSolverParameters.java.

◆ getPrintModelStats()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getPrintModelStats ( )
Print model statistics before solving.

bool print_model_stats = 12;

Returns
The printModelStats.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 428 of file ConstraintSolverParameters.java.

◆ getProfileFile()

java.lang.String com.google.ortools.constraintsolver.ConstraintSolverParameters.getProfileFile ( )
Export propagation profiling data to file.

string profile_file = 8;

Returns
The profileFile.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 307 of file ConstraintSolverParameters.java.

◆ getProfileFileBytes()

com.google.protobuf.ByteString com.google.ortools.constraintsolver.ConstraintSolverParameters.getProfileFileBytes ( )
Export propagation profiling data to file.

string profile_file = 8;

Returns
The bytes for profileFile.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 329 of file ConstraintSolverParameters.java.

◆ getProfileLocalSearch()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getProfileLocalSearch ( )
Activate local search profiling.

bool profile_local_search = 16;

Returns
The profileLocalSearch.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 353 of file ConstraintSolverParameters.java.

◆ getProfilePropagation()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getProfilePropagation ( )
Activate propagation profiling.

bool profile_propagation = 7;

Returns
The profilePropagation.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 291 of file ConstraintSolverParameters.java.

◆ getSerializedSize()

int com.google.ortools.constraintsolver.ConstraintSolverParameters.getSerializedSize ( )

Definition at line 711 of file ConstraintSolverParameters.java.

◆ getSkipLocallyOptimalPaths()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getSkipLocallyOptimalPaths ( )

Skip locally optimal pairs of paths in PathOperators. Setting this
parameter to true might skip valid neighbors if there are constraints
linking paths together (such as precedences). In any other case this
should only speed up the search without omitting any neighbors.

bool skip_locally_optimal_paths = 113;

Returns
The skipLocallyOptimalPaths.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 592 of file ConstraintSolverParameters.java.

◆ getStoreNames()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getStoreNames ( )
This parameters indicates if the solver should store the names of
the objets it manages.

bool store_names = 4;

Returns
The storeNames.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 246 of file ConstraintSolverParameters.java.

◆ getTracePropagation()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getTracePropagation ( )
Activate propagate tracing.

bool trace_propagation = 9;

Returns
The tracePropagation.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 383 of file ConstraintSolverParameters.java.

◆ getTraceSearch()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getTraceSearch ( )
Trace search.

bool trace_search = 10;

Returns
The traceSearch.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 398 of file ConstraintSolverParameters.java.

◆ getTrailBlockSize()

int com.google.ortools.constraintsolver.ConstraintSolverParameters.getTrailBlockSize ( )
This parameter indicates the default size of a block of the trail.
Compression applies at the block level.

int32 trail_block_size = 2;

Returns
The trailBlockSize.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 214 of file ConstraintSolverParameters.java.

◆ getUseAllPossibleDisjunctions()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getUseAllPossibleDisjunctions ( )

bool use_all_possible_disjunctions = 108;

Returns
The useAllPossibleDisjunctions.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 530 of file ConstraintSolverParameters.java.

◆ getUseCumulativeEdgeFinder()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getUseCumulativeEdgeFinder ( )

Control the propagation of the cumulative constraint.

bool use_cumulative_edge_finder = 105;

Returns
The useCumulativeEdgeFinder.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 486 of file ConstraintSolverParameters.java.

◆ getUseCumulativeTimeTable()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getUseCumulativeTimeTable ( )

bool use_cumulative_time_table = 106;

Returns
The useCumulativeTimeTable.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 497 of file ConstraintSolverParameters.java.

◆ getUseCumulativeTimeTableSync()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getUseCumulativeTimeTableSync ( )

bool use_cumulative_time_table_sync = 112;

Returns
The useCumulativeTimeTableSync.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 508 of file ConstraintSolverParameters.java.

◆ getUseElementRmq()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getUseElementRmq ( )

Control the implementation of the element constraint.

bool use_element_rmq = 111;

Returns
The useElementRmq.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 573 of file ConstraintSolverParameters.java.

◆ getUseSequenceHighDemandTasks()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getUseSequenceHighDemandTasks ( )

bool use_sequence_high_demand_tasks = 107;

Returns
The useSequenceHighDemandTasks.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 519 of file ConstraintSolverParameters.java.

◆ getUseSmallTable()

boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.getUseSmallTable ( )

Control the implementation of the table constraint.

bool use_small_table = 101;

Returns
The useSmallTable.

Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.

Definition at line 470 of file ConstraintSolverParameters.java.

◆ hashCode()

int com.google.ortools.constraintsolver.ConstraintSolverParameters.hashCode ( )

Definition at line 896 of file ConstraintSolverParameters.java.

◆ internalGetFieldAccessorTable()

com.google.protobuf.GeneratedMessage.FieldAccessorTable com.google.ortools.constraintsolver.ConstraintSolverParameters.internalGetFieldAccessorTable ( )
protected

Definition at line 44 of file ConstraintSolverParameters.java.

◆ isInitialized()

final boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.isInitialized ( )

Definition at line 614 of file ConstraintSolverParameters.java.

◆ newBuilder() [1/2]

static Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.newBuilder ( )
static

Definition at line 1056 of file ConstraintSolverParameters.java.

◆ newBuilder() [2/2]

static Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.newBuilder ( com.google.ortools.constraintsolver.ConstraintSolverParameters prototype)
static

Definition at line 1059 of file ConstraintSolverParameters.java.

◆ newBuilderForType() [1/2]

Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.newBuilderForType ( )

Definition at line 1055 of file ConstraintSolverParameters.java.

◆ newBuilderForType() [2/2]

Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.newBuilderForType ( com.google.protobuf.GeneratedMessage.BuilderParent parent)
protected

Definition at line 1069 of file ConstraintSolverParameters.java.

◆ parseDelimitedFrom() [1/2]

static com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.parseDelimitedFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 1027 of file ConstraintSolverParameters.java.

◆ parseDelimitedFrom() [2/2]

static com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.parseDelimitedFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 1033 of file ConstraintSolverParameters.java.

◆ parseFrom() [1/10]

static com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.parseFrom ( byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 1004 of file ConstraintSolverParameters.java.

◆ parseFrom() [2/10]

static com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.parseFrom ( byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 1008 of file ConstraintSolverParameters.java.

◆ parseFrom() [3/10]

static com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.parseFrom ( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 993 of file ConstraintSolverParameters.java.

◆ parseFrom() [4/10]

static com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.parseFrom ( com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 998 of file ConstraintSolverParameters.java.

◆ parseFrom() [5/10]

static com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.parseFrom ( com.google.protobuf.CodedInputStream input) throws java.io.IOException
static

Definition at line 1040 of file ConstraintSolverParameters.java.

◆ parseFrom() [6/10]

static com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.parseFrom ( com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 1046 of file ConstraintSolverParameters.java.

◆ parseFrom() [7/10]

static com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.parseFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 1014 of file ConstraintSolverParameters.java.

◆ parseFrom() [8/10]

static com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.parseFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 1019 of file ConstraintSolverParameters.java.

◆ parseFrom() [9/10]

static com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.parseFrom ( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 982 of file ConstraintSolverParameters.java.

◆ parseFrom() [10/10]

static com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.parseFrom ( java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 987 of file ConstraintSolverParameters.java.

◆ parser()

static com.google.protobuf.Parser< ConstraintSolverParameters > com.google.ortools.constraintsolver.ConstraintSolverParameters.parser ( )
static

Definition at line 2802 of file ConstraintSolverParameters.java.

◆ toBuilder()

Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.toBuilder ( )

Definition at line 1063 of file ConstraintSolverParameters.java.

◆ writeTo()

void com.google.ortools.constraintsolver.ConstraintSolverParameters.writeTo ( com.google.protobuf.CodedOutputStream output) throws java.io.IOException

Definition at line 624 of file ConstraintSolverParameters.java.

Member Data Documentation

◆ ARRAY_SPLIT_SIZE_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.ARRAY_SPLIT_SIZE_FIELD_NUMBER = 3
static

Definition at line 218 of file ConstraintSolverParameters.java.

◆ CHECK_SOLUTION_PERIOD_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.CHECK_SOLUTION_PERIOD_FIELD_NUMBER = 114
static

Definition at line 596 of file ConstraintSolverParameters.java.

◆ COMPRESS_TRAIL_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.COMPRESS_TRAIL_FIELD_NUMBER = 1
static

Definition at line 172 of file ConstraintSolverParameters.java.

◆ DIFFN_USE_CUMULATIVE_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.DIFFN_USE_CUMULATIVE_FIELD_NUMBER = 110
static

Definition at line 545 of file ConstraintSolverParameters.java.

◆ DISABLE_SOLVE_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.DISABLE_SOLVE_FIELD_NUMBER = 15
static

Definition at line 447 of file ConstraintSolverParameters.java.

◆ MAX_EDGE_FINDER_SIZE_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.MAX_EDGE_FINDER_SIZE_FIELD_NUMBER = 109
static

Definition at line 534 of file ConstraintSolverParameters.java.

◆ NAME_ALL_VARIABLES_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.NAME_ALL_VARIABLES_FIELD_NUMBER = 6
static

Definition at line 265 of file ConstraintSolverParameters.java.

◆ NAME_CAST_VARIABLES_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.NAME_CAST_VARIABLES_FIELD_NUMBER = 5
static

Definition at line 250 of file ConstraintSolverParameters.java.

◆ PRINT_ADDED_CONSTRAINTS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.PRINT_ADDED_CONSTRAINTS_FIELD_NUMBER = 13
static

Definition at line 432 of file ConstraintSolverParameters.java.

◆ PRINT_LOCAL_SEARCH_PROFILE_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.PRINT_LOCAL_SEARCH_PROFILE_FIELD_NUMBER = 17
static

Definition at line 357 of file ConstraintSolverParameters.java.

◆ PRINT_MODEL_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.PRINT_MODEL_FIELD_NUMBER = 11
static

Definition at line 402 of file ConstraintSolverParameters.java.

◆ PRINT_MODEL_STATS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.PRINT_MODEL_STATS_FIELD_NUMBER = 12
static

Definition at line 417 of file ConstraintSolverParameters.java.

◆ PROFILE_FILE_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.PROFILE_FILE_FIELD_NUMBER = 8
static

Definition at line 295 of file ConstraintSolverParameters.java.

◆ PROFILE_LOCAL_SEARCH_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.PROFILE_LOCAL_SEARCH_FIELD_NUMBER = 16
static

Definition at line 342 of file ConstraintSolverParameters.java.

◆ PROFILE_PROPAGATION_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.PROFILE_PROPAGATION_FIELD_NUMBER = 7
static

Definition at line 280 of file ConstraintSolverParameters.java.

◆ SKIP_LOCALLY_OPTIMAL_PATHS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.SKIP_LOCALLY_OPTIMAL_PATHS_FIELD_NUMBER = 113
static

Definition at line 577 of file ConstraintSolverParameters.java.

◆ STORE_NAMES_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.STORE_NAMES_FIELD_NUMBER = 4
static

Definition at line 234 of file ConstraintSolverParameters.java.

◆ TRACE_PROPAGATION_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.TRACE_PROPAGATION_FIELD_NUMBER = 9
static

Definition at line 372 of file ConstraintSolverParameters.java.

◆ TRACE_SEARCH_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.TRACE_SEARCH_FIELD_NUMBER = 10
static

Definition at line 387 of file ConstraintSolverParameters.java.

◆ TRAIL_BLOCK_SIZE_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.TRAIL_BLOCK_SIZE_FIELD_NUMBER = 2
static

Definition at line 202 of file ConstraintSolverParameters.java.

◆ USE_ALL_POSSIBLE_DISJUNCTIONS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.USE_ALL_POSSIBLE_DISJUNCTIONS_FIELD_NUMBER = 108
static

Definition at line 523 of file ConstraintSolverParameters.java.

◆ USE_CUMULATIVE_EDGE_FINDER_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.USE_CUMULATIVE_EDGE_FINDER_FIELD_NUMBER = 105
static

Definition at line 474 of file ConstraintSolverParameters.java.

◆ USE_CUMULATIVE_TIME_TABLE_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.USE_CUMULATIVE_TIME_TABLE_FIELD_NUMBER = 106
static

Definition at line 490 of file ConstraintSolverParameters.java.

◆ USE_CUMULATIVE_TIME_TABLE_SYNC_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.USE_CUMULATIVE_TIME_TABLE_SYNC_FIELD_NUMBER = 112
static

Definition at line 501 of file ConstraintSolverParameters.java.

◆ USE_ELEMENT_RMQ_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.USE_ELEMENT_RMQ_FIELD_NUMBER = 111
static

Definition at line 561 of file ConstraintSolverParameters.java.

◆ USE_SEQUENCE_HIGH_DEMAND_TASKS_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.USE_SEQUENCE_HIGH_DEMAND_TASKS_FIELD_NUMBER = 107
static

Definition at line 512 of file ConstraintSolverParameters.java.

◆ USE_SMALL_TABLE_FIELD_NUMBER

final int com.google.ortools.constraintsolver.ConstraintSolverParameters.USE_SMALL_TABLE_FIELD_NUMBER = 101
static

Definition at line 458 of file ConstraintSolverParameters.java.


The documentation for this class was generated from the following file: