summaryrefslogtreecommitdiff
path: root/abstract/abs_interp.ml
Commit message (Collapse)AuthorAgeFilesLines
* Clean up & comment a bit.Alex Auvolat2014-07-151-3/+10
|
* Acceptable heuristic.Alex Auvolat2014-07-111-3/+3
|
* Add simplification pass && better heuristic for BDDs based on ternaries.Alex Auvolat2014-07-091-5/+2
|
* Revert that. We have two different domain kinds for enums, that's all.Alex Auvolat2014-07-081-65/+67
|
* Adapt abs_interp to use ENUM_DOMAIN2 (this is a test...)Alex Auvolat2014-07-081-67/+65
|
* Adapt non-EDD disjunction interpret to use two set of disjunction vars.Alex Auvolat2014-07-041-20/+15
|
* Adapt domain with non-EDD disjunctions ; it doesn't work very well !Alex Auvolat2014-07-041-93/+103
|
* Use LAST instead of NEXT (only EDD implementation works at the moment)Alex Auvolat2014-07-041-6/+1
|
* Add message when a step goes on BOT, ie. contradiction in assumes.Alex Auvolat2014-07-021-13/+17
|
* Fix non-termination issue in EDDsAlex Auvolat2014-07-021-11/+7
|
* More verbosity ; adapt rfollow so that it can be provedAlex Auvolat2014-07-021-1/+3
|
* Adapt for real type with Apron ; not very efficient ATM.Alex Auvolat2014-07-011-1/+2
|
* More work on EDDs.Alex Auvolat2014-06-271-10/+5
|
* Begin implementation of EDD ; SCA implemented.Alex Auvolat2014-06-251-4/+4
|
* Add command line option : verbose chaotic iterations.Alex Auvolat2014-06-251-12/+17
|
* Implementation of disjunction domain seems to work.Alex Auvolat2014-06-241-78/+390
|
* Not much. Still does not work very well.Alex Auvolat2014-06-201-2/+2
|
* Everything proved !!Alex Auvolat2014-06-191-9/+10
|
* Actually, it works.Alex Auvolat2014-06-191-5/+3
|
* Very buggy disjunction domain !Alex Auvolat2014-06-191-23/+14
|
* Did most of the boring stuff. Now, work on the abstract domain.Alex Auvolat2014-06-191-4/+3
|
* Isolate numerical part of domain. Next: isolate numerical part of equations.Alex Auvolat2014-06-191-3/+3
|
* Do some typing ; support multiple pre in abstract interpretation.Alex Auvolat2014-06-191-66/+19
|
* Presentation changes.Alex Auvolat2014-06-181-15/+26
|
* Nice view of guarantees ; add half test, proved.Alex Auvolat2014-06-181-18/+48
|
* Add gilbreath suite ; booleans are not represented in a good way.Alex Auvolat2014-06-181-13/+14
|
* Abstract interpretation gives good results on the limiter example.Alex Auvolat2014-06-181-8/+9
|
* Pretty printing.Alex Auvolat2014-06-181-17/+49
|
* Add intervals domain ; some interesting analysis works.Alex Auvolat2014-06-181-9/+17
|
* Some abstract interpretation does something now.Alex Auvolat2014-06-171-2/+127
|
* Add bindings to apron. Next : work on abstract interpret.Alex Auvolat2014-06-171-0/+14