X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ee57575e8235c82b6b970d4e2725945e30fd2c75..1e4aad723882816a925d77a90007a91680a2b5d4:/src/kernel/lmm/maxmin.hpp diff --git a/src/kernel/lmm/maxmin.hpp b/src/kernel/lmm/maxmin.hpp index cc4ed51dbb..f1196b72aa 100644 --- a/src/kernel/lmm/maxmin.hpp +++ b/src/kernel/lmm/maxmin.hpp @@ -531,6 +531,14 @@ public: resource::Action::ModifiedSet* modified_set_ = nullptr; private: + + typedef std::vector dyn_light_t; + + //Data used in lmm::solve + ConstraintLight* cnst_light_tab; + unsigned int cnst_light_max_size; + dyn_light_t saturated_constraints; + bool selective_update_active; /* flag to update partially the system only selecting changed portions */ unsigned visited_counter_ = 1; /* used by System::update_modified_set() and System::remove_all_modified_set() to * cleverly (un-)flag the constraints (more details in these functions) */