Uses of Class
com.google.ortools.sat.DenseMatrixProto
-
Packages that use DenseMatrixProto Package Description com.google.ortools.sat -
-
Uses of DenseMatrixProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return DenseMatrixProto Modifier and Type Method Description DenseMatrixProtoDenseMatrixProto.Builder. build()DenseMatrixProtoDenseMatrixProto.Builder. buildPartial()static DenseMatrixProtoDenseMatrixProto. getDefaultInstance()DenseMatrixProtoDenseMatrixProto.Builder. getDefaultInstanceForType()DenseMatrixProtoDenseMatrixProto. getDefaultInstanceForType()DenseMatrixProtoSymmetryProto.Builder. getOrbitopes(int index)An orbitope is a special symmetry structure of the solution space.DenseMatrixProtoSymmetryProto. getOrbitopes(int index)An orbitope is a special symmetry structure of the solution space.DenseMatrixProtoSymmetryProtoOrBuilder. getOrbitopes(int index)An orbitope is a special symmetry structure of the solution space.static DenseMatrixProtoDenseMatrixProto. parseDelimitedFrom(java.io.InputStream input)static DenseMatrixProtoDenseMatrixProto. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DenseMatrixProtoDenseMatrixProto. parseFrom(byte[] data)static DenseMatrixProtoDenseMatrixProto. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DenseMatrixProtoDenseMatrixProto. parseFrom(com.google.protobuf.ByteString data)static DenseMatrixProtoDenseMatrixProto. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DenseMatrixProtoDenseMatrixProto. parseFrom(com.google.protobuf.CodedInputStream input)static DenseMatrixProtoDenseMatrixProto. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DenseMatrixProtoDenseMatrixProto. parseFrom(java.io.InputStream input)static DenseMatrixProtoDenseMatrixProto. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DenseMatrixProtoDenseMatrixProto. parseFrom(java.nio.ByteBuffer data)static DenseMatrixProtoDenseMatrixProto. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.sat that return types with arguments of type DenseMatrixProto Modifier and Type Method Description java.util.List<DenseMatrixProto>SymmetryProto.Builder. getOrbitopesList()An orbitope is a special symmetry structure of the solution space.java.util.List<DenseMatrixProto>SymmetryProto. getOrbitopesList()An orbitope is a special symmetry structure of the solution space.java.util.List<DenseMatrixProto>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 DenseMatrixProto Modifier and Type Method Description SymmetryProto.BuilderSymmetryProto.Builder. addOrbitopes(int index, DenseMatrixProto value)An orbitope is a special symmetry structure of the solution space.SymmetryProto.BuilderSymmetryProto.Builder. addOrbitopes(DenseMatrixProto value)An orbitope is a special symmetry structure of the solution space.DenseMatrixProto.BuilderDenseMatrixProto.Builder. mergeFrom(DenseMatrixProto other)static DenseMatrixProto.BuilderDenseMatrixProto. newBuilder(DenseMatrixProto prototype)SymmetryProto.BuilderSymmetryProto.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 DenseMatrixProto Modifier and Type Method Description SymmetryProto.BuilderSymmetryProto.Builder. addAllOrbitopes(java.lang.Iterable<? extends DenseMatrixProto> values)An orbitope is a special symmetry structure of the solution space.
-