Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Builder |
Public Member Functions | |
java.util.List< com.google.ortools.sat.LinearExpressionProto > | getExprsList () |
java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder > | getExprsOrBuilderList () |
int | getExprsCount () |
com.google.ortools.sat.LinearExpressionProto | getExprs (int index) |
com.google.ortools.sat.LinearExpressionProtoOrBuilder | getExprsOrBuilder (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< AllDifferentConstraintProto > | getParserForType () |
com.google.ortools.sat.AllDifferentConstraintProto | getDefaultInstanceForType () |
Public Member Functions inherited from com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.sat.AllDifferentConstraintProto | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.AllDifferentConstraintProto | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.AllDifferentConstraintProto | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.AllDifferentConstraintProto | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.AllDifferentConstraintProto | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.AllDifferentConstraintProto | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.AllDifferentConstraintProto | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.sat.AllDifferentConstraintProto | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.sat.AllDifferentConstraintProto | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.sat.AllDifferentConstraintProto | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.sat.AllDifferentConstraintProto | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.sat.AllDifferentConstraintProto | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static Builder | newBuilder () |
static Builder | newBuilder (com.google.ortools.sat.AllDifferentConstraintProto prototype) |
static com.google.ortools.sat.AllDifferentConstraintProto | getDefaultInstance () |
static com.google.protobuf.Parser< AllDifferentConstraintProto > | parser () |
Static Public Attributes | |
static final int | EXPRS_FIELD_NUMBER = 1 |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
All affine expressions must take different values.
Protobuf type operations_research.sat.AllDifferentConstraintProto
Definition at line 14 of file AllDifferentConstraintProto.java.
boolean com.google.ortools.sat.AllDifferentConstraintProto.equals | ( | final java.lang.Object | obj | ) |
Definition at line 126 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 685 of file AllDifferentConstraintProto.java.
com.google.ortools.sat.AllDifferentConstraintProto com.google.ortools.sat.AllDifferentConstraintProto.getDefaultInstanceForType | ( | ) |
Definition at line 721 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 37 of file AllDifferentConstraintProto.java.
com.google.ortools.sat.LinearExpressionProto com.google.ortools.sat.AllDifferentConstraintProto.getExprs | ( | int | index | ) |
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.
Definition at line 78 of file AllDifferentConstraintProto.java.
int com.google.ortools.sat.AllDifferentConstraintProto.getExprsCount | ( | ) |
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.
Definition at line 71 of file AllDifferentConstraintProto.java.
java.util.List< com.google.ortools.sat.LinearExpressionProto > com.google.ortools.sat.AllDifferentConstraintProto.getExprsList | ( | ) |
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.
Definition at line 56 of file AllDifferentConstraintProto.java.
com.google.ortools.sat.LinearExpressionProtoOrBuilder com.google.ortools.sat.AllDifferentConstraintProto.getExprsOrBuilder | ( | int | index | ) |
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.
Definition at line 85 of file AllDifferentConstraintProto.java.
java.util.List<? extends com.google.ortools.sat.LinearExpressionProtoOrBuilder > com.google.ortools.sat.AllDifferentConstraintProto.getExprsOrBuilderList | ( | ) |
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
Implements com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder.
Definition at line 64 of file AllDifferentConstraintProto.java.
com.google.protobuf.Parser< AllDifferentConstraintProto > com.google.ortools.sat.AllDifferentConstraintProto.getParserForType | ( | ) |
Definition at line 716 of file AllDifferentConstraintProto.java.
int com.google.ortools.sat.AllDifferentConstraintProto.getSerializedSize | ( | ) |
Definition at line 111 of file AllDifferentConstraintProto.java.
int com.google.ortools.sat.AllDifferentConstraintProto.hashCode | ( | ) |
Definition at line 142 of file AllDifferentConstraintProto.java.
|
protected |
Definition at line 43 of file AllDifferentConstraintProto.java.
final boolean com.google.ortools.sat.AllDifferentConstraintProto.isInitialized | ( | ) |
Definition at line 92 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 231 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 234 of file AllDifferentConstraintProto.java.
Builder com.google.ortools.sat.AllDifferentConstraintProto.newBuilderForType | ( | ) |
Definition at line 230 of file AllDifferentConstraintProto.java.
|
protected |
Definition at line 244 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 202 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 208 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 179 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 183 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 168 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 173 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 215 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 221 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 189 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 194 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 157 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 162 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 711 of file AllDifferentConstraintProto.java.
Builder com.google.ortools.sat.AllDifferentConstraintProto.toBuilder | ( | ) |
Definition at line 238 of file AllDifferentConstraintProto.java.
void com.google.ortools.sat.AllDifferentConstraintProto.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 102 of file AllDifferentConstraintProto.java.
|
static |
Definition at line 49 of file AllDifferentConstraintProto.java.