MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / isRowwise

Method isRowwise

highs/util/HighsSparseMatrix.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82bool HighsSparseMatrix::isRowwise() const {
83 return this->format_ == MatrixFormat::kRowwise ||
84 this->format_ == MatrixFormat::kRowwisePartitioned;
85}
86
87bool HighsSparseMatrix::isColwise() const {
88 return this->format_ == MatrixFormat::kColwise;

Callers 15

ensureRowwiseMethod · 0.95
addRowsMethod · 0.95
getRowMethod · 0.95
deleteColsMethod · 0.95
considerRowScalingMethod · 0.95
priceByRowMethod · 0.95
priceByRowWithSwitchMethod · 0.95
priceByRowDenseResultMethod · 0.95
formatOkMethod · 0.95
preprocessLpMethod · 0.80
writeToFileMatrixRowMethod · 0.80
okSetInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected