X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f711e307baab467e99a5f1e9e5ed3d90b67f5f7..585b99dd8b1827b64010d90758a416587186bebc:/src/surf/maxmin.c diff --git a/src/surf/maxmin.c b/src/surf/maxmin.c index a441d1e27e..929c106638 100644 --- a/src/surf/maxmin.c +++ b/src/surf/maxmin.c @@ -659,7 +659,6 @@ void lmm_solve(lmm_system_t sys) make_elem_inactive(elem); elem_list = &(cnst->element_set); xbt_swag_foreach(elem, elem_list) { - make_elem_active(elem); if (elem->variable->weight <= 0 || elem->variable->value > 0) break; if (elem->value > 0)