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:
parent
7a950dd667
commit
9be7bda69a
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue