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 SparsePermutationProto
SparsePermutationProto.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 SparsePermutationProto
SparsePermutationProto.parseDelimitedFrom
(InputStream input) static SparsePermutationProto
SparsePermutationProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SparsePermutationProto
SparsePermutationProto.parseFrom
(byte[] data) static SparsePermutationProto
SparsePermutationProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SparsePermutationProto
SparsePermutationProto.parseFrom
(com.google.protobuf.ByteString data) static SparsePermutationProto
SparsePermutationProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SparsePermutationProto
SparsePermutationProto.parseFrom
(com.google.protobuf.CodedInputStream input) static SparsePermutationProto
SparsePermutationProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SparsePermutationProto
SparsePermutationProto.parseFrom
(InputStream input) static SparsePermutationProto
SparsePermutationProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SparsePermutationProto
SparsePermutationProto.parseFrom
(ByteBuffer data) static SparsePermutationProto
SparsePermutationProto.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.