Updated readme file with note on new --simplify option.

This commit is contained in:
Patrick Lühne 2017-03-23 18:09:48 +01:00
parent 7c928f07a3
commit 46619c3dc7
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 3 additions and 1 deletions

View File

@ -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.