File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ JavaFX and Swing demo applications can be started directly. Here, only the Swing
4545The 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)
1321320.1.0-AIMA3e Published : 10 Dec 2009 :<br>
133133First full release based on the 3rd edition of AIMA. This projects contains all the GUI and command line demo
134134code 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.
You can’t perform that action at this time.
0 commit comments