mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
user propagator fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
de65c61ebc
commit
ba4a218fc0
4 changed files with 22 additions and 11 deletions
|
@ -795,7 +795,7 @@ namespace smt {
|
|||
// and a theory variable must be created for it.
|
||||
enode * e = get_enode(n);
|
||||
if (!th->is_attached_to_var(e))
|
||||
internalize_theory_term(n);
|
||||
th->internalize_term(n);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue