Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Builder |
Public Member Functions | |
boolean | hasVarIndex () |
int | getVarIndex () |
boolean | hasResultantVarIndex () |
int | getResultantVarIndex () |
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< MPAbsConstraint > | getParserForType () |
com.google.ortools.linearsolver.MPAbsConstraint | getDefaultInstanceForType () |
Public Member Functions inherited from com.google.ortools.linearsolver.MPAbsConstraintOrBuilder |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.linearsolver.MPAbsConstraint | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPAbsConstraint | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPAbsConstraint | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPAbsConstraint | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPAbsConstraint | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPAbsConstraint | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPAbsConstraint | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.linearsolver.MPAbsConstraint | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.linearsolver.MPAbsConstraint | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.linearsolver.MPAbsConstraint | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.linearsolver.MPAbsConstraint | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.linearsolver.MPAbsConstraint | 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.MPAbsConstraint prototype) |
static com.google.ortools.linearsolver.MPAbsConstraint | getDefaultInstance () |
static com.google.protobuf.Parser< MPAbsConstraint > | parser () |
Static Public Attributes | |
static final int | VAR_INDEX_FIELD_NUMBER = 1 |
static final int | RESULTANT_VAR_INDEX_FIELD_NUMBER = 2 |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Sets a variable's value to the absolute value of another variable.
Protobuf type operations_research.MPAbsConstraint
Definition at line 14 of file MPAbsConstraint.java.
boolean com.google.ortools.linearsolver.MPAbsConstraint.equals | ( | final java.lang.Object | obj | ) |
Definition at line 140 of file MPAbsConstraint.java.
|
static |
Definition at line 540 of file MPAbsConstraint.java.
com.google.ortools.linearsolver.MPAbsConstraint com.google.ortools.linearsolver.MPAbsConstraint.getDefaultInstanceForType | ( | ) |
Definition at line 576 of file MPAbsConstraint.java.
|
static |
Definition at line 36 of file MPAbsConstraint.java.
com.google.protobuf.Parser< MPAbsConstraint > com.google.ortools.linearsolver.MPAbsConstraint.getParserForType | ( | ) |
Definition at line 571 of file MPAbsConstraint.java.
int com.google.ortools.linearsolver.MPAbsConstraint.getResultantVarIndex | ( | ) |
optional int32 resultant_var_index = 2;
Implements com.google.ortools.linearsolver.MPAbsConstraintOrBuilder.
Definition at line 93 of file MPAbsConstraint.java.
int com.google.ortools.linearsolver.MPAbsConstraint.getSerializedSize | ( | ) |
Definition at line 121 of file MPAbsConstraint.java.
int com.google.ortools.linearsolver.MPAbsConstraint.getVarIndex | ( | ) |
Variable indices are relative to the "variable" field in MPModelProto. resultant_var = abs(var)
optional int32 var_index = 1;
Implements com.google.ortools.linearsolver.MPAbsConstraintOrBuilder.
Definition at line 74 of file MPAbsConstraint.java.
int com.google.ortools.linearsolver.MPAbsConstraint.hashCode | ( | ) |
Definition at line 164 of file MPAbsConstraint.java.
boolean com.google.ortools.linearsolver.MPAbsConstraint.hasResultantVarIndex | ( | ) |
optional int32 resultant_var_index = 2;
Implements com.google.ortools.linearsolver.MPAbsConstraintOrBuilder.
Definition at line 85 of file MPAbsConstraint.java.
boolean com.google.ortools.linearsolver.MPAbsConstraint.hasVarIndex | ( | ) |
Variable indices are relative to the "variable" field in MPModelProto. resultant_var = abs(var)
optional int32 var_index = 1;
Implements com.google.ortools.linearsolver.MPAbsConstraintOrBuilder.
Definition at line 61 of file MPAbsConstraint.java.
|
protected |
Definition at line 42 of file MPAbsConstraint.java.
final boolean com.google.ortools.linearsolver.MPAbsConstraint.isInitialized | ( | ) |
Definition at line 99 of file MPAbsConstraint.java.
|
static |
Definition at line 257 of file MPAbsConstraint.java.
|
static |
Definition at line 260 of file MPAbsConstraint.java.
Builder com.google.ortools.linearsolver.MPAbsConstraint.newBuilderForType | ( | ) |
Definition at line 256 of file MPAbsConstraint.java.
|
protected |
Definition at line 270 of file MPAbsConstraint.java.
|
static |
Definition at line 228 of file MPAbsConstraint.java.
|
static |
Definition at line 234 of file MPAbsConstraint.java.
|
static |
Definition at line 205 of file MPAbsConstraint.java.
|
static |
Definition at line 209 of file MPAbsConstraint.java.
|
static |
Definition at line 194 of file MPAbsConstraint.java.
|
static |
Definition at line 199 of file MPAbsConstraint.java.
|
static |
Definition at line 241 of file MPAbsConstraint.java.
|
static |
Definition at line 247 of file MPAbsConstraint.java.
|
static |
Definition at line 215 of file MPAbsConstraint.java.
|
static |
Definition at line 220 of file MPAbsConstraint.java.
|
static |
Definition at line 183 of file MPAbsConstraint.java.
|
static |
Definition at line 188 of file MPAbsConstraint.java.
|
static |
Definition at line 566 of file MPAbsConstraint.java.
Builder com.google.ortools.linearsolver.MPAbsConstraint.toBuilder | ( | ) |
Definition at line 264 of file MPAbsConstraint.java.
void com.google.ortools.linearsolver.MPAbsConstraint.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 109 of file MPAbsConstraint.java.
|
static |
Definition at line 78 of file MPAbsConstraint.java.
|
static |
Definition at line 49 of file MPAbsConstraint.java.