Uses of Class
com.google.ortools.sat.SparsePermutationProto
-
Packages that use SparsePermutationProto Package Description com.google.ortools.sat -
-
Uses of SparsePermutationProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return SparsePermutationProto Modifier and Type Method Description SparsePermutationProtoSparsePermutationProto.Builder. build()SparsePermutationProtoSparsePermutationProto.Builder. buildPartial()static SparsePermutationProtoSparsePermutationProto. getDefaultInstance()SparsePermutationProtoSparsePermutationProto.Builder. getDefaultInstanceForType()SparsePermutationProtoSparsePermutationProto. getDefaultInstanceForType()SparsePermutationProtoSymmetryProto.Builder. getPermutations(int index)A list of variable indices permutations that leave the feasible space of solution invariant.SparsePermutationProtoSymmetryProto. getPermutations(int index)A list of variable indices permutations that leave the feasible space of solution invariant.SparsePermutationProtoSymmetryProtoOrBuilder. getPermutations(int index)A list of variable indices permutations that leave the feasible space of solution invariant.static SparsePermutationProtoSparsePermutationProto. parseDelimitedFrom(java.io.InputStream input)static SparsePermutationProtoSparsePermutationProto. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SparsePermutationProtoSparsePermutationProto. parseFrom(byte[] data)static SparsePermutationProtoSparsePermutationProto. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SparsePermutationProtoSparsePermutationProto. parseFrom(com.google.protobuf.ByteString data)static SparsePermutationProtoSparsePermutationProto. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SparsePermutationProtoSparsePermutationProto. parseFrom(com.google.protobuf.CodedInputStream input)static SparsePermutationProtoSparsePermutationProto. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SparsePermutationProtoSparsePermutationProto. parseFrom(java.io.InputStream input)static SparsePermutationProtoSparsePermutationProto. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SparsePermutationProtoSparsePermutationProto. parseFrom(java.nio.ByteBuffer data)static SparsePermutationProtoSparsePermutationProto. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.sat that return types with arguments of type SparsePermutationProto Modifier and Type Method Description com.google.protobuf.Parser<SparsePermutationProto>SparsePermutationProto. getParserForType()java.util.List<SparsePermutationProto>SymmetryProto.Builder. getPermutationsList()A list of variable indices permutations that leave the feasible space of solution invariant.java.util.List<SparsePermutationProto>SymmetryProto. getPermutationsList()A list of variable indices permutations that leave the feasible space of solution invariant.java.util.List<SparsePermutationProto>SymmetryProtoOrBuilder. getPermutationsList()A list of variable indices permutations that leave the feasible space of solution invariant.static com.google.protobuf.Parser<SparsePermutationProto>SparsePermutationProto. parser()Methods in com.google.ortools.sat with parameters of type SparsePermutationProto Modifier and Type Method Description SymmetryProto.BuilderSymmetryProto.Builder. addPermutations(int index, SparsePermutationProto value)A list of variable indices permutations that leave the feasible space of solution invariant.SymmetryProto.BuilderSymmetryProto.Builder. addPermutations(SparsePermutationProto value)A list of variable indices permutations that leave the feasible space of solution invariant.SparsePermutationProto.BuilderSparsePermutationProto.Builder. mergeFrom(SparsePermutationProto other)static SparsePermutationProto.BuilderSparsePermutationProto. newBuilder(SparsePermutationProto prototype)SymmetryProto.BuilderSymmetryProto.Builder. setPermutations(int index, SparsePermutationProto value)A list of variable indices permutations that leave the feasible space of solution invariant.Method parameters in com.google.ortools.sat with type arguments of type SparsePermutationProto Modifier and Type Method Description SymmetryProto.BuilderSymmetryProto.Builder. addAllPermutations(java.lang.Iterable<? extends SparsePermutationProto> values)A list of variable indices permutations that leave the feasible space of solution invariant.
-