Skip to content

Commit 479574e

Browse files
authored
Merge pull request aimacode#255 from Kmayankkr/AIMA3e
Update README.txt
2 parents 1ee7070 + 7cb9235 commit 479574e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aima-gui/README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ JavaFX and Swing demo applications can be started directly. Here, only the Swing
4545
The following command line demos can be run as well:
4646
* java -classpath aima-gui.jar aima.gui.demo.agent.TrivialVacuumDemo
4747
* java -classpath aima-gui.jar aima.gui.demo.learning.LearningDemo
48-
* java -classpath aima-gui.jar aima.gui.demo.logic.DPLLDemo
48+
* java -classpath aima-gui.jar aima.gui.demo.logic.DpllDemo
4949
* java -classpath aima-gui.jar aima.gui.demo.logic.FolDemo
50-
* java -classpath aima-gui.jar aima.gui.demo.logic.PLFCEntailsDemo
50+
* java -classpath aima-gui.jar aima.gui.demo.logic.PlFcEntailsDemo
5151
* java -classpath aima-gui.jar aima.gui.demo.logic.PLResolutionDemo
5252
* java -classpath aima-gui.jar aima.gui.demo.logic.TTEntailsDemo
5353
* java -classpath aima-gui.jar aima.gui.demo.logic.WalkSatDemo
@@ -132,4 +132,4 @@ New features added (inspired by course TDDC17)
132132
0.1.0-AIMA3e Published : 10 Dec 2009 :<br>
133133
First full release based on the 3rd edition of AIMA. This projects contains all the GUI and command line demo
134134
code separated out from the original AIMA2e source tree and has been updated to work with the
135-
latest version of the aima-core library.
135+
latest version of the aima-core library.

0 commit comments

Comments
 (0)