Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

anthem 1.0.0 Beta 4

Latest
Compare
Choose a tag to compare
@pluehne pluehne released this 22 Sep 14:37
· 3 commits to develop since this release
v1.0.0-beta.4
b01c91b

This is a preview release of anthem 1.0.0, which implements a new mode to verify that tight logic programs implement first-order-logic specifications according to our ICLP 2020 publication Verifying Tight Logic Programs with anthem and Vampire (Jorge Fandinno, Vladimir Lifschitz, Patrick Lühne, and Torsten Schaub).

Features

  • new command anthem verify-program to verify tight logic programs against first-order-logic specifications

Known Issues

  • the previous anthem mode for verifying the strong equivalence of logic programs is currently unavailable and will be brought back at a later date (for now, use anthem 0.2 for verifying the strong equivalence of logic programs)
  • Vampire search options not yet configurable
  • minor parser issues (for example, missing absolute value function)