mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
parent
953ea7c880
commit
006caea5ba
|
@ -130,7 +130,7 @@ namespace smt {
|
|||
v = dst_ctx.mk_bool_var(dst_f);
|
||||
}
|
||||
else {
|
||||
dst_ctx.internalize_formula(dst_f, false);
|
||||
dst_ctx.internalize_formula(dst_f, true);
|
||||
v = dst_ctx.get_bool_var(dst_f);
|
||||
}
|
||||
b2v.setx(lit.var(), v, null_bool_var);
|
||||
|
|
Loading…
Reference in a new issue