Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
MPSolutionResponseOrBuilder.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/linear_solver/linear_solver.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.linearsolver;
7
8@com.google.protobuf.Generated
9public interface MPSolutionResponseOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.MPSolutionResponse)
11 com.google.protobuf.MessageOrBuilder {
12
21 boolean hasStatus();
31
43 boolean hasStatusStr();
55 java.lang.String getStatusStr();
67 com.google.protobuf.ByteString
69
92
119
130 java.util.List<java.lang.Double> getVariableValueList();
153 double getVariableValue(int index);
154
165 boolean hasSolveInfo();
187
207 com.google.protobuf.ByteString getSolverSpecificInfo();
208
222 java.util.List<java.lang.Double> getDualValueList();
251 double getDualValue(int index);
252
266 java.util.List<java.lang.Double> getReducedCostList();
295 double getReducedCost(int index);
296
308 java.util.List<com.google.ortools.linearsolver.MPSolution>
345 java.util.List<? extends com.google.ortools.linearsolver.MPSolutionOrBuilder>
359 int index);
360}
com.google.ortools.linearsolver.MPSolveInfoOrBuilder getSolveInfoOrBuilder()
java.util.List< com.google.ortools.linearsolver.MPSolution > getAdditionalSolutionsList()
com.google.ortools.linearsolver.MPSolveInfo getSolveInfo()
com.google.ortools.linearsolver.MPSolution getAdditionalSolutions(int index)
java.util.List<? extends com.google.ortools.linearsolver.MPSolutionOrBuilder > getAdditionalSolutionsOrBuilderList()
java.util.List< java.lang.Double > getDualValueList()
com.google.ortools.linearsolver.MPSolverResponseStatus getStatus()
java.util.List< java.lang.Double > getReducedCostList()
com.google.protobuf.ByteString getSolverSpecificInfo()
java.util.List< java.lang.Double > getVariableValueList()
com.google.ortools.linearsolver.MPSolutionOrBuilder getAdditionalSolutionsOrBuilder(int index)