llreve icon indicating copy to clipboard operation
llreve copied to clipboard

-init-pred yields illegal SMT2 code

Open mattulbrich opened this issue 3 years ago • 0 comments

If -init-pred is used as command-line parameter, the program produces illegal SMT2 code which has nested assert commands.

(assert
   (assert
      (forall
         ((n$1_0 Int)
          (n$2_0 Int))
         (=>
            (IN_INV n$1_0 n$2_0)
            (INIT n$1_0 n$2_0)))))

mattulbrich avatar Jul 16 '21 09:07 mattulbrich