forall V1 (p(V1) <-> ((V1 = a and p(V1)) or (V1 = b and p(V1))))
but doesn’t simplify it.
For the program:
{p(a)}.
{p(b)}.
anthem gives the correct answer:
forall V1 (p(V1) <-> ((V1 = a and p(V1)) or (V1 = b and p(V1))))
but doesn’t simplify it.
patrick
self-assigned this 2018-04-21 19:36:43 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
For the program:
anthem gives the correct answer:
but doesn’t simplify it.