CSci 431

Exercise set #3

Due:  Friday, Oct.  15


Consider the wine pouring problem.

Using either generic-depth-first.lsp or generic-breadth-first..lsp (your choice), write a program to find a solution to the wine-pouring problem.  Turn in your solution and a sample run (which should include number of nodes visited and the final solution path found). 

The significant part of this exercise, of course, is the writing of the successor function and the adaptation of the existing lisp program to serve your needs.

I will also set up drop folders on Hedwig for your solutions, which should be called wine.lsp (or .cl, or .l, as you prefer).

Any questions? Please ask!