MatchingModel 1.0
(c) 2008 Axel G. Rossberg <axel@rossberg.net>
License: GPL 3

This directory contains a simple implementation for the matching
model, using the algorithm described in

  A. G. Rossberg, Part-whole relations between food webs and the
  validity of local food-web descriptions, Ecological Complexity,
  5(2), 121–131 (2008).

To keep things simple, I did not include a mechanism for parameter
files.  You will need to change model parameters in MatchingModel.cc
(it's easy).

To compile, you will need a c++ compiler and the header files for the
BOOST library installed.  Then type

c++ MatchingModel.cc -o MatchingModel

Since Visual C++ does not respect standards, you might have to make
some small adjustments for this.

Any feedback is welcome.

Enjoy webbing!
