We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e7019 commit e95dd93Copy full SHA for e95dd93
other/dpll.py
@@ -271,7 +271,7 @@ def find_unit_clauses(clauses, model):
271
- Either the only symbol in a clause
272
- Or all other literals in that clause have been assigned False
273
This has the following steps:
274
- 1. Find symbols that are the only occurences in a clause.
+ 1. Find symbols that are the only occurrences in a clause.
275
2. Find symbols in a clause where all other literals are assigned False.
276
3. Assign True or False depending on whether the symbols occurs in
277
normal or complemented form respectively.
0 commit comments