Skip to content

Commit a6c7b57

Browse files
ad71norvig
authored andcommitted
Added tt-entails explanation (aimacode#793)
* added tt-entails explanation * Updated README.md
1 parent cae3d01 commit a6c7b57

File tree

2 files changed

+384
-8
lines changed

2 files changed

+384
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
9595
| 7 | KB | `KB` | [`logic.py`][logic] | Done | Included |
9696
| 7.1 | KB-Agent | `KB_Agent` | [`logic.py`][logic] | Done | |
9797
| 7.7 | Propositional Logic Sentence | `Expr` | [`utils.py`][utils] | Done | Included |
98-
| 7.10 | TT-Entails | `tt_entails` | [`logic.py`][logic] | Done | |
98+
| 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 | |
101101
| 7.15 | PL-FC-Entails? | `pl_fc_resolution` | [`logic.py`][logic] | Done | |

0 commit comments

Comments
 (0)