diff options
author | Alex Auvolat <alex.auvolat@ansys.com> | 2014-06-30 12:22:31 +0200 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ansys.com> | 2014-06-30 12:22:31 +0200 |
commit | c1e4836cd21b5707af927a916350e82c9fa7de11 (patch) | |
tree | 27f97edbc553f229f4aeea9b4a4a18d8951eb152 /abstract/num_domain.ml | |
parent | ea25c6e61f585b263d3eac44a463e37116ce1e7f (diff) | |
download | scade-analyzer-c1e4836cd21b5707af927a916350e82c9fa7de11.tar.gz scade-analyzer-c1e4836cd21b5707af927a916350e82c9fa7de11.zip |
Reached interesting point in BDD implementation.
Diffstat (limited to 'abstract/num_domain.ml')
-rw-r--r-- | abstract/num_domain.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abstract/num_domain.ml b/abstract/num_domain.ml index 96de8bc..285b3c4 100644 --- a/abstract/num_domain.ml +++ b/abstract/num_domain.ml @@ -10,6 +10,7 @@ module type NUMERICAL_ENVIRONMENT_DOMAIN = sig val bottom : (id * bool) list -> t val vbottom : t -> t (* bottom value with same variables *) val is_bot : t -> bool + val is_top : t -> bool (* variable management *) val vars : t -> (id * bool) list |