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

Function Highs_scaleRow

highs/interfaces/highs_c_api.cpp:1153–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1151}
1152
1153HighsInt Highs_scaleRow(void* highs, const HighsInt row,
1154 const double scaleval) {
1155 return (HighsInt)((Highs*)highs)->scaleRow(row, scaleval);
1156}
1157
1158double Highs_getInfinity(const void* highs) {
1159 return ((Highs*)highs)->getInfinity();

Callers

nothing calls this directly

Calls 1

scaleRowMethod · 0.45

Tested by

no test coverage detected