| 2012 | } |
| 2013 | |
| 2014 | bool isPrimalSolutionRightSize(const HighsLp& lp, |
| 2015 | const HighsSolution& solution) { |
| 2016 | return isColPrimalSolutionRightSize(lp, solution) && |
| 2017 | isRowPrimalSolutionRightSize(lp, solution); |
| 2018 | } |
| 2019 | |
| 2020 | bool isColDualSolutionRightSize(const HighsLp& lp, |
| 2021 | const HighsSolution& solution) { |
no test coverage detected