101 bool exportMPSOnError,
102 const int current_optim_number,
106 std::unique_ptr<I_MPS_writer> create();
107 std::unique_ptr<I_MPS_writer> createOnOptimizationError();
111 std::unique_ptr<I_MPS_writer> createFullmpsWriter();
112 bool doWeExportMPS();
115 Data::mpsExportStatus export_mps_;
116 bool export_mps_on_error_;
118 MPSolver* solver_ =
nullptr;
119 uint current_optim_number_;