Skip to content

Commit 3418365

Browse files
authored
Update DPLL-Satisfiable.md
1 parent e74cda5 commit 3418365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

md/DPLL-Satisfiable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DPLL-SATISFIABLE
1+
# DPLL-SATISFIABLE?
22

33
## AIMA3e
44
__function__ DPLL-SATISFIABLE?(_s_) __returns__ _true_ or _false_
@@ -22,4 +22,4 @@ __function__ DPLL(_clauses_, _symbols_, _model_) __returns__ _true_ or _false_
2222
    DPLL(_clauses_, _rest_, _model_ ∪ {_P_ = _false_})
2323

2424
---
25-
__Figure__ ?? The DPLL algorithm for checking satisfiability of a sentence in propositional logic. The ideas behind FIND\-PURE\-SYMBOL and FIND\-UNIT\-CLAUSE are described in the text; each returns a symbol (or null) and the truth value to assign to that symbol. Like TT\-ENTAILS?, DPLL operates over partial models.
25+
__Figure__ ?? The DPLL algorithm for checking satisfiability of a sentence in propositional logic. The ideas behind FIND\-PURE\-SYMBOL and FIND\-UNIT\-CLAUSE are described in the text; each returns a symbol (or null) and the truth value to assign to that symbol. Like TT\-ENTAILS?, DPLL operates over partial models.

0 commit comments

Comments
 (0)