Uses of Class
com.google.ortools.sat.DenseMatrixProto.Builder
Packages that use DenseMatrixProto.Builder
-
Uses of DenseMatrixProto.Builder in com.google.ortools.sat
Subclasses with type arguments of type DenseMatrixProto.Builder in com.google.ortools.satModifier and TypeClassDescriptionstatic final classA dense matrix of numbers encoded in a flat way, row by row.Methods in com.google.ortools.sat that return DenseMatrixProto.BuilderModifier and TypeMethodDescriptionDenseMatrixProto.Builder.addAllEntries(Iterable<? extends Integer> values) repeated int32 entries = 3;DenseMatrixProto.Builder.addEntries(int value) repeated int32 entries = 3;SymmetryProto.Builder.addOrbitopesBuilder()An orbitope is a special symmetry structure of the solution space.SymmetryProto.Builder.addOrbitopesBuilder(int index) An orbitope is a special symmetry structure of the solution space.DenseMatrixProto.Builder.clear()DenseMatrixProto.Builder.clearEntries()repeated int32 entries = 3;DenseMatrixProto.Builder.clearNumCols()int32 num_cols = 2;DenseMatrixProto.Builder.clearNumRows()int32 num_rows = 1;SymmetryProto.Builder.getOrbitopesBuilder(int index) An orbitope is a special symmetry structure of the solution space.DenseMatrixProto.Builder.mergeFrom(DenseMatrixProto other) DenseMatrixProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DenseMatrixProto.Builder.mergeFrom(com.google.protobuf.Message other) static DenseMatrixProto.BuilderDenseMatrixProto.newBuilder()static DenseMatrixProto.BuilderDenseMatrixProto.newBuilder(DenseMatrixProto prototype) DenseMatrixProto.newBuilderForType()protected DenseMatrixProto.BuilderDenseMatrixProto.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DenseMatrixProto.Builder.setEntries(int index, int value) repeated int32 entries = 3;DenseMatrixProto.Builder.setNumCols(int value) int32 num_cols = 2;DenseMatrixProto.Builder.setNumRows(int value) int32 num_rows = 1;DenseMatrixProto.toBuilder()Methods in com.google.ortools.sat that return types with arguments of type DenseMatrixProto.BuilderModifier and TypeMethodDescriptionSymmetryProto.Builder.getOrbitopesBuilderList()An orbitope is a special symmetry structure of the solution space.Methods in com.google.ortools.sat with parameters of type DenseMatrixProto.BuilderModifier and TypeMethodDescriptionSymmetryProto.Builder.addOrbitopes(int index, DenseMatrixProto.Builder builderForValue) An orbitope is a special symmetry structure of the solution space.SymmetryProto.Builder.addOrbitopes(DenseMatrixProto.Builder builderForValue) An orbitope is a special symmetry structure of the solution space.SymmetryProto.Builder.setOrbitopes(int index, DenseMatrixProto.Builder builderForValue) An orbitope is a special symmetry structure of the solution space.