mirror of
https://github.com/Z3Prover/z3
synced 2026-06-26 02:20:58 +00:00
use expr based access to enodes to allow for storing first-class lambas
This commit is contained in:
parent
5f3088f3b5
commit
2cc4422018
54 changed files with 301 additions and 279 deletions
|
|
@ -153,7 +153,7 @@ namespace smt {
|
|||
void theory_intblast::apply_sort_cnstr(enode* n, sort* s) {
|
||||
SASSERT(bv.is_bv_sort(s));
|
||||
if (!is_attached_to_var(n)) {
|
||||
m_translator.internalize_bv(n->get_expr());
|
||||
m_translator.internalize_bv(n->get_app());
|
||||
auto v = mk_var(n);
|
||||
ctx.attach_th_var(n, this, v);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue