summaryrefslogtreecommitdiff
path: root/abstract/formula.ml
Commit message (Expand)AuthorAgeFilesLines
* First implementation of resetting transitions.Alex Auvolat2014-07-041-11/+17
* Use LAST instead of NEXT (only EDD implementation works at the moment)Alex Auvolat2014-07-041-1/+2
* Adapt for real type with Apron ; not very efficient ATM.Alex Auvolat2014-07-011-9/+11
* Not much. Still does not work very well.Alex Auvolat2014-06-201-5/+5
* Everything proved !!Alex Auvolat2014-06-191-0/+2
* Did most of the boring stuff. Now, work on the abstract domain.Alex Auvolat2014-06-191-24/+40
* Isolate numerical part of domain. Next: isolate numerical part of equations.Alex Auvolat2014-06-191-7/+13
* Nice view of guarantees ; add half test, proved.Alex Auvolat2014-06-181-9/+12
* Add gilbreath suite ; booleans are not represented in a good way.Alex Auvolat2014-06-181-0/+20
* Pretty printing.Alex Auvolat2014-06-181-7/+11
* Write transformation of program into logical formula.Alex Auvolat2014-06-171-0/+78
* Add AST for logical formula.Alex Auvolat2014-06-171-0/+24