Uses of Class
com.google.ortools.sat.SparsePermutationProto
Packages that use SparsePermutationProto
-
Uses of SparsePermutationProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return SparsePermutationProtoModifier and TypeMethodDescriptionSparsePermutationProto.Builder.build()SparsePermutationProto.Builder.buildPartial()static SparsePermutationProtoSparsePermutationProto.getDefaultInstance()SparsePermutationProto.Builder.getDefaultInstanceForType()SparsePermutationProto.getDefaultInstanceForType()SymmetryProto.Builder.getPermutations(int index) A list of variable indices permutations that leave the feasible space of solution invariant.SymmetryProto.getPermutations(int index) A list of variable indices permutations that leave the feasible space of solution invariant.SymmetryProtoOrBuilder.getPermutations(int index) A list of variable indices permutations that leave the feasible space of solution invariant.static SparsePermutationProtoSparsePermutationProto.parseDelimitedFrom(InputStream input) static SparsePermutationProtoSparsePermutationProto.parseDelimitedFrom(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(InputStream input) static SparsePermutationProtoSparsePermutationProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SparsePermutationProtoSparsePermutationProto.parseFrom(ByteBuffer data) static SparsePermutationProtoSparsePermutationProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type SparsePermutationProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SparsePermutationProto> SparsePermutationProto.getParserForType()SymmetryProto.Builder.getPermutationsList()A list of variable indices permutations that leave the feasible space of solution invariant.SymmetryProto.getPermutationsList()A list of variable indices permutations that leave the feasible space of solution invariant.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 SparsePermutationProtoModifier and TypeMethodDescriptionSymmetryProto.Builder.addPermutations(int index, SparsePermutationProto value) 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.SparsePermutationProto.Builder.mergeFrom(SparsePermutationProto other) SparsePermutationProto.newBuilder(SparsePermutationProto prototype) SymmetryProto.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 SparsePermutationProtoModifier and TypeMethodDescriptionSymmetryProto.Builder.addAllPermutations(Iterable<? extends SparsePermutationProto> values) A list of variable indices permutations that leave the feasible space of solution invariant.