Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make check_feasible() and dual_objective() private methods of lmm::Lagrange.
[simgrid.git] / src / kernel / lmm / maxmin.hpp
index e673370..e98cdb6 100644 (file)
@@ -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);