File: icsim/examples/README
Author: Heinz Schmidt (hws@ICSI.Berkeley.EDU)
Copyright (C) International Computer Science Institute, 1991
Created: Sat Sep  7 15:21:28 1991 (hws)


This directory contains various examples to test the simulator classes.
See the list below. To compile, cd to icsim/test compile and run according
to the instructions below. Make sure the xterm you're using to run the nets
is wide enough otherwise the output won't be readable.

.sather       -- Sample .sather file
.sather_debug -- debug and cc option included by .sather, for separate change


col4.sa       -- different versions of the 4 color solver (bcol4_test, col4_test, ccol4_test)
                 for instance: 
                        cs bcol4_test
                        bcol4_test

xor.sa        -- xor net
                        cs xor_test
                        xor_test

cascorr       -- cascade correlation
                        cs test_cc
                        test_cc xor.prm
                        test_cc zigzag.prm

asin.sa       -- sine function approximation, needs to be adapted to the new class
                 hierarchy!!
