![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Sets a variable's value equal to a function on a set of variables.
Protobuf type operations_research.MPArrayConstraint
Definition at line 16 of file MPArrayConstraint.java.
Classes | |
class | Builder |
Public Member Functions | |
java.util.List< java.lang.Integer > | getVarIndexList () |
int | getVarIndexCount () |
int | getVarIndex (int index) |
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< MPArrayConstraint > | getParserForType () |
com.google.ortools.linearsolver.MPArrayConstraint | getDefaultInstanceForType () |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.linearsolver.MPArrayConstraint | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPArrayConstraint | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPArrayConstraint | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPArrayConstraint | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPArrayConstraint | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPArrayConstraint | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.linearsolver.MPArrayConstraint | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.linearsolver.MPArrayConstraint | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.linearsolver.MPArrayConstraint | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.linearsolver.MPArrayConstraint | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.linearsolver.MPArrayConstraint | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.linearsolver.MPArrayConstraint | 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.MPArrayConstraint prototype) |
static com.google.ortools.linearsolver.MPArrayConstraint | getDefaultInstance () |
static com.google.protobuf.Parser< MPArrayConstraint > | 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.MPArrayConstraint.equals | ( | final java.lang.Object | obj | ) |
Definition at line 160 of file MPArrayConstraint.java.
|
static |
Definition at line 628 of file MPArrayConstraint.java.
com.google.ortools.linearsolver.MPArrayConstraint com.google.ortools.linearsolver.MPArrayConstraint.getDefaultInstanceForType | ( | ) |
Definition at line 664 of file MPArrayConstraint.java.
|
static |
Definition at line 39 of file MPArrayConstraint.java.
com.google.protobuf.Parser< MPArrayConstraint > com.google.ortools.linearsolver.MPArrayConstraint.getParserForType | ( | ) |
Definition at line 659 of file MPArrayConstraint.java.
int com.google.ortools.linearsolver.MPArrayConstraint.getResultantVarIndex | ( | ) |
optional int32 resultant_var_index = 2;
Implements com.google.ortools.linearsolver.MPArrayConstraintOrBuilder.
Definition at line 108 of file MPArrayConstraint.java.
int com.google.ortools.linearsolver.MPArrayConstraint.getSerializedSize | ( | ) |
Definition at line 136 of file MPArrayConstraint.java.
int com.google.ortools.linearsolver.MPArrayConstraint.getVarIndex | ( | int | index | ) |
Variable indices are relative to the "variable" field in MPModelProto.
repeated int32 var_index = 1;
index | The index of the element to return. |
Implements com.google.ortools.linearsolver.MPArrayConstraintOrBuilder.
Definition at line 89 of file MPArrayConstraint.java.
int com.google.ortools.linearsolver.MPArrayConstraint.getVarIndexCount | ( | ) |
Variable indices are relative to the "variable" field in MPModelProto.
repeated int32 var_index = 1;
Implements com.google.ortools.linearsolver.MPArrayConstraintOrBuilder.
Definition at line 77 of file MPArrayConstraint.java.
java.util.List< java.lang.Integer > com.google.ortools.linearsolver.MPArrayConstraint.getVarIndexList | ( | ) |
Variable indices are relative to the "variable" field in MPModelProto.
repeated int32 var_index = 1;
Implements com.google.ortools.linearsolver.MPArrayConstraintOrBuilder.
Definition at line 66 of file MPArrayConstraint.java.
int com.google.ortools.linearsolver.MPArrayConstraint.hashCode | ( | ) |
Definition at line 181 of file MPArrayConstraint.java.
boolean com.google.ortools.linearsolver.MPArrayConstraint.hasResultantVarIndex | ( | ) |
optional int32 resultant_var_index = 2;
Implements com.google.ortools.linearsolver.MPArrayConstraintOrBuilder.
Definition at line 100 of file MPArrayConstraint.java.
|
protected |
Definition at line 45 of file MPArrayConstraint.java.
final boolean com.google.ortools.linearsolver.MPArrayConstraint.isInitialized | ( | ) |
Definition at line 114 of file MPArrayConstraint.java.
|
static |
Definition at line 274 of file MPArrayConstraint.java.
|
static |
Definition at line 277 of file MPArrayConstraint.java.
Builder com.google.ortools.linearsolver.MPArrayConstraint.newBuilderForType | ( | ) |
Definition at line 273 of file MPArrayConstraint.java.
|
protected |
Definition at line 287 of file MPArrayConstraint.java.
|
static |
Definition at line 245 of file MPArrayConstraint.java.
|
static |
Definition at line 251 of file MPArrayConstraint.java.
|
static |
Definition at line 222 of file MPArrayConstraint.java.
|
static |
Definition at line 226 of file MPArrayConstraint.java.
|
static |
Definition at line 211 of file MPArrayConstraint.java.
|
static |
Definition at line 216 of file MPArrayConstraint.java.
|
static |
Definition at line 258 of file MPArrayConstraint.java.
|
static |
Definition at line 264 of file MPArrayConstraint.java.
|
static |
Definition at line 232 of file MPArrayConstraint.java.
|
static |
Definition at line 237 of file MPArrayConstraint.java.
|
static |
Definition at line 200 of file MPArrayConstraint.java.
|
static |
Definition at line 205 of file MPArrayConstraint.java.
|
static |
Definition at line 654 of file MPArrayConstraint.java.
Builder com.google.ortools.linearsolver.MPArrayConstraint.toBuilder | ( | ) |
Definition at line 281 of file MPArrayConstraint.java.
void com.google.ortools.linearsolver.MPArrayConstraint.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 124 of file MPArrayConstraint.java.
|
static |
Definition at line 93 of file MPArrayConstraint.java.
|
static |
Definition at line 52 of file MPArrayConstraint.java.