Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
SparsePermutationProto.Builder |
SparsePermutationProto.Builder.addAllCycleSizes(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 cycle_sizes = 2; |
SparsePermutationProto.Builder |
SparsePermutationProto.Builder.addAllSupport(java.lang.Iterable<? extends java.lang.Integer> values)
Each cycle is listed one after the other in the support field.
|
SparsePermutationProto.Builder |
SparsePermutationProto.Builder.addCycleSizes(int value)
repeated int32 cycle_sizes = 2; |
SparsePermutationProto.Builder |
SymmetryProto.Builder.addPermutationsBuilder()
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
SparsePermutationProto.Builder |
SymmetryProto.Builder.addPermutationsBuilder(int index)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
SparsePermutationProto.Builder |
SparsePermutationProto.Builder.addSupport(int value)
Each cycle is listed one after the other in the support field.
|
SparsePermutationProto.Builder |
SparsePermutationProto.Builder.clear() |
SparsePermutationProto.Builder |
SparsePermutationProto.Builder.clearCycleSizes()
repeated int32 cycle_sizes = 2; |
SparsePermutationProto.Builder |
SparsePermutationProto.Builder.clearSupport()
Each cycle is listed one after the other in the support field.
|
SparsePermutationProto.Builder |
SymmetryProto.Builder.getPermutationsBuilder(int index)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
SparsePermutationProto.Builder |
SparsePermutationProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SparsePermutationProto.Builder |
SparsePermutationProto.Builder.mergeFrom(com.google.protobuf.Message other) |
SparsePermutationProto.Builder |
SparsePermutationProto.Builder.mergeFrom(SparsePermutationProto other) |
static SparsePermutationProto.Builder |
SparsePermutationProto.newBuilder() |
static SparsePermutationProto.Builder |
SparsePermutationProto.newBuilder(SparsePermutationProto prototype) |
SparsePermutationProto.Builder |
SparsePermutationProto.newBuilderForType() |
protected SparsePermutationProto.Builder |
SparsePermutationProto.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
SparsePermutationProto.Builder |
SparsePermutationProto.Builder.setCycleSizes(int index,
int value)
repeated int32 cycle_sizes = 2; |
SparsePermutationProto.Builder |
SparsePermutationProto.Builder.setSupport(int index,
int value)
Each cycle is listed one after the other in the support field.
|
SparsePermutationProto.Builder |
SparsePermutationProto.toBuilder() |
Modifier and Type | Method and Description |
---|---|
java.util.List<SparsePermutationProto.Builder> |
SymmetryProto.Builder.getPermutationsBuilderList()
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
Modifier and Type | Method and Description |
---|---|
SymmetryProto.Builder |
SymmetryProto.Builder.addPermutations(int index,
SparsePermutationProto.Builder builderForValue)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
SymmetryProto.Builder |
SymmetryProto.Builder.addPermutations(SparsePermutationProto.Builder builderForValue)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
SymmetryProto.Builder |
SymmetryProto.Builder.setPermutations(int index,
SparsePermutationProto.Builder builderForValue)
A list of variable indices permutations that leave the feasible space of
solution invariant.
|
Copyright © 2025. All rights reserved.