mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
#5215 converting NYI
This commit is contained in:
parent
89373d5bf9
commit
308f399224
3 changed files with 24 additions and 4 deletions
|
@ -96,7 +96,6 @@ namespace q {
|
|||
}
|
||||
|
||||
euf::theory_var solver::mk_var(euf::enode* n) {
|
||||
SASSERT(is_forall(n->get_expr()) || is_exists(n->get_expr()));
|
||||
auto v = euf::th_euf_solver::mk_var(n);
|
||||
ctx.attach_th_var(n, this, v);
|
||||
return v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue