Java Reference
Java Reference
MPSolutionResponseOrBuilder.java
Go to the documentation of this file.
int getVariableValueCount()
int getAdditionalSolutionsCount()
com.google.ortools.linearsolver.MPSolverResponseStatus getStatus()
java.util.List< com.google.ortools.linearsolver.MPSolution > getAdditionalSolutionsList()
java.util.List< java.lang.Double > getDualValueList()
boolean hasObjectiveValue()
com.google.ortools.linearsolver.MPSolutionOrBuilder getAdditionalSolutionsOrBuilder(int index)
boolean hasBestObjectiveBound()
double getReducedCost(int index)
double getBestObjectiveBound()
java.util.List< java.lang.Double > getReducedCostList()
com.google.protobuf.ByteString getStatusStrBytes()
com.google.ortools.linearsolver.MPSolveInfo getSolveInfo()
com.google.ortools.linearsolver.MPSolveInfoOrBuilder getSolveInfoOrBuilder()
boolean hasSolveInfo()
double getObjectiveValue()
java.util.List< java.lang.Double > getVariableValueList()
Definition: MPSolutionResponseOrBuilder.java:6
com.google.ortools.linearsolver.MPSolution getAdditionalSolutions(int index)
boolean hasStatus()
double getDualValue(int index)
int getDualValueCount()
boolean hasStatusStr()
int getReducedCostCount()
double getVariableValue(int index)
java.lang.String getStatusStr()
java.util.List<? extends com.google.ortools.linearsolver.MPSolutionOrBuilder > getAdditionalSolutionsOrBuilderList()