Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
ListOfVariablesProto |
ListOfVariablesProto.Builder.build() |
ListOfVariablesProto |
ListOfVariablesProto.Builder.buildPartial() |
static ListOfVariablesProto |
ListOfVariablesProto.getDefaultInstance() |
ListOfVariablesProto |
ListOfVariablesProto.getDefaultInstanceForType() |
ListOfVariablesProto |
ListOfVariablesProto.Builder.getDefaultInstanceForType() |
ListOfVariablesProto |
ConstraintProto.getDummyConstraint()
This constraint is not meant to be used and will be rejected by the
solver.
|
ListOfVariablesProto |
ConstraintProto.Builder.getDummyConstraint()
This constraint is not meant to be used and will be rejected by the
solver.
|
ListOfVariablesProto |
ConstraintProtoOrBuilder.getDummyConstraint()
This constraint is not meant to be used and will be rejected by the
solver.
|
static ListOfVariablesProto |
ListOfVariablesProto.parseDelimitedFrom(java.io.InputStream input) |
static ListOfVariablesProto |
ListOfVariablesProto.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListOfVariablesProto |
ListOfVariablesProto.parseFrom(byte[] data) |
static ListOfVariablesProto |
ListOfVariablesProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListOfVariablesProto |
ListOfVariablesProto.parseFrom(java.nio.ByteBuffer data) |
static ListOfVariablesProto |
ListOfVariablesProto.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListOfVariablesProto |
ListOfVariablesProto.parseFrom(com.google.protobuf.ByteString data) |
static ListOfVariablesProto |
ListOfVariablesProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListOfVariablesProto |
ListOfVariablesProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListOfVariablesProto |
ListOfVariablesProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListOfVariablesProto |
ListOfVariablesProto.parseFrom(java.io.InputStream input) |
static ListOfVariablesProto |
ListOfVariablesProto.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ListOfVariablesProto> |
ListOfVariablesProto.getParserForType() |
static com.google.protobuf.Parser<ListOfVariablesProto> |
ListOfVariablesProto.parser() |
Modifier and Type | Method and Description |
---|---|
ConstraintProto.Builder |
ConstraintProto.Builder.mergeDummyConstraint(ListOfVariablesProto value)
This constraint is not meant to be used and will be rejected by the
solver.
|
ListOfVariablesProto.Builder |
ListOfVariablesProto.Builder.mergeFrom(ListOfVariablesProto other) |
static ListOfVariablesProto.Builder |
ListOfVariablesProto.newBuilder(ListOfVariablesProto prototype) |
ConstraintProto.Builder |
ConstraintProto.Builder.setDummyConstraint(ListOfVariablesProto value)
This constraint is not meant to be used and will be rejected by the
solver.
|
Copyright © 2025. All rights reserved.