Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 792e7c2

Browse files
crunchinessantmarakis
authored andcommitted
Fixed a typo in README (pl_fc_entails) (aimacode#1022)
1 parent 39ae1c7 commit 792e7c2

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
@@ -98,7 +98,7 @@ 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 | Included |
101+
| 7.15 | PL-FC-Entails? | `pl_fc_entails` | [`logic.py`][logic] | Done | Included |
102102
| 7.17 | DPLL-Satisfiable? | `dpll_satisfiable` | [`logic.py`][logic] | Done | Included |
103103
| 7.18 | WalkSAT | `WalkSAT` | [`logic.py`][logic] | Done | Included |
104104
| 7.20 | Hybrid-Wumpus-Agent | `HybridWumpusAgent` | | | |

0 commit comments

Comments
 (0)