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

Function isPrimalSolutionRightSize

highs/lp_data/HighsSolution.cpp:2014–2018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

isSolutionRightSizeFunction · 0.85

Calls 2

Tested by

no test coverage detected