X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f711e307baab467e99a5f1e9e5ed3d90b67f5f7..05cd623b7418a3a9f6f6a1f61e2a02251042762a:/src/surf/maxmin.c diff --git a/src/surf/maxmin.c b/src/surf/maxmin.c index a441d1e27e..e9f635de1c 100644 --- a/src/surf/maxmin.c +++ b/src/surf/maxmin.c @@ -659,7 +659,7 @@ 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); +// make_elem_active(elem); if (elem->variable->weight <= 0 || elem->variable->value > 0) break; if (elem->value > 0)