mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
remove tracing, fix doctext
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1ae0769af5
commit
cbe52e298b
10 changed files with 16 additions and 36 deletions
|
@ -27,6 +27,7 @@ Revision History:
|
|||
#include "ast/reg_decl_plugins.h"
|
||||
#include "math/realclosure/realclosure.h"
|
||||
|
||||
|
||||
// The install_tactics procedure is automatically generated
|
||||
void install_tactics(tactic_manager & ctx);
|
||||
|
||||
|
@ -383,7 +384,6 @@ extern "C" {
|
|||
if (a) {
|
||||
mk_c(c)->m().dec_ref(to_ast(a));
|
||||
}
|
||||
|
||||
Z3_CATCH;
|
||||
}
|
||||
|
||||
|
|
|
@ -1630,7 +1630,7 @@ def Xor(a, b, ctx=None):
|
|||
>>> Xor(p, q)
|
||||
Xor(p, q)
|
||||
>>> simplify(Xor(p, q))
|
||||
q == Not(p)
|
||||
q == Not(p)
|
||||
"""
|
||||
ctx = _get_ctx(_ctx_from_ast_arg_list([a, b], ctx))
|
||||
s = BoolSort(ctx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue