-*- mode:Text -*- Copyright 1992 Patrick H. Winston. All rights reserved. Version 1.1.1, transferred from master disk on 23 Apr 93 This file may reference other files containing copyrighted software. Any restrictions on the use of such software are described in the files containing that software. This file may be freely copied as long as this notice is kept intact. PURPOSE Provides program support for Chapter 5, Nets and Optimal Search. Illustrates optimal search using highway net. PERFORMANCE EXPERIMENT 1 Examine the file optimize.exp. Run the search experiments by typing the following command to your lisp system: (load "optimize.exp") Alternatively, evaluate each Lisp expression in the file one at a time, noting what each does. PERFORMANCE EXPERIMENT 2 Run the search procedures with other initial and destination cities. KNOWLEDGE ENGINEERING EXPERIMENTS See the file search.txt. MEDIUM-SCALE LISP PROJECTS See the file search.txt.