Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
SparsePermutationProto |
SparsePermutationProto.Builder.build() |
SparsePermutationProto |
SparsePermutationProto.Builder.buildPartial() |
static SparsePermutationProto |
SparsePermutationProto.getDefaultInstance() |
SparsePermutationProto |
SparsePermutationProto.getDefaultInstanceForType() |
SparsePermutationProto |
SparsePermutationProto.Builder.getDefaultInstanceForType() |
SparsePermutationProto |
SymmetryProto.getPermutations(int index)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
SparsePermutationProto |
SymmetryProto.Builder.getPermutations(int index)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
SparsePermutationProto |
SymmetryProtoOrBuilder.getPermutations(int index)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
static SparsePermutationProto |
SparsePermutationProto.parseDelimitedFrom(java.io.InputStream input) |
static SparsePermutationProto |
SparsePermutationProto.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SparsePermutationProto |
SparsePermutationProto.parseFrom(byte[] data) |
static SparsePermutationProto |
SparsePermutationProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SparsePermutationProto |
SparsePermutationProto.parseFrom(java.nio.ByteBuffer data) |
static SparsePermutationProto |
SparsePermutationProto.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SparsePermutationProto |
SparsePermutationProto.parseFrom(com.google.protobuf.ByteString data) |
static SparsePermutationProto |
SparsePermutationProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SparsePermutationProto |
SparsePermutationProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static SparsePermutationProto |
SparsePermutationProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SparsePermutationProto |
SparsePermutationProto.parseFrom(java.io.InputStream input) |
static SparsePermutationProto |
SparsePermutationProto.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<SparsePermutationProto> |
SparsePermutationProto.getParserForType() |
java.util.List<SparsePermutationProto> |
SymmetryProto.getPermutationsList()
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
java.util.List<SparsePermutationProto> |
SymmetryProto.Builder.getPermutationsList()
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
java.util.List<SparsePermutationProto> |
SymmetryProtoOrBuilder.getPermutationsList()
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
static com.google.protobuf.Parser<SparsePermutationProto> |
SparsePermutationProto.parser() |
Modifier and Type | Method and Description |
---|---|
SymmetryProto.Builder |
SymmetryProto.Builder.addPermutations(int index,
SparsePermutationProto value)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
SymmetryProto.Builder |
SymmetryProto.Builder.addPermutations(SparsePermutationProto value)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
SparsePermutationProto.Builder |
SparsePermutationProto.Builder.mergeFrom(SparsePermutationProto other) |
static SparsePermutationProto.Builder |
SparsePermutationProto.newBuilder(SparsePermutationProto prototype) |
SymmetryProto.Builder |
SymmetryProto.Builder.setPermutations(int index,
SparsePermutationProto value)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
Modifier and Type | Method and Description |
---|---|
SymmetryProto.Builder |
SymmetryProto.Builder.addAllPermutations(java.lang.Iterable<? extends SparsePermutationProto> values)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
Copyright © 2025. All rights reserved.