
%% File and folder structure
1. In the present folder <.>, algorithms for generating the data seen in the paper are present.
2. The data generated by the algorithms is saved in the folder <./data/>. To actually plot the figures, enter the appropriate folder and run the figure file. Remark: The data folder contains the data generated by us. Running the simulations in step 1. will overwrite this data.
3. The folder <./algorithms/> contains our implementation of the algorithms described in the paper.

%% How to use this package
To generate the data used in the paper, run the files:
fig2_run_this - to generate the data for fig2,
fig4567_run_this - to generate the data for fig4567,
which should generate exactly the same data as used in the paper. It will, however, require several weeks of computational time on a regular desktop computer (as of Jan 2012). Instead it is recommended to modify the running scripts and split the simulations on several computers.

Observe that we have provided the data generated in our machines, which will be overwritten if you run any of the above files.

In the algorithms folder, the algorithms presented in the paper are implemented and can be used for other purposes. Note: there is a file describing which files that are intended for being used by the end user.
