mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
sym file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f26662d079
commit
021bd8a994
3 changed files with 10 additions and 4 deletions
|
@ -338,9 +338,8 @@ namespace smt {
|
|||
}
|
||||
|
||||
void context::ensure_internalized(expr* e) {
|
||||
if (!e_internalized(e)) {
|
||||
if (!e_internalized(e))
|
||||
internalize(e, false);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue