The following files can be used with the Neurosys solver to model a
network of 64 randomly interconnected neurons.  The equations modelling
one neuron are based on a model presented in J White, et al, J.
Computational Neurosc.  v. 5, 5-16 (1998).  Further details are
available in the paper P. Pacheco, et al, Neurocomputing v. 32-33,
1095-1102 (2000).  This paper is also available online at
http://www.cs.usfca.edu/neurosys.

In order to use this model, copy the files equations.c, equations.h,
and constant_list to the directory containing the source code for the
solver.  After compilation, the program can be run using the contants
file for the neuron model parameters and solver_infile for the 
interconnection network and other input data.

The file outfile contains output from the solver when it is compiled
without the DIST_OUTPUT option, and the files outfile.0, outfile.1,
outfile.2, and outfile.3 contain output from the solver when it is
run with the DIST_OUTPUT option using four processes.
