![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Sets a variable's value to the absolute value of another variable.
Protobuf type operations_research.MPAbsConstraint
Definition at line 16 of file MPAbsConstraint.java.
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 () |
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) |
boolean com.google.ortools.linearsolver.MPAbsConstraint.equals | ( | final java.lang.Object | obj | ) |
Definition at line 142 of file MPAbsConstraint.java.
|
static |
Definition at line 542 of file MPAbsConstraint.java.
com.google.ortools.linearsolver.MPAbsConstraint com.google.ortools.linearsolver.MPAbsConstraint.getDefaultInstanceForType | ( | ) |
Definition at line 578 of file MPAbsConstraint.java.
|
static |
Definition at line 38 of file MPAbsConstraint.java.
com.google.protobuf.Parser< MPAbsConstraint > com.google.ortools.linearsolver.MPAbsConstraint.getParserForType | ( | ) |
Definition at line 573 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 95 of file MPAbsConstraint.java.
int com.google.ortools.linearsolver.MPAbsConstraint.getSerializedSize | ( | ) |
Definition at line 123 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 76 of file MPAbsConstraint.java.
int com.google.ortools.linearsolver.MPAbsConstraint.hashCode | ( | ) |
Definition at line 166 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 87 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 63 of file MPAbsConstraint.java.
|
protected |
Definition at line 44 of file MPAbsConstraint.java.
final boolean com.google.ortools.linearsolver.MPAbsConstraint.isInitialized | ( | ) |
Definition at line 101 of file MPAbsConstraint.java.
|
static |
Definition at line 259 of file MPAbsConstraint.java.
|
static |
Definition at line 262 of file MPAbsConstraint.java.
Builder com.google.ortools.linearsolver.MPAbsConstraint.newBuilderForType | ( | ) |
Definition at line 258 of file MPAbsConstraint.java.
|
protected |
Definition at line 272 of file MPAbsConstraint.java.
|
static |
Definition at line 230 of file MPAbsConstraint.java.
|
static |
Definition at line 236 of file MPAbsConstraint.java.
|
static |
Definition at line 207 of file MPAbsConstraint.java.
|
static |
Definition at line 211 of file MPAbsConstraint.java.
|
static |
Definition at line 196 of file MPAbsConstraint.java.
|
static |
Definition at line 201 of file MPAbsConstraint.java.
|
static |
Definition at line 243 of file MPAbsConstraint.java.
|
static |
Definition at line 249 of file MPAbsConstraint.java.
|
static |
Definition at line 217 of file MPAbsConstraint.java.
|
static |
Definition at line 222 of file MPAbsConstraint.java.
|
static |
Definition at line 185 of file MPAbsConstraint.java.
|
static |
Definition at line 190 of file MPAbsConstraint.java.
|
static |
Definition at line 568 of file MPAbsConstraint.java.
Builder com.google.ortools.linearsolver.MPAbsConstraint.toBuilder | ( | ) |
Definition at line 266 of file MPAbsConstraint.java.
void com.google.ortools.linearsolver.MPAbsConstraint.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 111 of file MPAbsConstraint.java.
|
static |
Definition at line 80 of file MPAbsConstraint.java.
|
static |
Definition at line 51 of file MPAbsConstraint.java.