summaryrefslogtreecommitdiff
path: root/test/regress/regress0/flet.smt
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-03-10 02:34:04 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-03-10 02:34:04 +0000
commit0cd57d89001a73ea1ebe0d43b2cb720d68cca82a (patch)
tree422a6682cb3d37086b98379ee474547160220955 /test/regress/regress0/flet.smt
parent8d85fb035b92f0fa0d852257dc00c9a85b1a350e (diff)
Adding preliminary let/flet support to SMT parser (Bug #51)
Diffstat (limited to 'test/regress/regress0/flet.smt')
-rw-r--r--test/regress/regress0/flet.smt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/regress/regress0/flet.smt b/test/regress/regress0/flet.smt
new file mode 100644
index 000000000..95742de77
--- /dev/null
+++ b/test/regress/regress0/flet.smt
@@ -0,0 +1,5 @@
+(benchmark flet_test
+ :logic QF_UF
+ :status unsat
+ :extrapreds ((a) (b))
+ :formula (flet ($x (and a b)) (and $x (or (not a) (not b))))) \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback