5#ifndef IDOL_READ_FROM_FILE_H
6#define IDOL_READ_FROM_FILE_H
9#include "idol/mixed-integer/modeling/models/Model.h"
10#include "Description.h"
11#include "idol/mixed-integer/optimizers/wrappers/GLPK/GLPK.h"
13namespace idol::Bilevel {
17 read_from_file(Env &t_env,
18 const std::string &t_path_to_aux,
20 const std::function<Model(Env &,
const std::string &)> &t_mps_reader);
23 Model read_from_file(Env& t_env,
const std::string& t_path_to_aux, Bilevel::Description& t_lower_level_description);
24 std::pair<Model, Bilevel::Description> read_from_file(Env& t_env,
const std::string& t_path_to_aux);