Google OR-Tools v9.14
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.31.1
5
6package com.google.ortools.sat;
7
8@com.google.protobuf.Generated
9public interface CpSolverResponseOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.sat.CpSolverResponse)
11 com.google.protobuf.MessageOrBuilder {
12
31
43 java.util.List<java.lang.Long> getSolutionList();
68 long getSolution(int index);
69
82
94
107 java.util.List<com.google.ortools.sat.CpSolverSolution>
147 java.util.List<? extends com.google.ortools.sat.CpSolverSolutionOrBuilder>
162 int index);
163
186 java.util.List<com.google.ortools.sat.IntegerVariableProto>
256 java.util.List<? extends com.google.ortools.sat.IntegerVariableProtoOrBuilder>
281 int index);
282
309 java.util.List<java.lang.Integer> getSufficientAssumptionsForInfeasibilityList();
365
398
415
429
435
441
447
453
459
465
471
477
486 double getWallTime();
487
492 double getUserTime();
493
499
509
519 java.lang.String getSolutionInfo();
529 com.google.protobuf.ByteString
531
541 java.lang.String getSolveLog();
551 com.google.protobuf.ByteString
553}
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()