Uses of Class
com.google.ortools.sat.DenseMatrixProto.Builder
| Package | Description |
|---|---|
| com.google.ortools.sat |
-
Uses of DenseMatrixProto.Builder in com.google.ortools.sat
Methods in com.google.ortools.sat that return DenseMatrixProto.Builder Modifier and Type Method Description DenseMatrixProto.BuilderDenseMatrixProto.Builder. addAllEntries(java.lang.Iterable<? extends java.lang.Integer> values)repeated int32 entries = 3;DenseMatrixProto.BuilderDenseMatrixProto.Builder. addEntries(int value)repeated int32 entries = 3;DenseMatrixProto.BuilderSymmetryProto.Builder. addOrbitopesBuilder()An orbitope is a special symmetry structure of the solution space.DenseMatrixProto.BuilderSymmetryProto.Builder. addOrbitopesBuilder(int index)An orbitope is a special symmetry structure of the solution space.DenseMatrixProto.BuilderDenseMatrixProto.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)DenseMatrixProto.BuilderDenseMatrixProto.Builder. clear()DenseMatrixProto.BuilderDenseMatrixProto.Builder. clearEntries()repeated int32 entries = 3;DenseMatrixProto.BuilderDenseMatrixProto.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)DenseMatrixProto.BuilderDenseMatrixProto.Builder. clearNumCols()int32 num_cols = 2;DenseMatrixProto.BuilderDenseMatrixProto.Builder. clearNumRows()int32 num_rows = 1;DenseMatrixProto.BuilderDenseMatrixProto.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)DenseMatrixProto.BuilderDenseMatrixProto.Builder. clone()DenseMatrixProto.BuilderSymmetryProto.Builder. getOrbitopesBuilder(int index)An orbitope is a special symmetry structure of the solution space.DenseMatrixProto.BuilderDenseMatrixProto.Builder. mergeFrom(DenseMatrixProto other)DenseMatrixProto.BuilderDenseMatrixProto.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)DenseMatrixProto.BuilderDenseMatrixProto.Builder. mergeFrom(com.google.protobuf.Message other)DenseMatrixProto.BuilderDenseMatrixProto.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static DenseMatrixProto.BuilderDenseMatrixProto. newBuilder()static DenseMatrixProto.BuilderDenseMatrixProto. newBuilder(DenseMatrixProto prototype)DenseMatrixProto.BuilderDenseMatrixProto. newBuilderForType()protected DenseMatrixProto.BuilderDenseMatrixProto. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)DenseMatrixProto.BuilderDenseMatrixProto.Builder. setEntries(int index, int value)repeated int32 entries = 3;DenseMatrixProto.BuilderDenseMatrixProto.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)DenseMatrixProto.BuilderDenseMatrixProto.Builder. setNumCols(int value)int32 num_cols = 2;DenseMatrixProto.BuilderDenseMatrixProto.Builder. setNumRows(int value)int32 num_rows = 1;DenseMatrixProto.BuilderDenseMatrixProto.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)DenseMatrixProto.BuilderDenseMatrixProto.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)DenseMatrixProto.BuilderDenseMatrixProto. toBuilder()Methods in com.google.ortools.sat that return types with arguments of type DenseMatrixProto.Builder Modifier and Type Method Description java.util.List<DenseMatrixProto.Builder>SymmetryProto.Builder. getOrbitopesBuilderList()An orbitope is a special symmetry structure of the solution space.Methods in com.google.ortools.sat with parameters of type DenseMatrixProto.Builder Modifier and Type Method Description SymmetryProto.BuilderSymmetryProto.Builder. addOrbitopes(int index, DenseMatrixProto.Builder builderForValue)An orbitope is a special symmetry structure of the solution space.SymmetryProto.BuilderSymmetryProto.Builder. addOrbitopes(DenseMatrixProto.Builder builderForValue)An orbitope is a special symmetry structure of the solution space.SymmetryProto.BuilderSymmetryProto.Builder. setOrbitopes(int index, DenseMatrixProto.Builder builderForValue)An orbitope is a special symmetry structure of the solution space.