mirror of
https://github.com/Z3Prover/z3
synced 2025-07-20 03:12:03 +00:00
term
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c527fda0b6
commit
af9ae35984
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ unsigned theory_user_propagator::add_expr(expr* e) {
|
||||||
ctx.set_var_theory(bv, get_id());
|
ctx.set_var_theory(bv, get_id());
|
||||||
ctx.set_enode_flag(bv, true);
|
ctx.set_enode_flag(bv, true);
|
||||||
}
|
}
|
||||||
|
SASSERT(!m.is_bool(e) || ctx.b_internalized(e));
|
||||||
|
|
||||||
ctx.attach_th_var(n, this, v);
|
ctx.attach_th_var(n, this, v);
|
||||||
literal_vector explain;
|
literal_vector explain;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue