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();
27  com.google.ortools.linearsolver.MPSolverResponseStatus getStatus();
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 }
com.google.ortools.linearsolver.MPSolverResponseStatus getStatus()
java.util.List< java.lang.Double > getVariableValueList()
java.util.List< java.lang.Double > getDualValueList()
java.util.List< java.lang.Double > getReducedCostList()