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

Function Highs_getPresolvedNumRow

highs/interfaces/highs_c_api.cpp:1186–1188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184}
1185
1186HighsInt Highs_getPresolvedNumRow(const void* highs) {
1187 return ((Highs*)highs)->getPresolvedLp().num_row_;
1188}
1189
1190HighsInt Highs_getPresolvedNumNz(const void* highs) {
1191 return ((Highs*)highs)->getPresolvedLp().a_matrix_.numNz();

Callers 2

testNamesFunction · 0.85
passPresolveGetLpFunction · 0.85

Calls

no outgoing calls

Tested by 2

testNamesFunction · 0.68
passPresolveGetLpFunction · 0.68