mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 15:25:46 +00:00
Added full version strings and associated API functions.
This commit is contained in:
parent
5f5ef8b38d
commit
3587baaf24
12 changed files with 65 additions and 1 deletions
|
@ -430,6 +430,11 @@ extern "C" {
|
|||
*revision_number = Z3_REVISION_NUMBER;
|
||||
}
|
||||
|
||||
Z3_string Z3_API Z3_get_full_version(void) {
|
||||
LOG_Z3_get_full_version();
|
||||
return Z3_FULL_VERSION;
|
||||
}
|
||||
|
||||
void Z3_API Z3_enable_trace(Z3_string tag) {
|
||||
memory::initialize(UINT_MAX);
|
||||
LOG_Z3_enable_trace(tag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue