MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / Highs_getColIntegrality

Function Highs_getColIntegrality

highs/interfaces/highs_c_api.cpp:1111–1118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109}
1110
1111HighsInt Highs_getColIntegrality(const void* highs, const HighsInt col,
1112 HighsInt* integrality) {
1113 HighsVarType integrality_v;
1114 HighsInt retcode =
1115 (HighsInt)((Highs*)highs)->getColIntegrality(col, integrality_v);
1116 *integrality = HighsInt(integrality_v);
1117 return retcode;
1118}
1119
1120HighsInt Highs_deleteColsByRange(void* highs, const HighsInt from_col,
1121 const HighsInt to_col) {

Callers 1

fullApiMipFunction · 0.85

Calls 1

getColIntegralityMethod · 0.80

Tested by 1

fullApiMipFunction · 0.68