Java Reference

Java Reference

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 package com.google.ortools.linearsolver;
5 
6 public interface MPSolutionResponseOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.MPSolutionResponse)
8  com.google.protobuf.MessageOrBuilder {
9 
18  boolean hasStatus();
28 
40  boolean hasStatusStr();
52  java.lang.String getStatusStr();
64  com.google.protobuf.ByteString
66 
77  boolean hasObjectiveValue();
88  double getObjectiveValue();
89 
102  boolean hasBestObjectiveBound();
115  double getBestObjectiveBound();
116 
127  java.util.List<java.lang.Double> getVariableValueList();
138  int getVariableValueCount();
150  double getVariableValue(int index);
151 
162  boolean hasSolveInfo();
184 
198  java.util.List<java.lang.Double> getDualValueList();
212  int getDualValueCount();
227  double getDualValue(int index);
228 
242  java.util.List<java.lang.Double> getReducedCostList();
256  int getReducedCostCount();
271  double getReducedCost(int index);
272 
284  java.util.List<com.google.ortools.linearsolver.MPSolution>
321  java.util.List<? extends com.google.ortools.linearsolver.MPSolutionOrBuilder>
335  int index);
336 }
com.google.ortools.linearsolver.MPSolverResponseStatus getStatus()
java.util.List< com.google.ortools.linearsolver.MPSolution > getAdditionalSolutionsList()
java.util.List< java.lang.Double > getDualValueList()
com.google.ortools.linearsolver.MPSolutionOrBuilder getAdditionalSolutionsOrBuilder(int index)
java.util.List< java.lang.Double > getReducedCostList()
com.google.ortools.linearsolver.MPSolveInfo getSolveInfo()
com.google.ortools.linearsolver.MPSolveInfoOrBuilder getSolveInfoOrBuilder()
java.util.List< java.lang.Double > getVariableValueList()
com.google.ortools.linearsolver.MPSolution getAdditionalSolutions(int index)
java.util.List<? extends com.google.ortools.linearsolver.MPSolutionOrBuilder > getAdditionalSolutionsOrBuilderList()