Google OR-Tools v9.12
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.29.3
5
6package com.google.ortools.linearsolver;
7
8public interface MPSolutionResponseOrBuilder extends
9 // @@protoc_insertion_point(interface_extends:operations_research.MPSolutionResponse)
10 com.google.protobuf.MessageOrBuilder {
11
20 boolean hasStatus();
30
42 boolean hasStatusStr();
54 java.lang.String getStatusStr();
66 com.google.protobuf.ByteString
68
91
118
129 java.util.List<java.lang.Double> getVariableValueList();
152 double getVariableValue(int index);
153
164 boolean hasSolveInfo();
186
206 com.google.protobuf.ByteString getSolverSpecificInfo();
207
221 java.util.List<java.lang.Double> getDualValueList();
250 double getDualValue(int index);
251
265 java.util.List<java.lang.Double> getReducedCostList();
294 double getReducedCost(int index);
295
307 java.util.List<com.google.ortools.linearsolver.MPSolution>
344 java.util.List<? extends com.google.ortools.linearsolver.MPSolutionOrBuilder>
358 int index);
359}
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)