| 51 | } |
| 52 | |
| 53 | void getLpKktFailures(const HighsOptions& options, const HighsLp& lp, |
| 54 | const HighsSolution& solution, const HighsBasis& basis, |
| 55 | HighsInfo& highs_info) { |
| 56 | HighsPrimalDualErrors primal_dual_errors; |
| 57 | getLpKktFailures(options, lp, solution, basis, highs_info, |
| 58 | primal_dual_errors); |
| 59 | } |
| 60 | |
| 61 | void getLpKktFailures(const HighsOptions& options, const HighsLp& lp, |
| 62 | const HighsSolution& solution, const HighsBasis& basis, |
no test coverage detected