aboutsummaryrefslogtreecommitdiffstats
path: root/src/lfsc/tests/sat7.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'src/lfsc/tests/sat7.smt2')
-rw-r--r--src/lfsc/tests/sat7.smt28
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lfsc/tests/sat7.smt2 b/src/lfsc/tests/sat7.smt2
new file mode 100644
index 0000000..387da5e
--- /dev/null
+++ b/src/lfsc/tests/sat7.smt2
@@ -0,0 +1,8 @@
+(set-logic QF_UF)
+(declare-fun a () Bool)
+(declare-fun b () Bool)
+(declare-fun c () Bool)
+(declare-fun d () Bool)
+(assert (and a (and b (and c (and (or (not a) (or (not b) d)) (or (not d) (not c)))))))
+(check-sat)
+(exit)