Skip to content

Commit

Permalink
Write an introduction to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
teiesti committed Aug 22, 2024
1 parent 3c1a7e9 commit 2586aa3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# anthem

A translator between answer set programs and first-order logic
`anthem` is a command line application for translating answer set programs in the mini-gringo dialect of [clingo](https://potassco.org/clingo/) to first-order theories.
Using an automated theorem prover, these theories can then be used to verify properties of the original programs, such as strong and external equivalence.

Check out the [Manual](https://potassco.org/anthem/) to learn how to install and use `anthem`.

If you want to use `anthem` as a library to build your own application, you can do so.
Check out the [API documentation](https://docs.rs/anthem/) for the available functionalities.

## License

Expand Down

0 comments on commit 2586aa3

Please sign in to comment.