summaryrefslogtreecommitdiff
path: root/abstract/abs_interp_edd.ml
Commit message (Collapse)AuthorAgeFilesLines
* Many things, sorry for the mess.Alex Auvolat2014-06-261-85/+101
| | | | | | | | | | - Implement two new enumeration domains (they don't bring us much) : multi valuation for variables ; multi valuation for variables and pairs of variables (not really sure it works) - Make it so that the number of init/time variables is reduced (do not create new init/time variables on node instanciation, only inside activate blocks and automaton states) - Some work on EDD (it is currently broken and does not compile)
* Implement a few things. Tomorrow: optimizations.Alex Auvolat2014-06-251-36/+119
|
* Begin implementation of EDD ; SCA implemented.Alex Auvolat2014-06-251-0/+500