summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_02.cvc.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/preprocess/preprocess_02.cvc.smt2')
-rw-r--r--test/regress/regress0/preprocess/preprocess_02.cvc.smt215
1 files changed, 15 insertions, 0 deletions
diff --git a/test/regress/regress0/preprocess/preprocess_02.cvc.smt2 b/test/regress/regress0/preprocess/preprocess_02.cvc.smt2
new file mode 100644
index 000000000..d4bf1f3d4
--- /dev/null
+++ b/test/regress/regress0/preprocess/preprocess_02.cvc.smt2
@@ -0,0 +1,15 @@
+; EXPECT: unsat
+(set-logic ALL)
+(set-option :incremental false)
+(declare-fun a0 () Bool)
+(declare-fun a1 () Bool)
+(declare-fun a2 () Bool)
+(declare-fun a3 () Bool)
+(declare-fun a4 () Bool)
+(declare-fun a5 () Bool)
+(declare-fun a6 () Bool)
+(declare-fun a7 () Bool)
+(declare-fun a8 () Bool)
+(declare-fun a9 () Bool)
+(assert (not a5))
+(check-sat-assuming ( (not (not (and (and (and (and (and (and (and (and (and a0 a1) a2) a3) a4) a5) a6) a7) a8) a9))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback