Open drganam opened 2 years ago
Tested with CVC4 as well, it also times out! I'll delve into this issue this Friday & during the WE if that's fine for you.
Ah true, I forgot to mention CVC4: it times out for reasonable timeouts indeed, but eventually (timeout=500) finds this counterexample: Lambda -> C(C(V(""), V("")), P("", V("")))
For the following example, Stainless times out with z3. After replacing Strings with BigInts, it finds a counterexample:
m: Lambda -> C(C(V(BigInt("8")), V(BigInt("8"))), P(BigInt("8"), V(BigInt("8"))))