Skip to content

Commit 4a63b50

Browse files
hazblyxxyz
andauthored
Update nnf/tseitin.py
Co-authored-by: Jan Verbeek <jan.verbeek@posteo.nl>
1 parent 279052b commit 4a63b50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nnf/tseitin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ def to_CNF(theory: NNF, simplify: bool = True) -> And[Or[Var]]:
1414
"""Convert an NNF into CNF using the Tseitin Encoding.
1515
1616
:param theory: Theory to convert.
17-
:param simplify: If True, remove clauses that are always true.
17+
:param simplify: If True, simplify clauses even if that means eliminating
18+
variables.
1819
"""
1920

2021
clauses = []

0 commit comments

Comments
 (0)