Skip to content

Commit c908058

Browse files
ad71norvig
authored andcommitted
Added DPLL and WalkSAT sections (aimacode#823)
* Added dpll section * Updated README.md * Added WalkSAT section * Updated README.md
1 parent 4cc3509 commit c908058

File tree

2 files changed

+850
-3
lines changed

2 files changed

+850
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
9898
| 7.10 | TT-Entails | `tt_entails` | [`logic.py`][logic] | Done | Included |
9999
| 7.12 | PL-Resolution | `pl_resolution` | [`logic.py`][logic] | Done | Included |
100100
| 7.14 | Convert to CNF | `to_cnf` | [`logic.py`][logic] | Done | Included |
101-
| 7.15 | PL-FC-Entails? | `pl_fc_resolution` | [`logic.py`][logic] | Done | |
102-
| 7.17 | DPLL-Satisfiable? | `dpll_satisfiable` | [`logic.py`][logic] | Done | |
103-
| 7.18 | WalkSAT | `WalkSAT` | [`logic.py`][logic] | Done | |
101+
| 7.15 | PL-FC-Entails? | `pl_fc_resolution` | [`logic.py`][logic] | Done | Included |
102+
| 7.17 | DPLL-Satisfiable? | `dpll_satisfiable` | [`logic.py`][logic] | Done | Included |
103+
| 7.18 | WalkSAT | `WalkSAT` | [`logic.py`][logic] | Done | Included |
104104
| 7.20 | Hybrid-Wumpus-Agent | `HybridWumpusAgent` | | | |
105105
| 7.22 | SATPlan | `SAT_plan` | [`logic.py`][logic] | Done | |
106106
| 9 | Subst | `subst` | [`logic.py`][logic] | Done | |

0 commit comments

Comments
 (0)