Skip to content

Commit

Permalink
Added SATPlan to logic.ipynb (#857)
Browse files Browse the repository at this point in the history
* Added SATPlan to logic.ipynb

* Updated README.md
  • Loading branch information
nouman-10 authored and norvig committed Mar 20, 2018
1 parent 9906b7a commit 954f50c
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 57 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
| 7.17 | DPLL-Satisfiable? | `dpll_satisfiable` | [`logic.py`][logic] | Done | Included |
| 7.18 | WalkSAT | `WalkSAT` | [`logic.py`][logic] | Done | Included |
| 7.20 | Hybrid-Wumpus-Agent | `HybridWumpusAgent` | | | |
| 7.22 | SATPlan | `SAT_plan` | [`logic.py`][logic] | Done | |
| 7.22 | SATPlan | `SAT_plan` | [`logic.py`][logic] | Done | Included |
| 9 | Subst | `subst` | [`logic.py`][logic] | Done | |
| 9.1 | Unify | `unify` | [`logic.py`][logic] | Done | Included |
| 9.3 | FOL-FC-Ask | `fol_fc_ask` | [`logic.py`][logic] | Done | Included |
Expand Down
Loading

0 comments on commit 954f50c

Please sign in to comment.