3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

fix a bug in column patching

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-03-29 13:51:39 -07:00
parent 7a950dd667
commit 9be7bda69a
2 changed files with 3 additions and 3 deletions

View file

@ -1357,7 +1357,7 @@ void core::update_to_refine_of_var(lpvar j) {
void core::patch_real_var(lpvar j) {
void core::patch_real_var(lpvar j) {
SASSERT(!var_is_int(j));
rational v = mul_val(emons()[j]);
if (val(j) == v)