Closed agacek closed 6 years ago
PDR handles assertions in an unsound way. The following property should be false but PDR proves it.
node main(x : bool) returns (); let assert true -> pre x; --%PROPERTY x; tel;
PDR handles assertions in an unsound way. The following property should be false but PDR proves it.