| 288 | } |
| 289 | |
| 290 | void AMPLModel::postprocess_solution(Iterate& /*iterate*/) const { |
| 291 | // do nothing |
| 292 | } |
| 293 | |
| 294 | void AMPLModel::write_solution_to_file(Result& result) const { |
| 295 | // write the primal-dual solution and status into a *.sol file |
nothing calls this directly
no outgoing calls
no test coverage detected