Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ConstraintSolverParametersOrBuilder.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// NO CHECKED-IN PROTOBUF GENCODE
3// source: ortools/constraint_solver/solver_parameters.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.constraintsolver;
7
8@com.google.protobuf.Generated
9public interface ConstraintSolverParametersOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.ConstraintSolverParameters)
11 com.google.protobuf.MessageOrBuilder {
12
35
46
57
67 boolean getStoreNames();
68
78
88
98
107 java.lang.String getProfileFile();
116 com.google.protobuf.ByteString
118
128
138
148
157 boolean getTraceSearch();
158
167 boolean getPrintModel();
168
178
188
194
205
216
222
228
234
240
246
257
268
282
293}
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression getCompressTrail()