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

Method getNumRows

highs/mip/HighsDynamicRowMatrix.h:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 HighsInt getNumRows() const { return ARrange_.size(); }
92
93 HighsInt getNumDelRows() const { return deletedrows_.size(); }
94

Callers 5

performAgingMethod · 0.45
separateMethod · 0.45
syncCutPoolMethod · 0.45
getNumCutsMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected