mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +00:00
parent
3dad24ace0
commit
427358d0a1
1 changed files with 2 additions and 1 deletions
|
@ -397,6 +397,7 @@ namespace smt {
|
|||
return;
|
||||
}
|
||||
context & ctx = get_context();
|
||||
if (!ctx.e_internalized(n)) ctx.internalize(n, false);;
|
||||
enode* node = ctx.get_enode(n);
|
||||
if (is_select(n)) {
|
||||
enode * arg = ctx.get_enode(n->get_arg(0));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue