Skip to content

Commit 0e17978

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4540e1f commit 0e17978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/davis_putnam_logemann_loveland.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def dpll_algorithm(
287287
) -> tuple[bool | None, dict[str, bool | None] | None]:
288288
"""
289289
Returns the model if the formula is satisfiable, else ``None``
290-
290+
291291
This has the following steps:
292292
1. If every clause in clauses is ``True``, return ``True``.
293293
2. If some clause in clauses is ``False``, return ``False``.

0 commit comments

Comments
 (0)