Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
DenseMatrixProto.Builder |
DenseMatrixProto.Builder.addAllEntries(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 entries = 3; |
DenseMatrixProto.Builder |
DenseMatrixProto.Builder.addEntries(int value)
repeated int32 entries = 3; |
DenseMatrixProto.Builder |
SymmetryProto.Builder.addOrbitopesBuilder()
An orbitope is a special symmetry structure of the solution space.
|
DenseMatrixProto.Builder |
SymmetryProto.Builder.addOrbitopesBuilder(int index)
An orbitope is a special symmetry structure of the solution space.
|
DenseMatrixProto.Builder |
DenseMatrixProto.Builder.clear() |
DenseMatrixProto.Builder |
DenseMatrixProto.Builder.clearEntries()
repeated int32 entries = 3; |
DenseMatrixProto.Builder |
DenseMatrixProto.Builder.clearNumCols()
int32 num_cols = 2; |
DenseMatrixProto.Builder |
DenseMatrixProto.Builder.clearNumRows()
int32 num_rows = 1; |
DenseMatrixProto.Builder |
SymmetryProto.Builder.getOrbitopesBuilder(int index)
An orbitope is a special symmetry structure of the solution space.
|
DenseMatrixProto.Builder |
DenseMatrixProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DenseMatrixProto.Builder |
DenseMatrixProto.Builder.mergeFrom(DenseMatrixProto other) |
DenseMatrixProto.Builder |
DenseMatrixProto.Builder.mergeFrom(com.google.protobuf.Message other) |
static DenseMatrixProto.Builder |
DenseMatrixProto.newBuilder() |
static DenseMatrixProto.Builder |
DenseMatrixProto.newBuilder(DenseMatrixProto prototype) |
DenseMatrixProto.Builder |
DenseMatrixProto.newBuilderForType() |
protected DenseMatrixProto.Builder |
DenseMatrixProto.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
DenseMatrixProto.Builder |
DenseMatrixProto.Builder.setEntries(int index,
int value)
repeated int32 entries = 3; |
DenseMatrixProto.Builder |
DenseMatrixProto.Builder.setNumCols(int value)
int32 num_cols = 2; |
DenseMatrixProto.Builder |
DenseMatrixProto.Builder.setNumRows(int value)
int32 num_rows = 1; |
DenseMatrixProto.Builder |
DenseMatrixProto.toBuilder() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DenseMatrixProto.Builder> |
SymmetryProto.Builder.getOrbitopesBuilderList()
An orbitope is a special symmetry structure of the solution space.
|
Modifier and Type | Method and Description |
---|---|
SymmetryProto.Builder |
SymmetryProto.Builder.addOrbitopes(DenseMatrixProto.Builder builderForValue)
An orbitope is a special symmetry structure of the solution space.
|
SymmetryProto.Builder |
SymmetryProto.Builder.addOrbitopes(int index,
DenseMatrixProto.Builder builderForValue)
An orbitope is a special symmetry structure of the solution space.
|
SymmetryProto.Builder |
SymmetryProto.Builder.setOrbitopes(int index,
DenseMatrixProto.Builder builderForValue)
An orbitope is a special symmetry structure of the solution space.
|
Copyright © 2025. All rights reserved.