summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-11-02 15:02:07 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-11-02 15:02:07 -0500
commitf1427165156dff24d7b8ca0690088e4182ccdbd4 (patch)
treeda8c2f489d70de49bcd534c99ffd07cf26c017fa /test
parente06547b61242e1d98a63d9200160be7740439a05 (diff)
Add missing regression.
Diffstat (limited to 'test')
-rw-r--r--test/regress/regress0/sep/finite-witness-sat.smt211
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regress/regress0/sep/finite-witness-sat.smt2 b/test/regress/regress0/sep/finite-witness-sat.smt2
new file mode 100644
index 000000000..93413d950
--- /dev/null
+++ b/test/regress/regress0/sep/finite-witness-sat.smt2
@@ -0,0 +1,11 @@
+; COMMAND-LINE: --finite-model-find --quant-epr --no-check-models
+; EXPECT: sat
+(set-logic ALL_SUPPORTED)
+(declare-sort Loc 0)
+(declare-const l Loc)
+
+(assert (not (emp l)))
+(assert (forall ((x Loc) (y Loc)) (not (pto x y))))
+
+
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback