summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/sep-simp-unc.smt2
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-10-21 14:01:17 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-10-21 14:01:17 -0500
commit01d6e3933a3d733d3c1b5486ce1df8389cd6a176 (patch)
tree3110c0a54c0466862da0c7537b90013dab6a6479 /test/regress/regress1/sep/sep-simp-unc.smt2
parent3e93fdba8102e4ad1399af78967fec3d0495722a (diff)
Move slow regress0 benchmarks to regress1, increment regress1 through regress3.
Diffstat (limited to 'test/regress/regress1/sep/sep-simp-unc.smt2')
-rwxr-xr-xtest/regress/regress1/sep/sep-simp-unc.smt212
1 files changed, 12 insertions, 0 deletions
diff --git a/test/regress/regress1/sep/sep-simp-unc.smt2 b/test/regress/regress1/sep/sep-simp-unc.smt2
new file mode 100755
index 000000000..cedbb53eb
--- /dev/null
+++ b/test/regress/regress1/sep/sep-simp-unc.smt2
@@ -0,0 +1,12 @@
+; COMMAND-LINE: --no-check-models
+; EXPECT: sat
+(set-logic QF_ALL_SUPPORTED)
+(set-info :status sat)
+(declare-sort U 0)
+(declare-fun x () U)
+(declare-fun y () U)
+(declare-fun a () U)
+(declare-fun b () U)
+
+(assert (not (sep (not (pto x a)) (pto y b))))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback