![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
A list of variables, without any semantics.
Protobuf type operations_research.sat.ListOfVariablesProto
Definition at line 262 of file ListOfVariablesProto.java.
Public Member Functions | |
Builder | clear () |
com.google.protobuf.Descriptors.Descriptor | getDescriptorForType () |
com.google.ortools.sat.ListOfVariablesProto | getDefaultInstanceForType () |
com.google.ortools.sat.ListOfVariablesProto | build () |
com.google.ortools.sat.ListOfVariablesProto | buildPartial () |
Builder | mergeFrom (com.google.protobuf.Message other) |
Builder | mergeFrom (com.google.ortools.sat.ListOfVariablesProto other) |
final boolean | isInitialized () |
Builder | mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
java.util.List< java.lang.Integer > | getVarsList () |
int | getVarsCount () |
int | getVars (int index) |
Builder | setVars (int index, int value) |
Builder | addVars (int value) |
Builder | addAllVars (java.lang.Iterable<? extends java.lang.Integer > values) |
Builder | clearVars () |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder com.google.ortools.sat.ListOfVariablesProto.Builder.addAllVars | ( | java.lang.Iterable<? extends java.lang.Integer > | values | ) |
repeated int32 vars = 1;
values | The vars to add. |
Definition at line 479 of file ListOfVariablesProto.java.
Builder com.google.ortools.sat.ListOfVariablesProto.Builder.addVars | ( | int | value | ) |
repeated int32 vars = 1;
value | The vars to add. |
Definition at line 466 of file ListOfVariablesProto.java.
com.google.ortools.sat.ListOfVariablesProto com.google.ortools.sat.ListOfVariablesProto.Builder.build | ( | ) |
Definition at line 309 of file ListOfVariablesProto.java.
com.google.ortools.sat.ListOfVariablesProto com.google.ortools.sat.ListOfVariablesProto.Builder.buildPartial | ( | ) |
Definition at line 318 of file ListOfVariablesProto.java.
Builder com.google.ortools.sat.ListOfVariablesProto.Builder.clear | ( | ) |
Definition at line 290 of file ListOfVariablesProto.java.
Builder com.google.ortools.sat.ListOfVariablesProto.Builder.clearVars | ( | ) |
repeated int32 vars = 1;
Definition at line 492 of file ListOfVariablesProto.java.
com.google.ortools.sat.ListOfVariablesProto com.google.ortools.sat.ListOfVariablesProto.Builder.getDefaultInstanceForType | ( | ) |
Definition at line 304 of file ListOfVariablesProto.java.
|
static |
Definition at line 267 of file ListOfVariablesProto.java.
com.google.protobuf.Descriptors.Descriptor com.google.ortools.sat.ListOfVariablesProto.Builder.getDescriptorForType | ( | ) |
Definition at line 299 of file ListOfVariablesProto.java.
int com.google.ortools.sat.ListOfVariablesProto.Builder.getVars | ( | int | index | ) |
repeated int32 vars = 1;
index | The index of the element to return. |
Implements com.google.ortools.sat.ListOfVariablesProtoOrBuilder.
Definition at line 443 of file ListOfVariablesProto.java.
int com.google.ortools.sat.ListOfVariablesProto.Builder.getVarsCount | ( | ) |
repeated int32 vars = 1;
Implements com.google.ortools.sat.ListOfVariablesProtoOrBuilder.
Definition at line 435 of file ListOfVariablesProto.java.
java.util.List< java.lang.Integer > com.google.ortools.sat.ListOfVariablesProto.Builder.getVarsList | ( | ) |
repeated int32 vars = 1;
Implements com.google.ortools.sat.ListOfVariablesProtoOrBuilder.
Definition at line 427 of file ListOfVariablesProto.java.
|
protected |
Definition at line 273 of file ListOfVariablesProto.java.
final boolean com.google.ortools.sat.ListOfVariablesProto.Builder.isInitialized | ( | ) |
Definition at line 362 of file ListOfVariablesProto.java.
Builder com.google.ortools.sat.ListOfVariablesProto.Builder.mergeFrom | ( | com.google.ortools.sat.ListOfVariablesProto | other | ) |
Definition at line 343 of file ListOfVariablesProto.java.
Builder com.google.ortools.sat.ListOfVariablesProto.Builder.mergeFrom | ( | com.google.protobuf.CodedInputStream | input, |
com.google.protobuf.ExtensionRegistryLite | extensionRegistry ) throws java.io.IOException |
Definition at line 367 of file ListOfVariablesProto.java.
Builder com.google.ortools.sat.ListOfVariablesProto.Builder.mergeFrom | ( | com.google.protobuf.Message | other | ) |
Definition at line 334 of file ListOfVariablesProto.java.
Builder com.google.ortools.sat.ListOfVariablesProto.Builder.setVars | ( | int | index, |
int | value ) |
repeated int32 vars = 1;
index | The index to set the value at. |
value | The vars to set. |
Definition at line 452 of file ListOfVariablesProto.java.