Next: The Blocks World
Up: No Title
Previous: Conclusions and Further Reading
In this section we will develop four small projects:
- The blocks world: a program of relations in a world made up of
blocks, using the simple constraint language presented in
Section 2.1.
- DONALD + GERALD = ROBERT has the same idea as SEND
+ MORE = MONEY, which we have already seen, but it takes longer
to solve: we will see how different constraint setups and
enumeration heuristics affect the performance of the program.
- A very simple program to solve numerically differential equations.
- A program to schedule a project, given a generic description of
the tasks, their precedence, and their length.
MCL
1998-12-03