Google OR-Tools v9.12
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.29.3
5
6package com.google.ortools.constraintsolver;
7
8public interface ConstraintSolverParametersOrBuilder extends
9 // @@protoc_insertion_point(interface_extends:operations_research.ConstraintSolverParameters)
10 com.google.protobuf.MessageOrBuilder {
11
34
45
56
66 boolean getStoreNames();
67
77
87
97
106 java.lang.String getProfileFile();
115 com.google.protobuf.ByteString
117
127
137
147
156 boolean getTraceSearch();
157
166 boolean getPrintModel();
167
177
187
193
204
215
221
227
233
239
245
256
267
281
292}
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression getCompressTrail()