Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1799
HighsInt Highs_getNumCols(const void* highs) { return Highs_getNumCol(highs); }
1800
HighsInt Highs_getNumRows(const void* highs) { return Highs_getNumRow(highs); }
1801
1802
double Highs_getHighsRunTime(const void* highs) {
Callers
2
testNames
Function · 0.85
testGetModel
Function · 0.85
Calls
1
Highs_getNumCol
Function · 0.85
Tested by
2
testNames
Function · 0.68
testGetModel
Function · 0.68