mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
953ea7c880
commit
006caea5ba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue