mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
move deep internalization out of theory_seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b92b6c0fc6
commit
19e0285b83
2 changed files with 0 additions and 43 deletions
|
@ -407,7 +407,6 @@ namespace smt {
|
|||
th_trail_stack m_trail_stack;
|
||||
stats m_stats;
|
||||
ptr_vector<expr> m_todo, m_concat;
|
||||
unsigned m_internalize_depth;
|
||||
expr_ref_vector m_ls, m_rs, m_lhs, m_rhs;
|
||||
bool m_has_seq;
|
||||
|
||||
|
@ -630,8 +629,6 @@ namespace smt {
|
|||
expr_ref mk_sub(expr* a, expr* b);
|
||||
expr_ref mk_add(expr* a, expr* b);
|
||||
expr_ref mk_len(expr* s);
|
||||
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