Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove TODO/question.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 23 Nov 2017 21:20:39 +0000 (22:20 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 24 Nov 2017 09:51:25 +0000 (10:51 +0100)
The answer is in the cited commit and the preceding ones.
In short, keep the same order for the modified constraints.

src/surf/maxmin.cpp

index e9fd4ee..f2ada3f 100644 (file)
@@ -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) {