Google OR-Tools v9.9
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// source: ortools/constraint_solver/solver_parameters.proto
3
4// Protobuf Java Version: 3.25.3
5package com.google.ortools.constraintsolver;
6
7public interface ConstraintSolverParametersOrBuilder extends
8 // @@protoc_insertion_point(interface_extends:operations_research.ConstraintSolverParameters)
9 com.google.protobuf.MessageOrBuilder {
10
33
44
55
65 boolean getStoreNames();
66
76
86
96
105 java.lang.String getProfileFile();
114 com.google.protobuf.ByteString
116
126
136
146
155 boolean getTraceSearch();
156
165 boolean getPrintModel();
166
176
186
192
203
214
220
226
232
238
244
255
266
280
291}
com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression getCompressTrail()