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 DenseMatrixProtoDenseMatrixProto.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 DenseMatrixProtoDenseMatrixProto.parseDelimitedFrom(InputStream input) static DenseMatrixProtoDenseMatrixProto.parseDelimitedFrom(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(InputStream input) static DenseMatrixProtoDenseMatrixProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DenseMatrixProtoDenseMatrixProto.parseFrom(ByteBuffer data) static DenseMatrixProtoDenseMatrixProto.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.BuilderDenseMatrixProto.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.