Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
DenseMatrixProto |
DenseMatrixProto.Builder.build() |
DenseMatrixProto |
DenseMatrixProto.Builder.buildPartial() |
static DenseMatrixProto |
DenseMatrixProto.getDefaultInstance() |
DenseMatrixProto |
DenseMatrixProto.getDefaultInstanceForType() |
DenseMatrixProto |
DenseMatrixProto.Builder.getDefaultInstanceForType() |
DenseMatrixProto |
SymmetryProto.getOrbitopes(int index)
An orbitope is a special symmetry structure of the solution space.
|
DenseMatrixProto |
SymmetryProto.Builder.getOrbitopes(int index)
An orbitope is a special symmetry structure of the solution space.
|
DenseMatrixProto |
SymmetryProtoOrBuilder.getOrbitopes(int index)
An orbitope is a special symmetry structure of the solution space.
|
static DenseMatrixProto |
DenseMatrixProto.parseDelimitedFrom(java.io.InputStream input) |
static DenseMatrixProto |
DenseMatrixProto.parseDelimitedFrom(java.io.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(java.nio.ByteBuffer data) |
static DenseMatrixProto |
DenseMatrixProto.parseFrom(java.nio.ByteBuffer 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(java.io.InputStream input) |
static DenseMatrixProto |
DenseMatrixProto.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DenseMatrixProto> |
SymmetryProto.getOrbitopesList()
An orbitope is a special symmetry structure of the solution space.
|
java.util.List<DenseMatrixProto> |
SymmetryProto.Builder.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() |
Modifier and Type | Method and Description |
---|---|
SymmetryProto.Builder |
SymmetryProto.Builder.addOrbitopes(DenseMatrixProto value)
An orbitope is a special symmetry structure of the solution space.
|
SymmetryProto.Builder |
SymmetryProto.Builder.addOrbitopes(int index,
DenseMatrixProto value)
An orbitope is a special symmetry structure of the solution space.
|
DenseMatrixProto.Builder |
DenseMatrixProto.Builder.mergeFrom(DenseMatrixProto other) |
static DenseMatrixProto.Builder |
DenseMatrixProto.newBuilder(DenseMatrixProto prototype) |
SymmetryProto.Builder |
SymmetryProto.Builder.setOrbitopes(int index,
DenseMatrixProto value)
An orbitope is a special symmetry structure of the solution space.
|
Modifier and Type | Method and Description |
---|---|
SymmetryProto.Builder |
SymmetryProto.Builder.addAllOrbitopes(java.lang.Iterable<? extends DenseMatrixProto> values)
An orbitope is a special symmetry structure of the solution space.
|
Copyright © 2025. All rights reserved.