mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c54b9305b5
commit
cc4354ffd5
2 changed files with 3 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue