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

Method basicColScaleFactor

highs/simplex/HSimplexNla.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229double HSimplexNla::basicColScaleFactor(const HighsInt iCol) const {
230 if (scale_ == NULL) return 1.0;
231 return variableScaleFactor(basic_index_[iCol]);
232}
233
234double HSimplexNla::pivotInScaledSpace(const HVector* aq,
235 const HighsInt variable_in,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected