MCPcopy 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
1166HighsInt Highs_getNumCol(const void* highs) {
1167 return ((Highs*)highs)->getNumCol();
1168}
1169
1170HighsInt Highs_getNumRow(const void* highs) {
1171 return ((Highs*)highs)->getNumRow();

Callers 9

Highs_addLinearObjectiveFunction · 0.85
Highs_setBasisFunction · 0.85
Highs_setSolutionFunction · 0.85
Highs_getNumColsFunction · 0.85
full_apiFunction · 0.85
full_apiFunction · 0.85
testRangingFunction · 0.85

Calls 1

getNumColMethod · 0.45

Tested by 1

testRangingFunction · 0.68