Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.addAllVars(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 vars = 1; |
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.addVars(int value)
repeated int32 vars = 1; |
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.clear() |
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.clearVars()
repeated int32 vars = 1; |
ListOfVariablesProto.Builder |
ConstraintProto.Builder.getDummyConstraintBuilder()
This constraint is not meant to be used and will be rejected by the
solver.
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.mergeFrom(ListOfVariablesProto other) |
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.mergeFrom(com.google.protobuf.Message other) |
static ListOfVariablesProto.Builder |
ListOfVariablesProto.newBuilder() |
static ListOfVariablesProto.Builder |
ListOfVariablesProto.newBuilder(ListOfVariablesProto prototype) |
ListOfVariablesProto.Builder |
ListOfVariablesProto.newBuilderForType() |
protected ListOfVariablesProto.Builder |
ListOfVariablesProto.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.setVars(int index,
int value)
repeated int32 vars = 1; |
ListOfVariablesProto.Builder |
ListOfVariablesProto.toBuilder() |
Modifier and Type | Method and Description |
---|---|
ConstraintProto.Builder |
ConstraintProto.Builder.setDummyConstraint(ListOfVariablesProto.Builder builderForValue)
This constraint is not meant to be used and will be rejected by the
solver.
|
Copyright © 2025. All rights reserved.