mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
term
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c527fda0b6
commit
af9ae35984
|
@ -59,6 +59,7 @@ unsigned theory_user_propagator::add_expr(expr* e) {
|
|||
ctx.set_var_theory(bv, get_id());
|
||||
ctx.set_enode_flag(bv, true);
|
||||
}
|
||||
SASSERT(!m.is_bool(e) || ctx.b_internalized(e));
|
||||
|
||||
ctx.attach_th_var(n, this, v);
|
||||
literal_vector explain;
|
||||
|
|
Loading…
Reference in a new issue