| 1033 | } |
| 1034 | |
| 1035 | void lpNoBasisKktCheck(HighsModelStatus& model_status, HighsInfo& info, |
| 1036 | const HighsLp& lp, const HighsSolution& solution, |
| 1037 | const HighsOptions& options, |
| 1038 | const std::string& message) { |
| 1039 | HighsBasis basis; |
| 1040 | lpKktCheck(model_status, info, lp, solution, basis, options, message); |
| 1041 | } |
| 1042 | |
| 1043 | void lpKktCheck(HighsModelStatus& model_status, HighsInfo& info, |
| 1044 | const HighsLp& lp, const HighsSolution& solution, |
no test coverage detected