| 2284 | } |
| 2285 | |
| 2286 | bool HEkk::lpFactorRowCompatible() const { |
| 2287 | return lpFactorRowCompatible(this->lp_.num_row_); |
| 2288 | } |
| 2289 | |
| 2290 | bool HEkk::lpFactorRowCompatible(const HighsInt expectedNumRow) const { |
| 2291 | // Check for LP-HFactor row compatibility |
no test coverage detected