Closed daneshvar-amrollahi closed 7 months ago
Hi,
My pull request includes the following upgrades:
--incremental
(set-option :incremental true)
False
bv2int
bv2nat
The convert-smtlib option currently only works with the query_wizard. I have tested the outputs and cvc5 successfully parses them.
convert-smtlib
Let me know if you have any questions. Thanks!
Hi,
My pull request includes the following upgrades:
--incremental
option for deciding whether to add(set-option :incremental true)
when converting to SMT-LIB. The default value isFalse
.bv2int
withbv2nat
, which is the equivalent SMT-LIB function.The
convert-smtlib
option currently only works with the query_wizard. I have tested the outputs and cvc5 successfully parses them.Let me know if you have any questions. Thanks!