Uses of Interface
com.google.ortools.sat.SparsePermutationProtoOrBuilder
Packages that use SparsePermutationProtoOrBuilder
-
Uses of SparsePermutationProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement SparsePermutationProtoOrBuilderModifier and TypeClassDescriptionfinal classA permutation of integers encoded as a list of cycles, hence the "sparse" format.static final classA permutation of integers encoded as a list of cycles, hence the "sparse" format.Methods in com.google.ortools.sat that return SparsePermutationProtoOrBuilderModifier and TypeMethodDescriptionSymmetryProto.Builder.getPermutationsOrBuilder(int index) A list of variable indices permutations that leave the feasible space of solution invariant.SymmetryProto.getPermutationsOrBuilder(int index) A list of variable indices permutations that leave the feasible space of solution invariant.SymmetryProtoOrBuilder.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 SparsePermutationProtoOrBuilderModifier and TypeMethodDescriptionList<? extends SparsePermutationProtoOrBuilder> SymmetryProto.Builder.getPermutationsOrBuilderList()A list of variable indices permutations that leave the feasible space of solution invariant.List<? extends SparsePermutationProtoOrBuilder> SymmetryProto.getPermutationsOrBuilderList()A list of variable indices permutations that leave the feasible space of solution invariant.List<? extends SparsePermutationProtoOrBuilder> SymmetryProtoOrBuilder.getPermutationsOrBuilderList()A list of variable indices permutations that leave the feasible space of solution invariant.