Google OR-Tools v9.9
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// source: ortools/linear_solver/linear_solver.proto
3
4// Protobuf Java Version: 3.25.3
5package com.google.ortools.linearsolver;
6
7public interface MPSolutionResponseOrBuilder extends
8 // @@protoc_insertion_point(interface_extends:operations_research.MPSolutionResponse)
9 com.google.protobuf.MessageOrBuilder {
10
19 boolean hasStatus();
29
41 boolean hasStatusStr();
53 java.lang.String getStatusStr();
65 com.google.protobuf.ByteString
67
90
117
128 java.util.List<java.lang.Double> getVariableValueList();
151 double getVariableValue(int index);
152
163 boolean hasSolveInfo();
185
205 com.google.protobuf.ByteString getSolverSpecificInfo();
206
220 java.util.List<java.lang.Double> getDualValueList();
249 double getDualValue(int index);
250
264 java.util.List<java.lang.Double> getReducedCostList();
293 double getReducedCost(int index);
294
306 java.util.List<com.google.ortools.linearsolver.MPSolution>
343 java.util.List<? extends com.google.ortools.linearsolver.MPSolutionOrBuilder>
357 int index);
358}
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)