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

Function Highs_getNumRows

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

Source from the content-addressed store, hash-verified

1798
1799HighsInt Highs_getNumCols(const void* highs) { return Highs_getNumCol(highs); }
1800HighsInt Highs_getNumRows(const void* highs) { return Highs_getNumRow(highs); }
1801
1802double Highs_getHighsRunTime(const void* highs) {
1803 ((Highs*)highs)

Callers 3

testNamesFunction · 0.85
fullApiLpFunction · 0.85
testGetModelFunction · 0.85

Calls 1

Highs_getNumRowFunction · 0.85

Tested by 3

testNamesFunction · 0.68
fullApiLpFunction · 0.68
testGetModelFunction · 0.68