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
4package com.google.ortools.constraintsolver;
5
6public interface ConstraintSolverParametersOrBuilder extends
7 // @@protoc_insertion_point(interface_extends:operations_research.ConstraintSolverParameters)
8 com.google.protobuf.MessageOrBuilder {
9
31 com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression getCompressTrail();
32
43
54
64 boolean getStoreNames();
65
75
85
95
104 java.lang.String getProfileFile();
113 com.google.protobuf.ByteString
115
125
135
145
154 boolean getTraceSearch();
155
164 boolean getPrintModel();
165
175
185
191
201
211
217
223
229
235
241
251
261
274
284}
boolean getUseSequenceHighDemandTasks()
bool use_sequence_high_demand_tasks = 107;
boolean getUseCumulativeTimeTableSync()
bool use_cumulative_time_table_sync = 112;
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression getCompressTrail()
boolean getUseAllPossibleDisjunctions()
bool use_all_possible_disjunctions = 108;
boolean getUseCumulativeTimeTable()
bool use_cumulative_time_table = 106;