Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus authored Dec 6, 2016
1 parent d260c21 commit 5af9dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Currently you can transform formulas into normal form that uses only operators E

You can also automatically perform some simple formula optimizations (proposition negation, double negation removal, boolean propagation and some simplifications). Note that these optimizations expect the formula to be in until normal form. (Other formulas are also supported, but possible optimizations are limited)

These actions can be either performed by parser automatically or accessed using extension functions on Formula object.
These actions can be performed using extension functions on Formula object (translated to static Java functions).

###Building and using

Expand Down

0 comments on commit 5af9dc5

Please sign in to comment.