summaryrefslogtreecommitdiff
path: root/cmdline.ml
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ansys.com>2014-07-10 13:29:01 +0200
committerAlex Auvolat <alex.auvolat@ansys.com>2014-07-10 13:29:01 +0200
commit354e8ed50b1fc1b6dadc1a2a8d54837b5b47e6be (patch)
treed03fdc47b1ce033be3edf79c8c0248bc7704f691 /cmdline.ml
parentfee760b5c08afa9c81b5f28b35afd3514f643770 (diff)
downloadscade-analyzer-354e8ed50b1fc1b6dadc1a2a8d54837b5b47e6be.tar.gz
scade-analyzer-354e8ed50b1fc1b6dadc1a2a8d54837b5b47e6be.zip
DP locations defined by abstract values and not by formula.
Diffstat (limited to 'cmdline.ml')
-rw-r--r--cmdline.ml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmdline.ml b/cmdline.ml
index b8f8ea8..c82b35b 100644
--- a/cmdline.ml
+++ b/cmdline.ml
@@ -2,7 +2,12 @@ open Ast
type cmdline_opt = {
widen_delay : int;
+
disjunct : (id -> bool);
+
verbose_ci : bool;
vverbose_ci : bool;
+
+ max_dp_width : int;
+ max_dp_depth : int;
}