idol
A C++ Framework for Optimization
Loading...
Searching...
No Matches
write_to_file.h
1//
2// Created by henri on 20.06.24.
3//
4
5#ifndef IDOL_WRITE_TO_FILE_H
6#define IDOL_WRITE_TO_FILE_H
7
8#include <fstream>
9#include "idol/mixed-integer/modeling/models/Model.h"
10#include "Description.h"
11
12namespace idol::Bilevel {
13 void write_to_file(const Model& t_model, const Bilevel::Description& t_description, const std::string& t_filename);
14}
15
16#endif //IDOL_WRITE_TO_FILE_H