Skip to content

Commit

Permalink
fixed MiniSatConfig doc for default CNF method
Browse files Browse the repository at this point in the history
  • Loading branch information
rouven-walter committed Jul 22, 2024
1 parent d77cea2 commit 5ba79db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/logicng/solvers/sat/MiniSatConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ public Builder proofGeneration(final boolean proofGeneration) {

/**
* Sets the CNF method for converting formula which are not in CNF for the solver. The default value
* is {@code FACTORY_CNF}.
* is {@code PG_ON_SOLVER}.
* @param cnfMethod the CNF method
* @return the builder
*/
Expand Down

0 comments on commit 5ba79db

Please sign in to comment.