![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Protobuf type operations_research.MPSolution
Definition at line 12 of file MPSolution.java.
Classes | |
class | Builder |
Public Member Functions | |
boolean | hasObjectiveValue () |
double | getObjectiveValue () |
java.util.List< java.lang.Double > | getVariableValueList () |
int | getVariableValueCount () |
double | getVariableValue (int index) |
final boolean | isInitialized () |
void | writeTo (com.google.protobuf.CodedOutputStream output) throws java.io.IOException |
int | getSerializedSize () |
boolean | equals (final java.lang.Object obj) |
int | hashCode () |
Builder | newBuilderForType () |
Builder | toBuilder () |
com.google.protobuf.Parser< MPSolution > | getParserForType () |
com.google.ortools.linearsolver.MPSolution | getDefaultInstanceForType () |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.linearsolver.MPSolution | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPSolution | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPSolution | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPSolution | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPSolution | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPSolution | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPSolution | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.linearsolver.MPSolution | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.linearsolver.MPSolution | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.linearsolver.MPSolution | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.linearsolver.MPSolution | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.linearsolver.MPSolution | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static Builder | newBuilder () |
static Builder | newBuilder (com.google.ortools.linearsolver.MPSolution prototype) |
static com.google.ortools.linearsolver.MPSolution | getDefaultInstance () |
static com.google.protobuf.Parser< MPSolution > | parser () |
Static Public Attributes | |
static final int | OBJECTIVE_VALUE_FIELD_NUMBER = 1 |
static final int | VARIABLE_VALUE_FIELD_NUMBER = 2 |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
boolean com.google.ortools.linearsolver.MPSolution.equals | ( | final java.lang.Object | obj | ) |
Definition at line 152 of file MPSolution.java.
|
static |
Definition at line 597 of file MPSolution.java.
com.google.ortools.linearsolver.MPSolution com.google.ortools.linearsolver.MPSolution.getDefaultInstanceForType | ( | ) |
Definition at line 633 of file MPSolution.java.
|
static |
Definition at line 35 of file MPSolution.java.
double com.google.ortools.linearsolver.MPSolution.getObjectiveValue | ( | ) |
optional double objective_value = 1;
Implements com.google.ortools.linearsolver.MPSolutionOrBuilder.
Definition at line 63 of file MPSolution.java.
com.google.protobuf.Parser< MPSolution > com.google.ortools.linearsolver.MPSolution.getParserForType | ( | ) |
Definition at line 628 of file MPSolution.java.
int com.google.ortools.linearsolver.MPSolution.getSerializedSize | ( | ) |
Definition at line 126 of file MPSolution.java.
double com.google.ortools.linearsolver.MPSolution.getVariableValue | ( | int | index | ) |
repeated double variable_value = 2 [packed = true];
index | The index of the element to return. |
Implements com.google.ortools.linearsolver.MPSolutionOrBuilder.
Definition at line 92 of file MPSolution.java.
int com.google.ortools.linearsolver.MPSolution.getVariableValueCount | ( | ) |
repeated double variable_value = 2 [packed = true];
Implements com.google.ortools.linearsolver.MPSolutionOrBuilder.
Definition at line 84 of file MPSolution.java.
java.util.List< java.lang.Double > com.google.ortools.linearsolver.MPSolution.getVariableValueList | ( | ) |
repeated double variable_value = 2 [packed = true];
Implements com.google.ortools.linearsolver.MPSolutionOrBuilder.
Definition at line 77 of file MPSolution.java.
int com.google.ortools.linearsolver.MPSolution.hashCode | ( | ) |
Definition at line 174 of file MPSolution.java.
boolean com.google.ortools.linearsolver.MPSolution.hasObjectiveValue | ( | ) |
optional double objective_value = 1;
Implements com.google.ortools.linearsolver.MPSolutionOrBuilder.
Definition at line 55 of file MPSolution.java.
|
protected |
Definition at line 41 of file MPSolution.java.
final boolean com.google.ortools.linearsolver.MPSolution.isInitialized | ( | ) |
Definition at line 99 of file MPSolution.java.
|
static |
Definition at line 268 of file MPSolution.java.
|
static |
Definition at line 271 of file MPSolution.java.
Builder com.google.ortools.linearsolver.MPSolution.newBuilderForType | ( | ) |
Definition at line 267 of file MPSolution.java.
|
protected |
Definition at line 281 of file MPSolution.java.
|
static |
Definition at line 239 of file MPSolution.java.
|
static |
Definition at line 245 of file MPSolution.java.
|
static |
Definition at line 216 of file MPSolution.java.
|
static |
Definition at line 220 of file MPSolution.java.
|
static |
Definition at line 205 of file MPSolution.java.
|
static |
Definition at line 210 of file MPSolution.java.
|
static |
Definition at line 252 of file MPSolution.java.
|
static |
Definition at line 258 of file MPSolution.java.
|
static |
Definition at line 226 of file MPSolution.java.
|
static |
Definition at line 231 of file MPSolution.java.
|
static |
Definition at line 194 of file MPSolution.java.
|
static |
Definition at line 199 of file MPSolution.java.
|
static |
Definition at line 623 of file MPSolution.java.
Builder com.google.ortools.linearsolver.MPSolution.toBuilder | ( | ) |
Definition at line 275 of file MPSolution.java.
void com.google.ortools.linearsolver.MPSolution.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 109 of file MPSolution.java.
|
static |
Definition at line 48 of file MPSolution.java.
|
static |
Definition at line 67 of file MPSolution.java.