public interface MPSolutionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getObjectiveValue()
optional double objective_value = 1; |
double |
getVariableValue(int index)
repeated double variable_value = 2 [packed = true]; |
int |
getVariableValueCount()
repeated double variable_value = 2 [packed = true]; |
java.util.List<java.lang.Double> |
getVariableValueList()
repeated double variable_value = 2 [packed = true]; |
boolean |
hasObjectiveValue()
optional double objective_value = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasObjectiveValue()
optional double objective_value = 1;
double getObjectiveValue()
optional double objective_value = 1;
java.util.List<java.lang.Double> getVariableValueList()
repeated double variable_value = 2 [packed = true];
int getVariableValueCount()
repeated double variable_value = 2 [packed = true];
double getVariableValue(int index)
repeated double variable_value = 2 [packed = true];
index
- The index of the element to return.Copyright © 2025. All rights reserved.