Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
BMF: remove warning since the solver can be used by any model
[simgrid.git] / src / kernel / lmm / bmf.hpp
index 7077bc8..3d0564f 100644 (file)
@@ -267,7 +267,6 @@ private:
 
   std::unordered_map<int, Variable*> idx2Var_; //!< Map player index (and position in matrices) to system's variable
   std::unordered_map<const Constraint*, int> cnst2idx_; //!< Conversely map constraint to index
-  bool warned_nonlinear_ = false;
 };
 
 } // namespace lmm