Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Class and Description |
---|---|
class |
SparsePermutationProto
A permutation of integers encoded as a list of cycles, hence the "sparse"
format.
|
static class |
SparsePermutationProto.Builder
A permutation of integers encoded as a list of cycles, hence the "sparse"
format.
|
Modifier and Type | Method and Description |
---|---|
SparsePermutationProtoOrBuilder |
SymmetryProto.getPermutationsOrBuilder(int index)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
SparsePermutationProtoOrBuilder |
SymmetryProto.Builder.getPermutationsOrBuilder(int index)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
SparsePermutationProtoOrBuilder |
SymmetryProtoOrBuilder.getPermutationsOrBuilder(int index)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends SparsePermutationProtoOrBuilder> |
SymmetryProto.getPermutationsOrBuilderList()
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
java.util.List<? extends SparsePermutationProtoOrBuilder> |
SymmetryProto.Builder.getPermutationsOrBuilderList()
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
java.util.List<? extends SparsePermutationProtoOrBuilder> |
SymmetryProtoOrBuilder.getPermutationsOrBuilderList()
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
Copyright © 2025. All rights reserved.