An error occurred while fetching folder content.
Jan Rochel
authored
The occurrence of rationals in the following logic function lead to an assertion failure in Interval_utils.extract_ival, which was only defined for non-integer arguments. /*@ logic integer signum(ℝ x) = x > 0. ? 1 : x < 0. ? -1 : 0; */ Regression test added: src/plugins/e-acsl/tests/arith/sign_rational.c
Name | Last commit | Last update |
---|