| 2007 | } |
| 2008 | |
| 2009 | bool isRowPrimalSolutionRightSize(const HighsLp& lp, |
| 2010 | const HighsSolution& solution) { |
| 2011 | return solution.row_value.size() == static_cast<size_t>(lp.num_row_); |
| 2012 | } |
| 2013 | |
| 2014 | bool isPrimalSolutionRightSize(const HighsLp& lp, |
| 2015 | const HighsSolution& solution) { |
no test coverage detected