| 2018 | } |
| 2019 | |
| 2020 | bool isColDualSolutionRightSize(const HighsLp& lp, |
| 2021 | const HighsSolution& solution) { |
| 2022 | return solution.col_dual.size() == static_cast<size_t>(lp.num_col_); |
| 2023 | } |
| 2024 | |
| 2025 | bool isRowDualSolutionRightSize(const HighsLp& lp, |
| 2026 | const HighsSolution& solution) { |
no test coverage detected