mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 05:26:01 +00:00
revert smt_enode
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
a00eb08ddd
commit
e9fa7db96c
2 changed files with 10 additions and 1 deletions
|
@ -465,6 +465,7 @@ namespace smt {
|
|||
tmp_enode();
|
||||
~tmp_enode();
|
||||
enode * set(func_decl * f, unsigned num_args, enode * const * args);
|
||||
void reset();
|
||||
};
|
||||
|
||||
inline mk_pp pp(enode* n, ast_manager& m) { return mk_pp(n->get_expr(), m); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue