summaryrefslogtreecommitdiff
path: root/abstract/formula_printer.ml
Commit message (Expand)AuthorAgeFilesLines
* Clean up & comment a bit.Alex Auvolat2014-07-151-0/+2
* Add ternaries, simplifications. BIG BUG FOUND (init/reset translation)Alex Auvolat2014-07-081-1/+7
* Adapt for real type with Apron ; not very efficient ATM.Alex Auvolat2014-07-011-9/+12
* Not much. Still does not work very well.Alex Auvolat2014-06-201-1/+1
* Very buggy disjunction domain !Alex Auvolat2014-06-191-1/+1
* Did most of the boring stuff. Now, work on the abstract domain.Alex Auvolat2014-06-191-11/+28
* Add gilbreath suite ; booleans are not represented in a good way.Alex Auvolat2014-06-181-0/+5
* Pretty printing.Alex Auvolat2014-06-181-2/+5
* Add intervals domain ; some interesting analysis works.Alex Auvolat2014-06-181-3/+6
* Write transformation of program into logical formula.Alex Auvolat2014-06-171-25/+108
* Add AST for logical formula.Alex Auvolat2014-06-171-0/+56