-
Notifications
You must be signed in to change notification settings - Fork 3
Description
The ATL solution starts with some theory concerning the ATL approach to incremental model updates.
It shows that TL focuses on "commutative" incrementality, i.e. the final result is the same without regarding if you do an
incremental update or a full regeneration.
Interestingly, the labworkflow case requires to keep some information about jobs, that are already completed and these informations need to be considered on incremental update.
Thus, the case triggered some possible improvements for ATL which is great.
In general, the ATL rules provided in the github repository are ease to read and from my point of view somewhat better
comprehensible compared to the NMF solution.
The ATL solution also seems to be much faster than the NMF solution albeit not faster than the reference solution.
Nice.