Uses of Class
com.google.ortools.sat.DenseMatrixProto
Packages that use DenseMatrixProto
-
Uses of DenseMatrixProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return DenseMatrixProtoModifier and TypeMethodDescriptionDenseMatrixProto.Builder.build()
DenseMatrixProto.Builder.buildPartial()
static DenseMatrixProto
DenseMatrixProto.getDefaultInstance()
DenseMatrixProto.Builder.getDefaultInstanceForType()
DenseMatrixProto.getDefaultInstanceForType()
SymmetryProto.Builder.getOrbitopes
(int index) An orbitope is a special symmetry structure of the solution space.SymmetryProto.getOrbitopes
(int index) An orbitope is a special symmetry structure of the solution space.SymmetryProtoOrBuilder.getOrbitopes
(int index) An orbitope is a special symmetry structure of the solution space.static DenseMatrixProto
DenseMatrixProto.parseDelimitedFrom
(InputStream input) static DenseMatrixProto
DenseMatrixProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DenseMatrixProto
DenseMatrixProto.parseFrom
(byte[] data) static DenseMatrixProto
DenseMatrixProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DenseMatrixProto
DenseMatrixProto.parseFrom
(com.google.protobuf.ByteString data) static DenseMatrixProto
DenseMatrixProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DenseMatrixProto
DenseMatrixProto.parseFrom
(com.google.protobuf.CodedInputStream input) static DenseMatrixProto
DenseMatrixProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DenseMatrixProto
DenseMatrixProto.parseFrom
(InputStream input) static DenseMatrixProto
DenseMatrixProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DenseMatrixProto
DenseMatrixProto.parseFrom
(ByteBuffer data) static DenseMatrixProto
DenseMatrixProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type DenseMatrixProtoModifier and TypeMethodDescriptionSymmetryProto.Builder.getOrbitopesList()
An orbitope is a special symmetry structure of the solution space.SymmetryProto.getOrbitopesList()
An orbitope is a special symmetry structure of the solution space.SymmetryProtoOrBuilder.getOrbitopesList()
An orbitope is a special symmetry structure of the solution space.com.google.protobuf.Parser
<DenseMatrixProto> DenseMatrixProto.getParserForType()
static com.google.protobuf.Parser
<DenseMatrixProto> DenseMatrixProto.parser()
Methods in com.google.ortools.sat with parameters of type DenseMatrixProtoModifier and TypeMethodDescriptionSymmetryProto.Builder.addOrbitopes
(int index, DenseMatrixProto value) An orbitope is a special symmetry structure of the solution space.SymmetryProto.Builder.addOrbitopes
(DenseMatrixProto value) An orbitope is a special symmetry structure of the solution space.DenseMatrixProto.Builder.mergeFrom
(DenseMatrixProto other) static DenseMatrixProto.Builder
DenseMatrixProto.newBuilder
(DenseMatrixProto prototype) SymmetryProto.Builder.setOrbitopes
(int index, DenseMatrixProto value) An orbitope is a special symmetry structure of the solution space.Method parameters in com.google.ortools.sat with type arguments of type DenseMatrixProtoModifier and TypeMethodDescriptionSymmetryProto.Builder.addAllOrbitopes
(Iterable<? extends DenseMatrixProto> values) An orbitope is a special symmetry structure of the solution space.