| 2002 | } |
| 2003 | |
| 2004 | bool isColPrimalSolutionRightSize(const HighsLp& lp, |
| 2005 | const HighsSolution& solution) { |
| 2006 | return solution.col_value.size() == static_cast<size_t>(lp.num_col_); |
| 2007 | } |
| 2008 | |
| 2009 | bool isRowPrimalSolutionRightSize(const HighsLp& lp, |
| 2010 | const HighsSolution& solution) { |
no test coverage detected