MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / isRowPrimalSolutionRightSize

Function isRowPrimalSolutionRightSize

highs/lp_data/HighsSolution.cpp:2009–2012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected