Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
CpSolverResponseOrBuilder.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/sat/cp_model.proto
4// Protobuf Java Version: 4.29.3
5
6package com.google.ortools.sat;
7
8public interface CpSolverResponseOrBuilder extends
9 // @@protoc_insertion_point(interface_extends:operations_research.sat.CpSolverResponse)
10 com.google.protobuf.MessageOrBuilder {
11
30
42 java.util.List<java.lang.Long> getSolutionList();
67 long getSolution(int index);
68
81
93
106 java.util.List<com.google.ortools.sat.CpSolverSolution>
146 java.util.List<? extends com.google.ortools.sat.CpSolverSolutionOrBuilder>
161 int index);
162
185 java.util.List<com.google.ortools.sat.IntegerVariableProto>
255 java.util.List<? extends com.google.ortools.sat.IntegerVariableProtoOrBuilder>
280 int index);
281
308 java.util.List<java.lang.Integer> getSufficientAssumptionsForInfeasibilityList();
364
397
412
426
432
438
444
450
456
462
468
474
483 double getWallTime();
484
489 double getUserTime();
490
496
506
516 java.lang.String getSolutionInfo();
526 com.google.protobuf.ByteString
528
538 java.lang.String getSolveLog();
548 com.google.protobuf.ByteString
550}
com.google.ortools.sat.IntegerVariableProto getTightenedVariables(int index)
com.google.protobuf.ByteString getSolveLogBytes()
java.util.List< java.lang.Integer > getSufficientAssumptionsForInfeasibilityList()
java.util.List<? extends com.google.ortools.sat.CpSolverSolutionOrBuilder > getAdditionalSolutionsOrBuilderList()
com.google.ortools.sat.CpObjectiveProtoOrBuilder getIntegerObjectiveOrBuilder()
com.google.protobuf.ByteString getSolutionInfoBytes()
com.google.ortools.sat.IntegerVariableProtoOrBuilder getTightenedVariablesOrBuilder(int index)
java.util.List<? extends com.google.ortools.sat.IntegerVariableProtoOrBuilder > getTightenedVariablesOrBuilderList()
java.util.List< com.google.ortools.sat.IntegerVariableProto > getTightenedVariablesList()
com.google.ortools.sat.CpSolverStatus getStatus()
com.google.ortools.sat.CpSolverSolutionOrBuilder getAdditionalSolutionsOrBuilder(int index)
com.google.ortools.sat.CpSolverSolution getAdditionalSolutions(int index)
java.util.List< com.google.ortools.sat.CpSolverSolution > getAdditionalSolutionsList()
com.google.ortools.sat.CpObjectiveProto getIntegerObjective()
java.util.List< java.lang.Long > getSolutionList()