When running zoobk.exp, you should have seen that Sandy is identified as an ostrich. However, in forward chaining, Sandy is identified as two kinds of bird. To see this, enter the following (assuming that your current directory is /cs/cs4341/ai3):
(load "match.lsp") (load "streams2.lsp") (load "forward.lsp") (load "zoo.lsp") (progn (make-zoo-rules) (make-sandy) (chain))Answer these questions:
You should turn in files
hw2_1.txt
hw2_2.txt
hw2_3.txt
hw2_4.txt
Optional
hw2_7.txt