Uses of Class
com.google.ortools.sat.SymmetryProto.Builder
Packages that use SymmetryProto.Builder
-
Uses of SymmetryProto.Builder in com.google.ortools.sat
Subclasses with type arguments of type SymmetryProto.Builder in com.google.ortools.satMethods in com.google.ortools.sat that return SymmetryProto.BuilderModifier and TypeMethodDescriptionSymmetryProto.Builder.addAllOrbitopes
(Iterable<? extends DenseMatrixProto> values) An orbitope is a special symmetry structure of the solution space.SymmetryProto.Builder.addAllPermutations
(Iterable<? extends SparsePermutationProto> values) A list of variable indices permutations that leave the feasible space of solution invariant.SymmetryProto.Builder.addOrbitopes
(int index, DenseMatrixProto value) An orbitope is a special symmetry structure of the solution space.SymmetryProto.Builder.addOrbitopes
(int index, DenseMatrixProto.Builder builderForValue) An orbitope is a special symmetry structure of the solution space.SymmetryProto.Builder.addOrbitopes
(DenseMatrixProto value) An orbitope is a special symmetry structure of the solution space.SymmetryProto.Builder.addOrbitopes
(DenseMatrixProto.Builder builderForValue) An orbitope is a special symmetry structure of the solution space.SymmetryProto.Builder.addPermutations
(int index, SparsePermutationProto value) A list of variable indices permutations that leave the feasible space of solution invariant.SymmetryProto.Builder.addPermutations
(int index, SparsePermutationProto.Builder builderForValue) A list of variable indices permutations that leave the feasible space of solution invariant.SymmetryProto.Builder.addPermutations
(SparsePermutationProto value) A list of variable indices permutations that leave the feasible space of solution invariant.SymmetryProto.Builder.addPermutations
(SparsePermutationProto.Builder builderForValue) A list of variable indices permutations that leave the feasible space of solution invariant.SymmetryProto.Builder.clear()
SymmetryProto.Builder.clearOrbitopes()
An orbitope is a special symmetry structure of the solution space.SymmetryProto.Builder.clearPermutations()
A list of variable indices permutations that leave the feasible space of solution invariant.CpModelProto.Builder.getSymmetryBuilder()
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.SymmetryProto.Builder.mergeFrom
(SymmetryProto other) SymmetryProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SymmetryProto.Builder.mergeFrom
(com.google.protobuf.Message other) static SymmetryProto.Builder
SymmetryProto.newBuilder()
static SymmetryProto.Builder
SymmetryProto.newBuilder
(SymmetryProto prototype) SymmetryProto.newBuilderForType()
protected SymmetryProto.Builder
SymmetryProto.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) SymmetryProto.Builder.removeOrbitopes
(int index) An orbitope is a special symmetry structure of the solution space.SymmetryProto.Builder.removePermutations
(int index) A list of variable indices permutations that leave the feasible space of solution invariant.SymmetryProto.Builder.setOrbitopes
(int index, DenseMatrixProto value) An orbitope is a special symmetry structure of the solution space.SymmetryProto.Builder.setOrbitopes
(int index, DenseMatrixProto.Builder builderForValue) An orbitope is a special symmetry structure of the solution space.SymmetryProto.Builder.setPermutations
(int index, SparsePermutationProto value) A list of variable indices permutations that leave the feasible space of solution invariant.SymmetryProto.Builder.setPermutations
(int index, SparsePermutationProto.Builder builderForValue) A list of variable indices permutations that leave the feasible space of solution invariant.SymmetryProto.toBuilder()
Methods in com.google.ortools.sat with parameters of type SymmetryProto.BuilderModifier and TypeMethodDescriptionCpModelProto.Builder.setSymmetry
(SymmetryProto.Builder builderForValue) For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.