mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
fix?
This commit is contained in:
parent
38745512c0
commit
5b8c6a98c2
1 changed files with 1 additions and 1 deletions
|
@ -980,7 +980,7 @@ v0[19] := 0 v0 [-131062 ; 0[ := [-131062;0[ src ~4 <= 43691*v0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if there is wrap-around, increment prefix
|
// if there is wrap-around, increment prefix
|
||||||
if (after.e->interval.lo_val() > after.e->interval.hi_val()) {
|
if (e.e->interval.lo_val() > e.e->interval.hi_val()) {
|
||||||
prefix++;
|
prefix++;
|
||||||
verbose_stream() << " incremented stored prefix: " << prefix << "\n";
|
verbose_stream() << " incremented stored prefix: " << prefix << "\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue