summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/agg-rew-test-cf.smt2
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-02-11 15:07:37 -0600
committerajreynol <andrew.j.reynolds@gmail.com>2016-02-11 15:07:37 -0600
commit7acc2844df65ab6fdbf8166653c71eaa26d4d151 (patch)
treee289c79b5cf0bde3f7e261f81fc5c54c58b0ae01 /test/regress/regress0/quantifiers/agg-rew-test-cf.smt2
parent78608a5925938d7ae78b5ac08d2f003d7332810a (diff)
More aggressive conditional rewriting for quantified formulas. Bug fix set incomplete for fmc.
Diffstat (limited to 'test/regress/regress0/quantifiers/agg-rew-test-cf.smt2')
-rw-r--r--test/regress/regress0/quantifiers/agg-rew-test-cf.smt25
1 files changed, 5 insertions, 0 deletions
diff --git a/test/regress/regress0/quantifiers/agg-rew-test-cf.smt2 b/test/regress/regress0/quantifiers/agg-rew-test-cf.smt2
new file mode 100644
index 000000000..44f475d83
--- /dev/null
+++ b/test/regress/regress0/quantifiers/agg-rew-test-cf.smt2
@@ -0,0 +1,5 @@
+(set-logic UFLIA)
+(set-info :status sat)
+(declare-fun Q (Int Int) Bool)
+(assert (forall ((x Int)) (or (and (or (Q 0 x) (Q 1 x)) (Q 2 x)) (not (Q 2 x)) (not (Q 1 x)))))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback