You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to check the proof produced by cvc5 for the files in ex.zip, I get the following error (see the zip file for the full output):
Error: ex.proof at 26984:1-26984:2
The type expected for an application does not match the computed type.
1. The expected type: (holds ((\ t1 (\ t2 (apply (apply f_= t1) t2))) (apply ...
2. The computed type: (holds ((\ t1 (\ t2 (apply (apply f_= t1) t2))) ((\ t1 (\ t2 (apply ...
Hi,
When trying to check the proof produced by cvc5 for the files in ex.zip, I get the following error (see the zip file for the full output):
Unfortunately I was not able to reproduce the error with a smaller instance. I'm running cvc5 v1.0.5 and lfscc from commit 9aab068, with signatures from commit c09fa26fdd3b114351789f252311c6ea02f69e56. CLI commands below.
The error only happens with proofs produced using the
--proof-granularity=theory-rewrite
cvc5 flag.The text was updated successfully, but these errors were encountered: