| 653 | } |
| 654 | |
| 655 | void Solver::writeToModelOutputFile(const Options& options) { |
| 656 | if (model == nullptr) { |
| 657 | return; |
| 658 | } |
| 659 | model->writeOutputFile(options); |
| 660 | } |
| 661 | |
| 662 | /************************************************************************** |
| 663 | * Initialisation |