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