Java Reference

Java Reference

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 
32 
42  int getTrailBlockSize();
43 
53  int getArraySplitSize();
54 
64  boolean getStoreNames();
65 
74  boolean getNameCastVariables();
75 
84  boolean getNameAllVariables();
85 
94  boolean getProfilePropagation();
95 
104  java.lang.String getProfileFile();
113  com.google.protobuf.ByteString
115 
124  boolean getProfileLocalSearch();
125 
134  boolean getPrintLocalSearchProfile();
135 
144  boolean getTracePropagation();
145 
154  boolean getTraceSearch();
155 
164  boolean getPrintModel();
165 
174  boolean getPrintModelStats();
175 
184  boolean getPrintAddedConstraints();
185 
190  boolean getDisableSolve();
191 
200  boolean getUseSmallTable();
201 
210  boolean getUseCumulativeEdgeFinder();
211 
216  boolean getUseCumulativeTimeTable();
217 
223 
229 
235 
240  int getMaxEdgeFinderSize();
241 
250  boolean getDiffnUseCumulative();
251 
260  boolean getUseElementRmq();
261 
273  boolean getSkipLocallyOptimalPaths();
274 
284 }
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression getCompressTrail()
boolean getUseCumulativeTimeTable()
bool use_cumulative_time_table = 106;
boolean getUseSequenceHighDemandTasks()
bool use_sequence_high_demand_tasks = 107;
boolean getUseAllPossibleDisjunctions()
bool use_all_possible_disjunctions = 108;
boolean getUseCumulativeTimeTableSync()
bool use_cumulative_time_table_sync = 112;