X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d74e17e7c1af9fdf99700b1b21bae6b95ba5241a..4e62e76d104a17f0c9aaf9135ac605e9c8c87141:/src/kernel/lmm/maxmin.hpp diff --git a/src/kernel/lmm/maxmin.hpp b/src/kernel/lmm/maxmin.hpp index 4e88bba2b8..cc4ed51dbb 100644 --- a/src/kernel/lmm/maxmin.hpp +++ b/src/kernel/lmm/maxmin.hpp @@ -174,7 +174,7 @@ public: * the corresponding action will enable it (at least this is the idea). * \li Enabled elements which variable's weight is non-zero. They are utilized in some LMM functions. * \li Active elements which variable's weight is non-zero (i.e. it is enabled) AND its element value is non-zero. - * LMM_solve iterates over active elements during resolution, dynamically making them active or unactive. + * LMM_solve iterates over active elements during resolution, dynamically making them active or inactive. */ class XBT_PUBLIC Constraint { public: @@ -275,7 +275,7 @@ public: ConstraintLight* cnst_light_; private: - static int next_rank_; // To give a separate rank_ to each contraint + static int next_rank_; // To give a separate rank_ to each constraint int concurrency_limit_; /* The maximum number of variables that may be enabled at any time (stage variables if * necessary) */ resource::Resource* id_;