MCPcopy 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
1174HighsInt Highs_getNumNz(const void* highs) {
1175 return ((Highs*)highs)->getNumNz();
1176}
1177
1178HighsInt Highs_getHessianNumNz(const void* highs) {
1179 return ((Highs*)highs)->getHessianNumNz();

Callers 3

full_apiFunction · 0.85
full_apiFunction · 0.85
testGetModelFunction · 0.85

Calls 1

getNumNzMethod · 0.45

Tested by 1

testGetModelFunction · 0.68