Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Acceptable heuristic. | Alex Auvolat | 2014-07-11 | 7 | -63/+178 |
| | |||||
* | Add heuristic... | Alex Auvolat | 2014-07-10 | 5 | -41/+133 |
| | |||||
* | DP locations defined by abstract values and not by formula. | Alex Auvolat | 2014-07-10 | 4 | -92/+121 |
| | |||||
* | Fix a few things, this doesn't work well. | Alex Auvolat | 2014-07-10 | 6 | -61/+107 |
| | |||||
* | Now it's starting to work... | Alex Auvolat | 2014-07-09 | 3 | -43/+221 |
| | |||||
* | Begin dynamic partitionning ; CORRECT BUG IN unpass_cycle !! | Alex Auvolat | 2014-07-09 | 8 | -63/+475 |
| | |||||
* | Minor optimisation in ordering strategy. | Alex Auvolat | 2014-07-09 | 1 | -2/+2 |
| | |||||
* | Add simplification pass && better heuristic for BDDs based on ternaries. | Alex Auvolat | 2014-07-09 | 5 | -14/+97 |
| | |||||
* | Correct some bugs on clocks. | Alex Auvolat | 2014-07-08 | 5 | -32/+89 |
| | |||||
* | Add ternaries, simplifications. BIG BUG FOUND (init/reset translation) | Alex Auvolat | 2014-07-08 | 5 | -63/+144 |
| | |||||
* | Cleanup. | Alex Auvolat | 2014-07-08 | 4 | -241/+292 |
| | |||||
* | Revert that. We have two different domain kinds for enums, that's all. | Alex Auvolat | 2014-07-08 | 2 | -67/+69 |
| | |||||
* | Adapt abs_interp to use ENUM_DOMAIN2 (this is a test...) | Alex Auvolat | 2014-07-08 | 3 | -73/+113 |
| | |||||
* | Implement stand-alone EDDs | Alex Auvolat | 2014-07-08 | 5 | -232/+372 |
| | |||||
* | Merge branch 'e-last' | Alex Auvolat | 2014-07-04 | 14 | -310/+405 |
|\ | | | | | | | | | | | Conflicts: abstract/abs_interp.ml tests/source/counters.scade | ||||
| * | Adapt non-EDD disjunction interpret to use two set of disjunction vars. | Alex Auvolat | 2014-07-04 | 1 | -20/+15 |
| | | |||||
| * | Adapt domain with non-EDD disjunctions ; it doesn't work very well ! | Alex Auvolat | 2014-07-04 | 3 | -106/+121 |
| | | |||||
| * | New example ; minor fixes. | Alex Auvolat | 2014-07-04 | 7 | -12/+63 |
| | | |||||
| * | First implementation of resetting transitions. | Alex Auvolat | 2014-07-04 | 5 | -40/+83 |
| | | |||||
| * | Use LAST instead of NEXT (only EDD implementation works at the moment) | Alex Auvolat | 2014-07-04 | 8 | -173/+189 |
| | | |||||
* | | Add example counters.scade. | Alex Auvolat | 2014-07-04 | 1 | -0/+27 |
| | | |||||
* | | Warning for contradictory hypotheses was wrong. | Alex Auvolat | 2014-07-04 | 1 | -15/+13 |
|/ | |||||
* | Simplifications && preparation for restart. | Alex Auvolat | 2014-07-04 | 4 | -9/+35 |
| | |||||
* | Changes to parser ; EDD optimisations ; test cases. | Alex Auvolat | 2014-07-03 | 8 | -126/+2240 |
| | |||||
* | Add ABRO example ; correct interpret bug. | Alex Auvolat | 2014-07-03 | 8 | -7010/+205 |
| | |||||
* | Fix some tests. | Alex Auvolat | 2014-07-03 | 5 | -6/+37 |
| | |||||
* | New algorithm for variable ordering based on FORCE. | Alex Auvolat | 2014-07-03 | 2 | -8/+86 |
| | |||||
* | Add message when a step goes on BOT, ie. contradiction in assumes. | Alex Auvolat | 2014-07-02 | 2 | -25/+38 |
| | |||||
* | Fix non-termination issue in EDDs | Alex Auvolat | 2014-07-02 | 3 | -75/+130 |
| | |||||
* | More verbosity ; adapt rfollow so that it can be proved | Alex Auvolat | 2014-07-02 | 5 | -6/+23 |
| | |||||
* | Small changes in Graphwiz export : same vars at same level. | Alex Auvolat | 2014-07-01 | 1 | -0/+11 |
| | |||||
* | Adapt for real type with Apron ; not very efficient ATM. | Alex Auvolat | 2014-07-01 | 17 | -81/+8290 |
| | |||||
* | Not much : find acceptably good ordering for variables. | Alex Auvolat | 2014-07-01 | 1 | -55/+28 |
| | |||||
* | Finish up EDDs | Alex Auvolat | 2014-07-01 | 4 | -44/+110 |
| | |||||
* | Implement chaotic iterations on EDDs. Global widening is missing. | Alex Auvolat | 2014-06-30 | 4 | -112/+361 |
| | |||||
* | Reached interesting point in BDD implementation. | Alex Auvolat | 2014-06-30 | 5 | -111/+121 |
| | |||||
* | More work on EDDs. | Alex Auvolat | 2014-06-27 | 3 | -159/+321 |
| | |||||
* | Minor corrections. | Alex Auvolat | 2014-06-26 | 4 | -4/+14 |
| | | | | | | - 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 Auvolat | 2014-06-26 | 5 | -206/+615 |
| | | | | | | | | | | - 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 Auvolat | 2014-06-25 | 2 | -51/+138 |
| | |||||
* | Begin implementation of EDD ; SCA implemented. | Alex Auvolat | 2014-06-25 | 6 | -26/+536 |
| | |||||
* | Differentiate pre witin different scopes. | Alex Auvolat | 2014-06-25 | 2 | -0/+3 |
| | |||||
* | Add command line option : verbose chaotic iterations. | Alex Auvolat | 2014-06-25 | 2 | -14/+28 |
| | |||||
* | Implementation of disjunction domain seems to work. | Alex Auvolat | 2014-06-24 | 11 | -547/+619 |
| | |||||
* | Not much. Still does not work very well. | Alex Auvolat | 2014-06-20 | 11 | -79/+160 |
| | |||||
* | Everything proved !! | Alex Auvolat | 2014-06-19 | 4 | -42/+104 |
| | |||||
* | Actually, it works. | Alex Auvolat | 2014-06-19 | 3 | -9/+22 |
| | |||||
* | Very buggy disjunction domain ! | Alex Auvolat | 2014-06-19 | 8 | -72/+418 |
| | |||||
* | Did most of the boring stuff. Now, work on the abstract domain. | Alex Auvolat | 2014-06-19 | 11 | -109/+209 |
| | |||||
* | Isolate numerical part of domain. Next: isolate numerical part of equations. | Alex Auvolat | 2014-06-19 | 9 | -58/+140 |
| |