![]() |
Google OR-Tools v9.12
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 () |
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 15 of file MPAbsConstraint.java.
boolean com.google.ortools.linearsolver.MPAbsConstraint.equals | ( | final java.lang.Object | obj | ) |
Definition at line 141 of file MPAbsConstraint.java.
|
static |
Definition at line 541 of file MPAbsConstraint.java.
com.google.ortools.linearsolver.MPAbsConstraint com.google.ortools.linearsolver.MPAbsConstraint.getDefaultInstanceForType | ( | ) |
Definition at line 577 of file MPAbsConstraint.java.
|
static |
Definition at line 37 of file MPAbsConstraint.java.
com.google.protobuf.Parser< MPAbsConstraint > com.google.ortools.linearsolver.MPAbsConstraint.getParserForType | ( | ) |
Definition at line 572 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 94 of file MPAbsConstraint.java.
int com.google.ortools.linearsolver.MPAbsConstraint.getSerializedSize | ( | ) |
Definition at line 122 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 75 of file MPAbsConstraint.java.
int com.google.ortools.linearsolver.MPAbsConstraint.hashCode | ( | ) |
Definition at line 165 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 86 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 62 of file MPAbsConstraint.java.
|
protected |
Definition at line 43 of file MPAbsConstraint.java.
final boolean com.google.ortools.linearsolver.MPAbsConstraint.isInitialized | ( | ) |
Definition at line 100 of file MPAbsConstraint.java.
|
static |
Definition at line 258 of file MPAbsConstraint.java.
|
static |
Definition at line 261 of file MPAbsConstraint.java.
Builder com.google.ortools.linearsolver.MPAbsConstraint.newBuilderForType | ( | ) |
Definition at line 257 of file MPAbsConstraint.java.
|
protected |
Definition at line 271 of file MPAbsConstraint.java.
|
static |
Definition at line 229 of file MPAbsConstraint.java.
|
static |
Definition at line 235 of file MPAbsConstraint.java.
|
static |
Definition at line 206 of file MPAbsConstraint.java.
|
static |
Definition at line 210 of file MPAbsConstraint.java.
|
static |
Definition at line 195 of file MPAbsConstraint.java.
|
static |
Definition at line 200 of file MPAbsConstraint.java.
|
static |
Definition at line 242 of file MPAbsConstraint.java.
|
static |
Definition at line 248 of file MPAbsConstraint.java.
|
static |
Definition at line 216 of file MPAbsConstraint.java.
|
static |
Definition at line 221 of file MPAbsConstraint.java.
|
static |
Definition at line 184 of file MPAbsConstraint.java.
|
static |
Definition at line 189 of file MPAbsConstraint.java.
|
static |
Definition at line 567 of file MPAbsConstraint.java.
Builder com.google.ortools.linearsolver.MPAbsConstraint.toBuilder | ( | ) |
Definition at line 265 of file MPAbsConstraint.java.
void com.google.ortools.linearsolver.MPAbsConstraint.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 110 of file MPAbsConstraint.java.
|
static |
Definition at line 79 of file MPAbsConstraint.java.
|
static |
Definition at line 50 of file MPAbsConstraint.java.