![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Builder |
Public Member Functions | |
java.util.List< java.lang.Integer > | getVarsList () |
int | getVarsCount () |
int | getVars (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< ListOfVariablesProto > | getParserForType () |
com.google.ortools.sat.ListOfVariablesProto | getDefaultInstanceForType () |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.sat.ListOfVariablesProto | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.ListOfVariablesProto | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.ListOfVariablesProto | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.ListOfVariablesProto | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.ListOfVariablesProto | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.ListOfVariablesProto | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.ListOfVariablesProto | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.sat.ListOfVariablesProto | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.sat.ListOfVariablesProto | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.sat.ListOfVariablesProto | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.sat.ListOfVariablesProto | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.sat.ListOfVariablesProto | 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.ListOfVariablesProto prototype) |
static com.google.ortools.sat.ListOfVariablesProto | getDefaultInstance () |
static com.google.protobuf.Parser< ListOfVariablesProto > | parser () |
Static Public Attributes | |
static final int | VARS_FIELD_NUMBER = 1 |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
A list of variables, without any semantics.
Protobuf type operations_research.sat.ListOfVariablesProto
Definition at line 15 of file ListOfVariablesProto.java.
boolean com.google.ortools.sat.ListOfVariablesProto.equals | ( | final java.lang.Object | obj | ) |
Definition at line 131 of file ListOfVariablesProto.java.
|
static |
Definition at line 507 of file ListOfVariablesProto.java.
com.google.ortools.sat.ListOfVariablesProto com.google.ortools.sat.ListOfVariablesProto.getDefaultInstanceForType | ( | ) |
Definition at line 543 of file ListOfVariablesProto.java.
|
static |
Definition at line 38 of file ListOfVariablesProto.java.
com.google.protobuf.Parser< ListOfVariablesProto > com.google.ortools.sat.ListOfVariablesProto.getParserForType | ( | ) |
Definition at line 538 of file ListOfVariablesProto.java.
int com.google.ortools.sat.ListOfVariablesProto.getSerializedSize | ( | ) |
Definition at line 106 of file ListOfVariablesProto.java.
int com.google.ortools.sat.ListOfVariablesProto.getVars | ( | int | index | ) |
repeated int32 vars = 1;
index | The index of the element to return. |
Implements com.google.ortools.sat.ListOfVariablesProtoOrBuilder.
Definition at line 75 of file ListOfVariablesProto.java.
int com.google.ortools.sat.ListOfVariablesProto.getVarsCount | ( | ) |
repeated int32 vars = 1;
Implements com.google.ortools.sat.ListOfVariablesProtoOrBuilder.
Definition at line 67 of file ListOfVariablesProto.java.
java.util.List< java.lang.Integer > com.google.ortools.sat.ListOfVariablesProto.getVarsList | ( | ) |
repeated int32 vars = 1;
Implements com.google.ortools.sat.ListOfVariablesProtoOrBuilder.
Definition at line 60 of file ListOfVariablesProto.java.
int com.google.ortools.sat.ListOfVariablesProto.hashCode | ( | ) |
Definition at line 147 of file ListOfVariablesProto.java.
|
protected |
Definition at line 44 of file ListOfVariablesProto.java.
final boolean com.google.ortools.sat.ListOfVariablesProto.isInitialized | ( | ) |
Definition at line 82 of file ListOfVariablesProto.java.
|
static |
Definition at line 236 of file ListOfVariablesProto.java.
|
static |
Definition at line 239 of file ListOfVariablesProto.java.
Builder com.google.ortools.sat.ListOfVariablesProto.newBuilderForType | ( | ) |
Definition at line 235 of file ListOfVariablesProto.java.
|
protected |
Definition at line 249 of file ListOfVariablesProto.java.
|
static |
Definition at line 207 of file ListOfVariablesProto.java.
|
static |
Definition at line 213 of file ListOfVariablesProto.java.
|
static |
Definition at line 184 of file ListOfVariablesProto.java.
|
static |
Definition at line 188 of file ListOfVariablesProto.java.
|
static |
Definition at line 173 of file ListOfVariablesProto.java.
|
static |
Definition at line 178 of file ListOfVariablesProto.java.
|
static |
Definition at line 220 of file ListOfVariablesProto.java.
|
static |
Definition at line 226 of file ListOfVariablesProto.java.
|
static |
Definition at line 194 of file ListOfVariablesProto.java.
|
static |
Definition at line 199 of file ListOfVariablesProto.java.
|
static |
Definition at line 162 of file ListOfVariablesProto.java.
|
static |
Definition at line 167 of file ListOfVariablesProto.java.
|
static |
Definition at line 533 of file ListOfVariablesProto.java.
Builder com.google.ortools.sat.ListOfVariablesProto.toBuilder | ( | ) |
Definition at line 243 of file ListOfVariablesProto.java.
void com.google.ortools.sat.ListOfVariablesProto.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 92 of file ListOfVariablesProto.java.
|
static |
Definition at line 50 of file ListOfVariablesProto.java.