We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429a282 commit 0a5d531Copy full SHA for 0a5d531
regression/smt2_solver/uninterpreted-functions/uf1.desc
@@ -0,0 +1,7 @@
1
+CORE
2
+uf1.smt2
3
+
4
+^EXIT=0$
5
+^SIGNAL=0$
6
+^unsat$
7
+--
regression/smt2_solver/uninterpreted-functions/uf1.smt2
@@ -0,0 +1,11 @@
+(set-logic QF_UFBV)
+(declare-fun myfun ((_ BitVec 32)) (_ BitVec 32))
+(assert (= (myfun (_ bv10 32)) (_ bv20 32)))
+(declare-const x (_ BitVec 32))
8
+(assert (= x (_ bv10 32)))
9
+(assert (= (myfun x) (_ bv30 32)))
10
11
+(check-sat)
0 commit comments