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

Function Highs_getPresolvedNumCol

highs/interfaces/highs_c_api.cpp:1182–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1180}
1181
1182HighsInt Highs_getPresolvedNumCol(const void* highs) {
1183 return ((Highs*)highs)->getPresolvedLp().num_col_;
1184}
1185
1186HighsInt Highs_getPresolvedNumRow(const void* highs) {
1187 return ((Highs*)highs)->getPresolvedLp().num_row_;

Callers 2

testNamesFunction · 0.85
passPresolveGetLpFunction · 0.85

Calls

no outgoing calls

Tested by 2

testNamesFunction · 0.68
passPresolveGetLpFunction · 0.68