From: navarro Date: Thu, 3 May 2012 17:14:53 +0000 (+0200) Subject: Revisit lazy_remaining_update that was completely broken. X-Git-Tag: v3_7~29 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e40d6a00466192d5337c519d86ac4c8bebb905e6?hp=e40d6a00466192d5337c519d86ac4c8bebb905e6 Revisit lazy_remaining_update that was completely broken. Unfortunately, this requires to save the previous variable value since we know when an action requires a remaining_update only after having thrashed the variable value with lmm_solve. Hence, function call order is completely changed but now, we only update needed variables whereas before almost all variables got updated everytime. ---