Placing this into a file test.smtlib2 and running with command-line z3 -smt2 test.smtlib2 yields the following output:
sat
sat
sat
ast_manager LEAKED: 3
Leaked: decl z3.sk.0 :: bv[1]
id: 2147484139
Leaked: decl z3.sk.1 :: bv[1]
id: 2147484140
Leaked: bv
All the (check-sat) commands are necessary. For as large as this input is, this is actually post-minimization with an experimental delta debugger. If this can be further minimized, let me know.
On the
master
branch at commit bd187e098988c57b5dc8e75480c42717ffeb3482, consider the following input:Placing this into a file
test.smtlib2
and running with command-linez3 -smt2 test.smtlib2
yields the following output:All the
(check-sat)
commands are necessary. For as large as this input is, this is actually post-minimization with an experimental delta debugger. If this can be further minimized, let me know.