Skip to content
Snippets Groups Projects
  1. Jun 20, 2024
  2. Jun 19, 2024
    • Jan Rochel's avatar
      [e-acsl] fix typing problem when using rationals · a5caf8c1
      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
      a5caf8c1
  3. Jun 18, 2024
  4. Jun 17, 2024
Loading