mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
415260b93d
commit
61371b4abf
2 changed files with 28 additions and 1 deletions
|
@ -629,6 +629,8 @@ namespace smt {
|
|||
expr_ref mk_add(expr* a, expr* b);
|
||||
expr_ref mk_len(expr* s);
|
||||
enode* ensure_enode(expr* a);
|
||||
ptr_vector<expr> m_ensure_todo;
|
||||
void ensure_enodes(expr* e);
|
||||
enode* get_root(expr* a) { return ensure_enode(a)->get_root(); }
|
||||
dependency* mk_join(dependency* deps, literal lit);
|
||||
dependency* mk_join(dependency* deps, literal_vector const& lits);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue