Can I get the version of Z3 after starting it with the options -smt2 -in
? Something like
(get-z3-version)
; Z3 4.3.2 x64 // Desired reply
Can I get the version of Z3 after starting it with the options -smt2 -in
? Something like
(get-z3-version)
; Z3 4.3.2 x64 // Desired reply
In the SMT-LIB 2.0 front-end, we can use the command
(get-info :version)
This command is part of the standard, and should also work for other solvers. We can test the command here.
We can also use the command line option -version
. Example:
z3 -version
>> Z3 version 4.3.1