Google OR-Tools v9.11
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: 4.26.1
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
184 java.util.List<com.google.ortools.sat.IntegerVariableProto>
254 java.util.List<? extends com.google.ortools.sat.IntegerVariableProtoOrBuilder>
279 int index);
280
307 java.util.List<java.lang.Integer> getSufficientAssumptionsForInfeasibilityList();
363
396
411
425
431
437
443
449
455
461
467
476 double getWallTime();
477
482 double getUserTime();
483
489
499
509 java.lang.String getSolutionInfo();
519 com.google.protobuf.ByteString
521
531 java.lang.String getSolveLog();
541 com.google.protobuf.ByteString
543}
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()