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 
17  boolean hasStatus();
26 
36  boolean hasObjectiveValue();
46  double getObjectiveValue();
47 
59  boolean hasBestObjectiveBound();
71  double getBestObjectiveBound();
72 
82  java.util.List<java.lang.Double> getVariableValueList();
102  double getVariableValue(int index);
103 
116  java.util.List<java.lang.Double> getDualValueList();
129  int getDualValueCount();
142  double getDualValue(int index);
143 
156  java.util.List<java.lang.Double> getReducedCostList();
169  int getReducedCostCount();
182  double getReducedCost(int index);
183 }
java.util.List< java.lang.Double > getVariableValueList()
java.util.List< java.lang.Double > getReducedCostList()
com.google.ortools.linearsolver.MPSolverResponseStatus getStatus()
java.util.List< java.lang.Double > getDualValueList()