mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 18:15:32 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
commit
074f1ad778
15 changed files with 99 additions and 20 deletions
|
@ -5139,6 +5139,13 @@ extern "C" {
|
|||
*/
|
||||
void Z3_API Z3_get_version(unsigned * major, unsigned * minor, unsigned * build_number, unsigned * revision_number);
|
||||
|
||||
/**
|
||||
\brief Return a string that fully describes the version of Z3 in use.
|
||||
|
||||
def_API('Z3_get_full_version', STRING, ())
|
||||
*/
|
||||
Z3_string Z3_API Z3_get_full_version(void);
|
||||
|
||||
/**
|
||||
\brief Enable tracing messages tagged as \c tag when Z3 is compiled in debug mode.
|
||||
It is a NOOP otherwise
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue