Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revisit lazy_remaining_update that was completely broken.
authornavarro <navarro@caraja.(none)>
Thu, 3 May 2012 17:14:53 +0000 (19:14 +0200)
committernavarro <navarro@caraja.(none)>
Thu, 3 May 2012 17:16:21 +0000 (19:16 +0200)
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.


No differences found