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

Function Highs_scaleCol

highs/interfaces/highs_c_api.cpp:1148–1151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1146}
1147
1148HighsInt Highs_scaleCol(void* highs, const HighsInt col,
1149 const double scaleval) {
1150 return (HighsInt)((Highs*)highs)->scaleCol(col, scaleval);
1151}
1152
1153HighsInt Highs_scaleRow(void* highs, const HighsInt row,
1154 const double scaleval) {

Callers

nothing calls this directly

Calls 1

scaleColMethod · 0.45

Tested by

no test coverage detected