mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
wrong assert, compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c03c395267
commit
d64bc795f0
6 changed files with 1 additions and 7 deletions
|
@ -911,7 +911,6 @@ namespace arith {
|
|||
theory_var v = (i + start) % sz;
|
||||
if (is_bool(v))
|
||||
continue;
|
||||
enode* n1 = var2enode(v);
|
||||
ensure_column(v);
|
||||
if (!can_get_ivalue(v))
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue