X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/48f4267902051738a0b28d32db5a704d711fe37d..0ebbe45d4b9227f6ac08b04c57eaeb684a1d9201:/src/kernel/lmm/bmf.cpp diff --git a/src/kernel/lmm/bmf.cpp b/src/kernel/lmm/bmf.cpp index 824bc5d4c1..7ec03e87b5 100644 --- a/src/kernel/lmm/bmf.cpp +++ b/src/kernel/lmm/bmf.cpp @@ -503,16 +503,6 @@ template void BmfSystem::bmf_solve(const CnstList& cnst_list) for (int i = 0; i < rho.size(); i++) { idx2Var_[i]->value_ = rho[i]; } - /* updating modified_set */ - for (const Constraint& cnst : cnst_list) { - for (const Element& elem : cnst.enabled_element_set_) { - if (elem.consumption_weight > 0) { - resource::Action* action = elem.variable->id_; - if (modified_set_ && not action->is_within_modified_set()) - modified_set_->push_back(*action); - } - } - } } } // namespace lmm