Google OR-Tools v9.9
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// source: ortools/sat/cp_model.proto
3
4// Protobuf Java Version: 3.25.3
5package com.google.ortools.sat;
6
7public interface CpSolverResponseOrBuilder extends
8 // @@protoc_insertion_point(interface_extends:operations_research.sat.CpSolverResponse)
9 com.google.protobuf.MessageOrBuilder {
10
29
41 java.util.List<java.lang.Long> getSolutionList();
66 long getSolution(int index);
67
80
92
105 java.util.List<com.google.ortools.sat.CpSolverSolution>
145 java.util.List<? extends com.google.ortools.sat.CpSolverSolutionOrBuilder>
160 int index);
161
180 java.util.List<com.google.ortools.sat.IntegerVariableProto>
238 java.util.List<? extends com.google.ortools.sat.IntegerVariableProtoOrBuilder>
259 int index);
260
287 java.util.List<java.lang.Integer> getSufficientAssumptionsForInfeasibilityList();
343
376
391
405
411
417
423
429
435
441
447
456 double getWallTime();
457
462 double getUserTime();
463
469
479
489 java.lang.String getSolutionInfo();
499 com.google.protobuf.ByteString
501
511 java.lang.String getSolveLog();
521 com.google.protobuf.ByteString
523}
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()