mirror of
https://github.com/Z3Prover/z3
synced 2025-05-15 03:34:44 +00:00
streamline pb solver interface and naming after removal of xor
This commit is contained in:
parent
13f05ae9dc
commit
026065ff71
73 changed files with 1131 additions and 1201 deletions
|
@ -21,6 +21,7 @@ Revision History:
|
|||
#include "util/id_var_list.h"
|
||||
#include "util/approx_set.h"
|
||||
#include "ast/ast.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include "smt/smt_types.h"
|
||||
#include "smt/smt_eq_justification.h"
|
||||
|
||||
|
@ -165,7 +166,6 @@ namespace smt {
|
|||
|
||||
void del_eh(ast_manager & m, bool update_children_parent = true);
|
||||
|
||||
app * get_owner() const { return m_owner; }
|
||||
app * get_expr() const { return m_owner; }
|
||||
|
||||
unsigned get_owner_id() const { return m_owner->get_id(); }
|
||||
|
@ -453,6 +453,7 @@ namespace smt {
|
|||
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