| 363 | } |
| 364 | |
| 365 | void HSimplexNla::reportArraySparse(const std::string message, |
| 366 | const HVector* vector, |
| 367 | const bool force) const { |
| 368 | reportArraySparse(message, 0, vector, force); |
| 369 | } |
| 370 | |
| 371 | void HSimplexNla::reportArraySparse(const std::string message, |
| 372 | const HighsInt offset, |
nothing calls this directly
no test coverage detected