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

Function Highs_getNumCols

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

Source from the content-addressed store, hash-verified

1797}
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) {

Callers 2

testNamesFunction · 0.85
testGetModelFunction · 0.85

Calls 1

Highs_getNumColFunction · 0.85

Tested by 2

testNamesFunction · 0.68
testGetModelFunction · 0.68