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();
89 
116 
127  java.util.List<java.lang.Double> getVariableValueList();
150  double getVariableValue(int index);
151 
165  java.util.List<java.lang.Double> getDualValueList();
194  double getDualValue(int index);
195 
209  java.util.List<java.lang.Double> getReducedCostList();
238  double getReducedCost(int index);
239 }
java.util.List< java.lang.Double > getReducedCostList()
boolean hasBestObjectiveBound()
double getObjectiveValue()
double getReducedCost(int index)
java.util.List< java.lang.Double > getDualValueList()
com.google.ortools.linearsolver.MPSolverResponseStatus getStatus()
boolean hasObjectiveValue()
java.util.List< java.lang.Double > getVariableValueList()
double getVariableValue(int index)
com.google.protobuf.ByteString getStatusStrBytes()
double getBestObjectiveBound()
int getDualValueCount()
int getVariableValueCount()
boolean hasStatus()
java.lang.String getStatusStr()
boolean hasStatusStr()
double getDualValue(int index)
int getReducedCostCount()