diff options
author | Alex Auvolat <alex.auvolat@ansys.com> | 2014-06-18 10:22:35 +0200 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ansys.com> | 2014-06-18 10:22:35 +0200 |
commit | f04de3faad13a3904836dd1bd8c334b6634d60a4 (patch) | |
tree | 515cde281a205533d8147aca74d639e2807a1b92 /Makefile | |
parent | 2b62d844cc81b60bcbdfc145097139995ea6f3a0 (diff) | |
download | scade-analyzer-f04de3faad13a3904836dd1bd8c334b6634d60a4.tar.gz scade-analyzer-f04de3faad13a3904836dd1bd8c334b6634d60a4.zip |
Add intervals domain ; some interesting analysis works.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ SRC= main.ml \ abstract/environment_domain.ml \ abstract/apron_domain.ml \ abstract/abs_interp.ml \ + abstract/nonrelational.ml \ + abstract/intervals_domain.ml \ interpret/interpret.ml \ interpret/ast_util.ml \ interpret/rename.ml |