summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_15.cvc
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2013-04-17 13:30:41 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2013-04-17 13:30:41 -0400
commit36a101481a48151cd5d8c0fa57c55c41f2f31668 (patch)
treef669ce086c61740700d08e4657a1514ae74e2e8d /test/regress/regress0/preprocess/preprocess_15.cvc
parent4e18e618039a4ae5a11ada2224b71d6700ec1f4c (diff)
boolean flatten: bug fix in dfs search
(this is not intended to (and doesn't) address the issue with NodeBuilder limit)
Diffstat (limited to 'test/regress/regress0/preprocess/preprocess_15.cvc')
-rw-r--r--test/regress/regress0/preprocess/preprocess_15.cvc12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/regress/regress0/preprocess/preprocess_15.cvc b/test/regress/regress0/preprocess/preprocess_15.cvc
new file mode 100644
index 000000000..30df35e53
--- /dev/null
+++ b/test/regress/regress0/preprocess/preprocess_15.cvc
@@ -0,0 +1,12 @@
+% EXPECT: sat
+
+a0, a1, a2, a3, a4, a5, a6, a7, a8, a9: BOOLEAN;
+
+ASSERT (a5);
+
+ASSERT (a0 OR (a1 AND (a2 OR (a3 AND (a4 AND (a5 AND (TRUE AND (a3 AND (a6 AND (a7 AND (a8 AND a9)))))))))));
+
+CHECKSAT;
+
+% EXIT: 10
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback