Here is the text of Problem Set 1.
Follow this link to be assigned a graph for the experimental part of the problem set.
Please ignore the certificate/security warnings. One day I hope to better configure my Apache server and make them go away.
For an example of the output you should generate, here are the two files that I generated from grid2 (see also grid2.edges): grid2_1.csv and grid2_2.csv. (note that I only did 10 runs, whereas you should do 100 on a graph of this size)
You can test whether or not my code can parse your output using this link.
You should submit your two files using this link.
If your submission works, it will give a few statistics about the files you have uploaded. For my graph (grid2), I get:
Results for first file:
The table appears to have 9 columns and 11 rows.
Probabilities: 0.1000, 0.2000, 0.3000, 0.4000, 0.5000, 0.6000, 0.7000, 0.8000, 0.9000,
Results for second file:
The table appears to have 9 columns and 11 rows.
Probabilities: 0.1389, 0.2083, 0.2778, 0.3472, 0.4167, 0.4861, 0.5556, 0.6250, 0.6944,
You can re-upload any time until the problem set is due.
To figure out how to process graphs, I recommend looking at the collection of Useful Software that I am developing.