![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Solver parameters.
Protobuf type operations_research.ConstraintSolverParameters
Definition at line 1082 of file ConstraintSolverParameters.java.
com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.build | ( | ) |
Definition at line 1155 of file ConstraintSolverParameters.java.
com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.buildPartial | ( | ) |
Definition at line 1164 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clear | ( | ) |
Definition at line 1110 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearArraySplitSize | ( | ) |
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;
Definition at line 1699 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearCheckSolutionPeriod | ( | ) |
Control the behavior of local search.
int32 check_solution_period = 114;
Definition at line 2761 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearCompressTrail | ( | ) |
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;
Definition at line 1605 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearDiffnUseCumulative | ( | ) |
Control the propagation of the diffn constraint.
bool diffn_use_cumulative = 110;
Definition at line 2611 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearDisableSolve | ( | ) |
bool disable_solve = 15;
Definition at line 2310 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearMaxEdgeFinderSize | ( | ) |
int32 max_edge_finder_size = 109;
Definition at line 2564 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearNameAllVariables | ( | ) |
Should anonymous variables be given a name.
bool name_all_variables = 6;
Definition at line 1834 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearNameCastVariables | ( | ) |
Create names for cast variables.
bool name_cast_variables = 5;
Definition at line 1790 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearPrintAddedConstraints | ( | ) |
Print added constraints.
bool print_added_constraints = 13;
Definition at line 2278 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearPrintLocalSearchProfile | ( | ) |
Print local search profiling data after solving.
bool print_local_search_profile = 17;
Definition at line 2058 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearPrintModel | ( | ) |
Print the model before solving.
bool print_model = 11;
Definition at line 2190 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearPrintModelStats | ( | ) |
Print model statistics before solving.
bool print_model_stats = 12;
Definition at line 2234 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearProfileFile | ( | ) |
Export propagation profiling data to file.
string profile_file = 8;
Definition at line 1952 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearProfileLocalSearch | ( | ) |
Activate local search profiling.
bool profile_local_search = 16;
Definition at line 2014 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearProfilePropagation | ( | ) |
Activate propagation profiling.
bool profile_propagation = 7;
Definition at line 1878 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearSkipLocallyOptimalPaths | ( | ) |
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;
Definition at line 2714 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearStoreNames | ( | ) |
This parameters indicates if the solver should store the names of the objets it manages.
bool store_names = 4;
Definition at line 1746 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearTracePropagation | ( | ) |
Activate propagate tracing.
bool trace_propagation = 9;
Definition at line 2102 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearTraceSearch | ( | ) |
Trace search.
bool trace_search = 10;
Definition at line 2146 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearTrailBlockSize | ( | ) |
This parameter indicates the default size of a block of the trail. Compression applies at the block level.
int32 trail_block_size = 2;
Definition at line 1652 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearUseAllPossibleDisjunctions | ( | ) |
bool use_all_possible_disjunctions = 108;
Definition at line 2532 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearUseCumulativeEdgeFinder | ( | ) |
Control the propagation of the cumulative constraint.
bool use_cumulative_edge_finder = 105;
Definition at line 2404 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearUseCumulativeTimeTable | ( | ) |
bool use_cumulative_time_table = 106;
Definition at line 2436 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearUseCumulativeTimeTableSync | ( | ) |
bool use_cumulative_time_table_sync = 112;
Definition at line 2468 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearUseElementRmq | ( | ) |
Control the implementation of the element constraint.
bool use_element_rmq = 111;
Definition at line 2658 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearUseSequenceHighDemandTasks | ( | ) |
bool use_sequence_high_demand_tasks = 107;
Definition at line 2500 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.clearUseSmallTable | ( | ) |
Control the implementation of the table constraint.
bool use_small_table = 101;
Definition at line 2357 of file ConstraintSolverParameters.java.
int com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.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;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 1670 of file ConstraintSolverParameters.java.
int com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getCheckSolutionPeriod | ( | ) |
Control the behavior of local search.
int32 check_solution_period = 114;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2732 of file ConstraintSolverParameters.java.
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.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;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 1571 of file ConstraintSolverParameters.java.
int com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.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;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 1540 of file ConstraintSolverParameters.java.
com.google.ortools.constraintsolver.ConstraintSolverParameters com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getDefaultInstanceForType | ( | ) |
Definition at line 1150 of file ConstraintSolverParameters.java.
|
static |
Definition at line 1087 of file ConstraintSolverParameters.java.
com.google.protobuf.Descriptors.Descriptor com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getDescriptorForType | ( | ) |
Definition at line 1145 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getDiffnUseCumulative | ( | ) |
Control the propagation of the diffn constraint.
bool diffn_use_cumulative = 110;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2582 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getDisableSolve | ( | ) |
bool disable_solve = 15;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2291 of file ConstraintSolverParameters.java.
int com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getMaxEdgeFinderSize | ( | ) |
int32 max_edge_finder_size = 109;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2545 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getNameAllVariables | ( | ) |
Should anonymous variables be given a name.
bool name_all_variables = 6;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 1807 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getNameCastVariables | ( | ) |
Create names for cast variables.
bool name_cast_variables = 5;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 1763 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getPrintAddedConstraints | ( | ) |
Print added constraints.
bool print_added_constraints = 13;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2251 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getPrintLocalSearchProfile | ( | ) |
Print local search profiling data after solving.
bool print_local_search_profile = 17;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2031 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getPrintModel | ( | ) |
Print the model before solving.
bool print_model = 11;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2163 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getPrintModelStats | ( | ) |
Print model statistics before solving.
bool print_model_stats = 12;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2207 of file ConstraintSolverParameters.java.
java.lang.String com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getProfileFile | ( | ) |
Export propagation profiling data to file.
string profile_file = 8;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 1894 of file ConstraintSolverParameters.java.
com.google.protobuf.ByteString com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getProfileFileBytes | ( | ) |
Export propagation profiling data to file.
string profile_file = 8;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 1915 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getProfileLocalSearch | ( | ) |
Activate local search profiling.
bool profile_local_search = 16;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 1987 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getProfilePropagation | ( | ) |
Activate propagation profiling.
bool profile_propagation = 7;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 1851 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.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;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2679 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getStoreNames | ( | ) |
This parameters indicates if the solver should store the names of the objets it manages.
bool store_names = 4;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 1717 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getTracePropagation | ( | ) |
Activate propagate tracing.
bool trace_propagation = 9;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2075 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getTraceSearch | ( | ) |
Trace search.
bool trace_search = 10;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2119 of file ConstraintSolverParameters.java.
int com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getTrailBlockSize | ( | ) |
This parameter indicates the default size of a block of the trail. Compression applies at the block level.
int32 trail_block_size = 2;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 1623 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getUseAllPossibleDisjunctions | ( | ) |
bool use_all_possible_disjunctions = 108;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2513 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getUseCumulativeEdgeFinder | ( | ) |
Control the propagation of the cumulative constraint.
bool use_cumulative_edge_finder = 105;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2375 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getUseCumulativeTimeTable | ( | ) |
bool use_cumulative_time_table = 106;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2417 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getUseCumulativeTimeTableSync | ( | ) |
bool use_cumulative_time_table_sync = 112;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2449 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getUseElementRmq | ( | ) |
Control the implementation of the element constraint.
bool use_element_rmq = 111;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2629 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getUseSequenceHighDemandTasks | ( | ) |
bool use_sequence_high_demand_tasks = 107;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2481 of file ConstraintSolverParameters.java.
boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.getUseSmallTable | ( | ) |
Control the implementation of the table constraint.
bool use_small_table = 101;
Implements com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder.
Definition at line 2328 of file ConstraintSolverParameters.java.
|
protected |
Definition at line 1093 of file ConstraintSolverParameters.java.
final boolean com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.isInitialized | ( | ) |
Definition at line 1357 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.mergeFrom | ( | com.google.ortools.constraintsolver.ConstraintSolverParameters | other | ) |
Definition at line 1266 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.mergeFrom | ( | com.google.protobuf.CodedInputStream | input, |
com.google.protobuf.ExtensionRegistryLite | extensionRegistry ) throws java.io.IOException |
Definition at line 1362 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.mergeFrom | ( | com.google.protobuf.Message | other | ) |
Definition at line 1257 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setArraySplitSize | ( | int | value | ) |
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;
value | The arraySplitSize to set. |
Definition at line 1683 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setCheckSolutionPeriod | ( | int | value | ) |
Control the behavior of local search.
int32 check_solution_period = 114;
value | The checkSolutionPeriod to set. |
Definition at line 2745 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setCompressTrail | ( | com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression | value | ) |
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;
value | The compressTrail to set. |
Definition at line 1586 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setCompressTrailValue | ( | int | value | ) |
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;
value | The enum numeric value on the wire for compressTrail to set. |
Definition at line 1554 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setDiffnUseCumulative | ( | boolean | value | ) |
Control the propagation of the diffn constraint.
bool diffn_use_cumulative = 110;
value | The diffnUseCumulative to set. |
Definition at line 2595 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setDisableSolve | ( | boolean | value | ) |
bool disable_solve = 15;
value | The disableSolve to set. |
Definition at line 2299 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setMaxEdgeFinderSize | ( | int | value | ) |
int32 max_edge_finder_size = 109;
value | The maxEdgeFinderSize to set. |
Definition at line 2553 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setNameAllVariables | ( | boolean | value | ) |
Should anonymous variables be given a name.
bool name_all_variables = 6;
value | The nameAllVariables to set. |
Definition at line 1819 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setNameCastVariables | ( | boolean | value | ) |
Create names for cast variables.
bool name_cast_variables = 5;
value | The nameCastVariables to set. |
Definition at line 1775 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setPrintAddedConstraints | ( | boolean | value | ) |
Print added constraints.
bool print_added_constraints = 13;
value | The printAddedConstraints to set. |
Definition at line 2263 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setPrintLocalSearchProfile | ( | boolean | value | ) |
Print local search profiling data after solving.
bool print_local_search_profile = 17;
value | The printLocalSearchProfile to set. |
Definition at line 2043 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setPrintModel | ( | boolean | value | ) |
Print the model before solving.
bool print_model = 11;
value | The printModel to set. |
Definition at line 2175 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setPrintModelStats | ( | boolean | value | ) |
Print model statistics before solving.
bool print_model_stats = 12;
value | The printModelStats to set. |
Definition at line 2219 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setProfileFile | ( | java.lang.String | value | ) |
Export propagation profiling data to file.
string profile_file = 8;
value | The profileFile to set. |
Definition at line 1936 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setProfileFileBytes | ( | com.google.protobuf.ByteString | value | ) |
Export propagation profiling data to file.
string profile_file = 8;
value | The bytes for profileFile to set. |
Definition at line 1967 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setProfileLocalSearch | ( | boolean | value | ) |
Activate local search profiling.
bool profile_local_search = 16;
value | The profileLocalSearch to set. |
Definition at line 1999 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setProfilePropagation | ( | boolean | value | ) |
Activate propagation profiling.
bool profile_propagation = 7;
value | The profilePropagation to set. |
Definition at line 1863 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setSkipLocallyOptimalPaths | ( | boolean | value | ) |
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;
value | The skipLocallyOptimalPaths to set. |
Definition at line 2695 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setStoreNames | ( | boolean | value | ) |
This parameters indicates if the solver should store the names of the objets it manages.
bool store_names = 4;
value | The storeNames to set. |
Definition at line 1730 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setTracePropagation | ( | boolean | value | ) |
Activate propagate tracing.
bool trace_propagation = 9;
value | The tracePropagation to set. |
Definition at line 2087 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setTraceSearch | ( | boolean | value | ) |
Trace search.
bool trace_search = 10;
value | The traceSearch to set. |
Definition at line 2131 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setTrailBlockSize | ( | int | value | ) |
This parameter indicates the default size of a block of the trail. Compression applies at the block level.
int32 trail_block_size = 2;
value | The trailBlockSize to set. |
Definition at line 1636 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setUseAllPossibleDisjunctions | ( | boolean | value | ) |
bool use_all_possible_disjunctions = 108;
value | The useAllPossibleDisjunctions to set. |
Definition at line 2521 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setUseCumulativeEdgeFinder | ( | boolean | value | ) |
Control the propagation of the cumulative constraint.
bool use_cumulative_edge_finder = 105;
value | The useCumulativeEdgeFinder to set. |
Definition at line 2388 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setUseCumulativeTimeTable | ( | boolean | value | ) |
bool use_cumulative_time_table = 106;
value | The useCumulativeTimeTable to set. |
Definition at line 2425 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setUseCumulativeTimeTableSync | ( | boolean | value | ) |
bool use_cumulative_time_table_sync = 112;
value | The useCumulativeTimeTableSync to set. |
Definition at line 2457 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setUseElementRmq | ( | boolean | value | ) |
Control the implementation of the element constraint.
bool use_element_rmq = 111;
value | The useElementRmq to set. |
Definition at line 2642 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setUseSequenceHighDemandTasks | ( | boolean | value | ) |
bool use_sequence_high_demand_tasks = 107;
value | The useSequenceHighDemandTasks to set. |
Definition at line 2489 of file ConstraintSolverParameters.java.
Builder com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder.setUseSmallTable | ( | boolean | value | ) |
Control the implementation of the table constraint.
bool use_small_table = 101;
value | The useSmallTable to set. |
Definition at line 2341 of file ConstraintSolverParameters.java.