Reference

C++

Python

DotNET

Java Documentation

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 
17  boolean hasStatus();
26 
37  boolean hasStatusStr();
48  java.lang.String getStatusStr();
59  com.google.protobuf.ByteString
61 
71  boolean hasObjectiveValue();
81  double getObjectiveValue();
82 
94  boolean hasBestObjectiveBound();
106  double getBestObjectiveBound();
107 
117  java.util.List<java.lang.Double> getVariableValueList();
127  int getVariableValueCount();
137  double getVariableValue(int index);
138 
151  java.util.List<java.lang.Double> getDualValueList();
164  int getDualValueCount();
177  double getDualValue(int index);
178 
191  java.util.List<java.lang.Double> getReducedCostList();
204  int getReducedCostCount();
217  double getReducedCost(int index);
218 }
com.google.ortools.linearsolver.MPSolverResponseStatus getStatus()
java.util.List< java.lang.Double > getDualValueList()
java.util.List< java.lang.Double > getReducedCostList()
java.util.List< java.lang.Double > getVariableValueList()