A dense matrix of numbers encoded in a flat way, row by row. That is matrix[i][j] = entries[i * num_cols + j];.
More...
A dense matrix of numbers encoded in a flat way, row by row. That is matrix[i][j] = entries[i * num_cols + j];.
Definition at line 8597 of file CpModel.pb.cs.
◆ DenseMatrixProto() [1/2]
| Google.OrTools.Sat.DenseMatrixProto.DenseMatrixProto |
( |
| ) |
|
|
inline |
◆ DenseMatrixProto() [2/2]
◆ CalculateSize()
| int Google.OrTools.Sat.DenseMatrixProto.CalculateSize |
( |
| ) |
|
|
inline |
◆ Clone()
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Google.OrTools.Sat.DenseMatrixProto.Equals |
( |
object | other | ) |
|
|
inline |
◆ GetHashCode()
| override int Google.OrTools.Sat.DenseMatrixProto.GetHashCode |
( |
| ) |
|
|
inline |
◆ MergeFrom() [1/2]
◆ MergeFrom() [2/2]
| void Google.OrTools.Sat.DenseMatrixProto.MergeFrom |
( |
pb.CodedInputStream | input | ) |
|
|
inline |
◆ ToString()
| override string Google.OrTools.Sat.DenseMatrixProto.ToString |
( |
| ) |
|
|
inline |
◆ WriteTo()
| void Google.OrTools.Sat.DenseMatrixProto.WriteTo |
( |
pb.CodedOutputStream | output | ) |
|
|
inline |
◆ EntriesFieldNumber
| const int Google.OrTools.Sat.DenseMatrixProto.EntriesFieldNumber = 3 |
|
static |
◆ NumColsFieldNumber
| const int Google.OrTools.Sat.DenseMatrixProto.NumColsFieldNumber = 2 |
|
static |
Field number for the "num_cols" field.
Definition at line 8656 of file CpModel.pb.cs.
◆ NumRowsFieldNumber
| const int Google.OrTools.Sat.DenseMatrixProto.NumRowsFieldNumber = 1 |
|
static |
Field number for the "num_rows" field.
Definition at line 8644 of file CpModel.pb.cs.
◆ Descriptor
| pbr.MessageDescriptor Google.OrTools.Sat.DenseMatrixProto.Descriptor |
|
staticget |
◆ Entries
| pbc.RepeatedField<int> Google.OrTools.Sat.DenseMatrixProto.Entries |
|
get |
◆ NumCols
| int Google.OrTools.Sat.DenseMatrixProto.NumCols |
|
getset |
◆ NumRows
| int Google.OrTools.Sat.DenseMatrixProto.NumRows |
|
getset |
◆ Parser
The documentation for this class was generated from the following file: