| 2157 | } |
| 2158 | |
| 2159 | void HighsSolution::clear() { |
| 2160 | this->invalidate(); |
| 2161 | this->col_value.clear(); |
| 2162 | this->row_value.clear(); |
| 2163 | this->col_dual.clear(); |
| 2164 | this->row_dual.clear(); |
| 2165 | } |
| 2166 | |
| 2167 | void HighsSolution::print(const std::string& prefix, |
| 2168 | const std::string& message) const { |
nothing calls this directly
no test coverage detected