3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-07-02 13:27:00 -07:00
parent c54b9305b5
commit cc4354ffd5
2 changed files with 3 additions and 4 deletions

View file

@ -748,11 +748,9 @@ namespace polysat {
unsigned tz_b,
numeral const& old_value_y) {
var_t y = row2base(r_y);
numeral b = row2base_coeff(r_y);
auto z = row2base(r_z);
auto& row_z = m_rows[r_z.id()];
var_info& zI = m_vars[z];
unsigned tz_c = m.trailing_zeros(c);
numeral b1, c1;
if (tz_b <= tz_c) {