Investigate Vampire as a theorem prover #18
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Vampire is a first-order theorem prover that also supports integer arithmetics. That sounds very much like what we need in conjunction with anthem, and I should investigate Vampire’s documentation and check whether it suits our needs.
It appears Vampire is good at proving theorems by refutation that don’t contain integer variables. As to integer arithmetics, these are officially supported by Vampire, but my results so far haven’t been really successful. We might have to talk to someone more familiar with theorem provers.