mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
forgotten changes after a rebase
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
3d2fc57b82
commit
f4e7002ea3
11 changed files with 43 additions and 18 deletions
|
@ -1055,7 +1055,7 @@ public:
|
|||
default:
|
||||
break;
|
||||
}
|
||||
auto vi = get_var_index(b->get_var());
|
||||
auto vi = get_lpvar(b->get_var());
|
||||
return m_solver->compare_values(vi, k, b->get_value()) ? l_true : l_false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue