Skip to content

Commit 086d4a4

Browse files
ad71antmarakis
authored andcommitted
Updated README.md (aimacode#794)
1 parent efeeaf5 commit 086d4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
9494
| 6.11 | Tree-CSP-Solver | `tree_csp_solver` | [`csp.py`][csp] | Done | Included |
9595
| 7 | KB | `KB` | [`logic.py`][logic] | Done | Included |
9696
| 7.1 | KB-Agent | `KB_Agent` | [`logic.py`][logic] | Done | |
97-
| 7.7 | Propositional Logic Sentence | `Expr` | [`logic.py`][logic] | Done | |
97+
| 7.7 | Propositional Logic Sentence | `Expr` | [`utils.py`][utils] | Done | Included |
9898
| 7.10 | TT-Entails | `tt_entails` | [`logic.py`][logic] | Done | |
9999
| 7.12 | PL-Resolution | `pl_resolution` | [`logic.py`][logic] | Done | Included |
100100
| 7.14 | Convert to CNF | `to_cnf` | [`logic.py`][logic] | Done | |

0 commit comments

Comments
 (0)