Uses of Interface
com.google.ortools.sat.SparsePermutationProtoOrBuilder
-
Packages that use SparsePermutationProtoOrBuilder Package Description com.google.ortools.sat -
-
Uses of SparsePermutationProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement SparsePermutationProtoOrBuilder Modifier and Type Class Description classSparsePermutationProtoA permutation of integers encoded as a list of cycles, hence the "sparse" format.static classSparsePermutationProto.BuilderA permutation of integers encoded as a list of cycles, hence the "sparse" format.Methods in com.google.ortools.sat that return SparsePermutationProtoOrBuilder Modifier and Type Method Description SparsePermutationProtoOrBuilderSymmetryProto.Builder. getPermutationsOrBuilder(int index)A list of variable indices permutations that leave the feasible space of solution invariant.SparsePermutationProtoOrBuilderSymmetryProto. getPermutationsOrBuilder(int index)A list of variable indices permutations that leave the feasible space of solution invariant.SparsePermutationProtoOrBuilderSymmetryProtoOrBuilder. getPermutationsOrBuilder(int index)A list of variable indices permutations that leave the feasible space of solution invariant.Methods in com.google.ortools.sat that return types with arguments of type SparsePermutationProtoOrBuilder Modifier and Type Method Description 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>SymmetryProto. 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.
-