![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
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) |
Protobuf type operations_research.MPSolution
Definition at line 11 of file MPSolution.java.
boolean com.google.ortools.linearsolver.MPSolution.equals | ( | final java.lang.Object | obj | ) |
Definition at line 151 of file MPSolution.java.
|
static |
Definition at line 596 of file MPSolution.java.
com.google.ortools.linearsolver.MPSolution com.google.ortools.linearsolver.MPSolution.getDefaultInstanceForType | ( | ) |
Definition at line 632 of file MPSolution.java.
|
static |
Definition at line 34 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 62 of file MPSolution.java.
com.google.protobuf.Parser< MPSolution > com.google.ortools.linearsolver.MPSolution.getParserForType | ( | ) |
Definition at line 627 of file MPSolution.java.
int com.google.ortools.linearsolver.MPSolution.getSerializedSize | ( | ) |
Definition at line 125 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 91 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 83 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 76 of file MPSolution.java.
int com.google.ortools.linearsolver.MPSolution.hashCode | ( | ) |
Definition at line 173 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 54 of file MPSolution.java.
|
protected |
Definition at line 40 of file MPSolution.java.
final boolean com.google.ortools.linearsolver.MPSolution.isInitialized | ( | ) |
Definition at line 98 of file MPSolution.java.
|
static |
Definition at line 267 of file MPSolution.java.
|
static |
Definition at line 270 of file MPSolution.java.
Builder com.google.ortools.linearsolver.MPSolution.newBuilderForType | ( | ) |
Definition at line 266 of file MPSolution.java.
|
protected |
Definition at line 280 of file MPSolution.java.
|
static |
Definition at line 238 of file MPSolution.java.
|
static |
Definition at line 244 of file MPSolution.java.
|
static |
Definition at line 215 of file MPSolution.java.
|
static |
Definition at line 219 of file MPSolution.java.
|
static |
Definition at line 204 of file MPSolution.java.
|
static |
Definition at line 209 of file MPSolution.java.
|
static |
Definition at line 251 of file MPSolution.java.
|
static |
Definition at line 257 of file MPSolution.java.
|
static |
Definition at line 225 of file MPSolution.java.
|
static |
Definition at line 230 of file MPSolution.java.
|
static |
Definition at line 193 of file MPSolution.java.
|
static |
Definition at line 198 of file MPSolution.java.
|
static |
Definition at line 622 of file MPSolution.java.
Builder com.google.ortools.linearsolver.MPSolution.toBuilder | ( | ) |
Definition at line 274 of file MPSolution.java.
void com.google.ortools.linearsolver.MPSolution.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 108 of file MPSolution.java.
|
static |
Definition at line 47 of file MPSolution.java.
|
static |
Definition at line 66 of file MPSolution.java.