| 1823 | } |
| 1824 | |
| 1825 | HighsStatus Highs::getRangingInterface() { |
| 1826 | HighsLpSolverObject solver_object(model_.lp_, basis_, solution_, info_, |
| 1827 | ekk_instance_, callback_, options_, timer_); |
| 1828 | solver_object.setProfiling(this->profiling_); |
| 1829 | solver_object.model_status_ = model_status_; |
| 1830 | return getRangingData(this->ranging_, solver_object); |
| 1831 | } |
| 1832 | |
| 1833 | HighsStatus Highs::getIisInterfaceReturn( |
| 1834 | const HighsStatus return_status, const HighsOptions& original_options, |
no test coverage detected