mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
This commit is contained in:
parent
a566c7307d
commit
5633af76cc
5 changed files with 20 additions and 12 deletions
|
@ -218,12 +218,7 @@ namespace euf {
|
|||
}
|
||||
|
||||
euf::enode* th_euf_solver::e_internalize(expr* e) {
|
||||
euf::enode* n = expr2enode(e);
|
||||
if (!n) {
|
||||
ctx.internalize(e, m_is_redundant);
|
||||
n = expr2enode(e);
|
||||
}
|
||||
return n;
|
||||
return ctx.e_internalize(e);
|
||||
}
|
||||
|
||||
unsigned th_euf_solver::random() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue