summaryrefslogtreecommitdiff
path: root/abstract/enum_domain.ml
Commit message (Collapse)AuthorAgeFilesLines
* Clean up & comment a bit.Alex Auvolat2014-07-151-0/+12
|
* Fix a few things, this doesn't work well.Alex Auvolat2014-07-101-10/+16
|
* Begin dynamic partitionning ; CORRECT BUG IN unpass_cycle !!Alex Auvolat2014-07-091-1/+28
|
* Implement stand-alone EDDsAlex Auvolat2014-07-081-230/+0
|
* Minor corrections.Alex Auvolat2014-06-261-0/+9
| | | | | | - Use correect clock scope in typing - De-activate multi-valuated domain for enumerate vars + var couples. - Add comment explaining why it doesn't work
* Many things, sorry for the mess.Alex Auvolat2014-06-261-0/+343
| | | | | | | | | | - 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)
* Implementation of disjunction domain seems to work.Alex Auvolat2014-06-241-0/+144