anthem 2.0.0

A command-line application for assisting in the verification of answer set programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod analyzing;
pub(crate) mod breaking;
pub(crate) mod command_line;
pub mod convenience;
pub mod formatting;
pub mod parsing;
pub(crate) mod simplifying;
pub mod syntax_tree;
pub mod translating;
pub(crate) mod verifying;

pub use command_line::procedures::main;