Merge branch 'develop' of github.com:potassco/anthem into develop
This commit is contained in:
commit
1804daa961
@ -1,4 +1,4 @@
|
|||||||
# anthem [![GitHub Release](https://img.shields.io/github/release/potassco/anthem.svg?maxAge=3600)](https://github.com/potassco/anthem/releases) [![Build Status](https://img.shields.io/travis/potassco/anthem/master.svg?maxAge=3600&label=build (master))](https://travis-ci.org/potassco/anthem?branch=master) [![Build Status](https://img.shields.io/travis/potassco/anthem/develop.svg?maxAge=3600&label=build (develop))](https://travis-ci.org/potassco/anthem?branch=develop)
|
# anthem [![GitHub Release](https://img.shields.io/github/release/potassco/anthem.svg?maxAge=3600)](https://github.com/potassco/anthem/releases) [![Build Status](https://img.shields.io/travis/potassco/anthem/master.svg?maxAge=3600&label=build%20%28master%29)](https://travis-ci.org/potassco/anthem?branch=master) [![Build Status](https://img.shields.io/travis/potassco/anthem/develop.svg?maxAge=3600&label=build%20%28develop%29)](https://travis-ci.org/potassco/anthem?branch=develop)
|
||||||
|
|
||||||
> Translate answer set programs to first-order theorem prover language
|
> Translate answer set programs to first-order theorem prover language
|
||||||
|
|
||||||
@ -9,9 +9,11 @@
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ anthem [options] file...
|
$ anthem [--simplify] file...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
With the option `--simplify`, output formulas are simplified by applying several basic transformation rules.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
`anthem` requires [CMake](https://cmake.org/) and [Boost](http://www.boost.org/) for building.
|
`anthem` requires [CMake](https://cmake.org/) and [Boost](http://www.boost.org/) for building.
|
||||||
|
Loading…
Reference in New Issue
Block a user