Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
AutomatonConstraintProto |
AutomatonConstraintProto.Builder.build() |
AutomatonConstraintProto |
AutomatonConstraintProto.Builder.buildPartial() |
AutomatonConstraintProto |
ConstraintProto.getAutomaton()
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
|
AutomatonConstraintProto |
ConstraintProto.Builder.getAutomaton()
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
|
AutomatonConstraintProto |
ConstraintProtoOrBuilder.getAutomaton()
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
|
static AutomatonConstraintProto |
AutomatonConstraintProto.getDefaultInstance() |
AutomatonConstraintProto |
AutomatonConstraintProto.getDefaultInstanceForType() |
AutomatonConstraintProto |
AutomatonConstraintProto.Builder.getDefaultInstanceForType() |
static AutomatonConstraintProto |
AutomatonConstraintProto.parseDelimitedFrom(java.io.InputStream input) |
static AutomatonConstraintProto |
AutomatonConstraintProto.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutomatonConstraintProto |
AutomatonConstraintProto.parseFrom(byte[] data) |
static AutomatonConstraintProto |
AutomatonConstraintProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutomatonConstraintProto |
AutomatonConstraintProto.parseFrom(java.nio.ByteBuffer data) |
static AutomatonConstraintProto |
AutomatonConstraintProto.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutomatonConstraintProto |
AutomatonConstraintProto.parseFrom(com.google.protobuf.ByteString data) |
static AutomatonConstraintProto |
AutomatonConstraintProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutomatonConstraintProto |
AutomatonConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static AutomatonConstraintProto |
AutomatonConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutomatonConstraintProto |
AutomatonConstraintProto.parseFrom(java.io.InputStream input) |
static AutomatonConstraintProto |
AutomatonConstraintProto.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<AutomatonConstraintProto> |
AutomatonConstraintProto.getParserForType() |
static com.google.protobuf.Parser<AutomatonConstraintProto> |
AutomatonConstraintProto.parser() |
Modifier and Type | Method and Description |
---|---|
ConstraintProto.Builder |
ConstraintProto.Builder.mergeAutomaton(AutomatonConstraintProto value)
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
|
AutomatonConstraintProto.Builder |
AutomatonConstraintProto.Builder.mergeFrom(AutomatonConstraintProto other) |
static AutomatonConstraintProto.Builder |
AutomatonConstraintProto.newBuilder(AutomatonConstraintProto prototype) |
ConstraintProto.Builder |
ConstraintProto.Builder.setAutomaton(AutomatonConstraintProto value)
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
|
Copyright © 2025. All rights reserved.