Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ERGO-Code/HiGHS
/ Highs_getNumCol
Function
Highs_getNumCol
highs/interfaces/highs_c_api.cpp:1166–1168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1164
}
1165
1166
HighsInt Highs_getNumCol(const void* highs) {
1167
return ((Highs*)highs)->getNumCol();
1168
}
1169
1170
HighsInt Highs_getNumRow(const void* highs) {
1171
return ((Highs*)highs)->getNumRow();
Callers
9
Highs_passLinearObjectives
Function · 0.85
Highs_addLinearObjective
Function · 0.85
Highs_setBasis
Function · 0.85
Highs_setSolution
Function · 0.85
Highs_changeColsIntegralityByMask
Function · 0.85
Highs_getNumCols
Function · 0.85
full_api
Function · 0.85
full_api
Function · 0.85
testRanging
Function · 0.85
Calls
1
getNumCol
Method · 0.45
Tested by
1
testRanging
Function · 0.68