Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ERGO-Code/HiGHS
/ Highs_getNumRow
Function
Highs_getNumRow
highs/interfaces/highs_c_api.cpp:1170–1172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1168
}
1169
1170
HighsInt Highs_getNumRow(const void* highs) {
1171
return ((Highs*)highs)->getNumRow();
1172
}
1173
1174
HighsInt Highs_getNumNz(const void* highs) {
1175
return ((Highs*)highs)->getNumNz();
Callers
6
Highs_setBasis
Function · 0.85
Highs_setSolution
Function · 0.85
Highs_getNumRows
Function · 0.85
full_api
Function · 0.85
full_api
Function · 0.85
testRanging
Function · 0.85
Calls
1
getNumRow
Method · 0.45
Tested by
1
testRanging
Function · 0.68