22 #include "antares/solver/simulation/sim_structure_probleme_economique.h"
23 #include "antares/study/fwd.h"
25 #include "ortools_utils.h"
27 using namespace Antares;
28 using namespace Antares::Data;
29 using namespace Antares::Optimization;
30 using namespace operations_research;
40 current_optim_number_(currentOptimNumber)
49 uint current_optim_number_ = 0;
60 MPSolver* solver_ =
nullptr;
67 using I_MPS_writer::I_MPS_writer;
80 bool exportMPSOnError,
81 int current_optim_number,
84 std::unique_ptr<I_MPS_writer> create();
85 std::unique_ptr<I_MPS_writer> createOnOptimizationError();
89 std::unique_ptr<I_MPS_writer> createFullmpsWriter();
93 Data::mpsExportStatus export_mps_;
94 bool export_mps_on_error_;
95 MPSolver* solver_ =
nullptr;
96 uint current_optim_number_;
Definition: i_writer.h:32
Definition: mps_utils.h:37
Definition: mps_utils.h:76
Definition: mps_utils.h:64