Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ERGO-Code/HiGHS
/ Highs_getNumNz
Function
Highs_getNumNz
highs/interfaces/highs_c_api.cpp:1174–1176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1172
}
1173
1174
HighsInt Highs_getNumNz(const void* highs) {
1175
return ((Highs*)highs)->getNumNz();
1176
}
1177
1178
HighsInt Highs_getHessianNumNz(const void* highs) {
1179
return ((Highs*)highs)->getHessianNumNz();
Callers
3
full_api
Function · 0.85
full_api
Function · 0.85
testGetModel
Function · 0.85
Calls
1
getNumNz
Method · 0.45
Tested by
1
testGetModel
Function · 0.68