X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/52c11fc61cb2dd17d276c67aaaa522085389c39e..8cd6895f11e7da5ddbb04fbc117ae1f3244cca29:/src/kernel/lmm/maxmin.hpp diff --git a/src/kernel/lmm/maxmin.hpp b/src/kernel/lmm/maxmin.hpp index e67337031e..e98cdb6f41 100644 --- a/src/kernel/lmm/maxmin.hpp +++ b/src/kernel/lmm/maxmin.hpp @@ -627,6 +627,9 @@ public: private: void lagrange_solve(); + + bool check_feasible(bool warn); + double dual_objective(); }; XBT_PUBLIC System* make_new_maxmin_system(bool selective_update);