From: Arnaud Giersch Date: Thu, 23 Nov 2017 21:20:39 +0000 (+0100) Subject: Remove TODO/question. X-Git-Tag: v3.18~248 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ce24d268a82200969e27d729b1d0bc7e25ae9661?hp=703b8d1aad4cbad68010429cd3aec85ae7a61b2b Remove TODO/question. The answer is in the cited commit and the preceding ones. In short, keep the same order for the modified constraints. --- diff --git a/src/surf/maxmin.cpp b/src/surf/maxmin.cpp index e9fd4ee864..f2ada3f137 100644 --- a/src/surf/maxmin.cpp +++ b/src/surf/maxmin.cpp @@ -1069,7 +1069,6 @@ static void lmm_update_modified_set_rec(lmm_system_t sys, lmm_constraint_t cnst) { void* _elem; - //TODOLATER: Why lmm_modified_set has been changed in git version 2392B5157...? Looks equivalent logically and less obvious.. xbt_swag_foreach(_elem, &cnst->enabled_element_set) { lmm_variable_t var = ((lmm_element_t)_elem)->variable; for (s_lmm_element_t const& elem : var->cnsts) {