Skip to content

Commit

Permalink
fix example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
SHildebrandt committed May 2, 2024
1 parent c9d35c0 commit 8598706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ For parsing a formula, you just create one of the two parsers and call `parse` o
import org.logicng.formulas.Formula;
import org.logicng.formulas.FormulaFactory;
import org.logicng.io.parsers.PropositionalParser;
import org.logicng.io.parsers.PseudoBooleanParser;

FormulaFactory f = new FormulaFactory();
PropositionalParser propositionalParser = new PropositionalParser(f);
Expand Down

0 comments on commit 8598706

Please sign in to comment.