Hello, to compile, just type 'make'. It will produce some executable files: main-experiment, proba-experiment, sizes-experiment and path-experiment. To start the main experiment, use one the following commands: ./main-experiment er ./main-experiment pl where - number of nodes in graph - number of links in graph - number of destinations - number of swaps - number of simulation steps - value of exponent, using for the Power Law graph. - expected maximum of number of links for the Power Law graph with given For example: user@host$ ./main-experiment er 100 200 9 12 10 # iter spt_n spt_l sps_n sps_l 0 19 18 20 20 1 23 25 31 42 2 24 27 32 45 3 27 34 37 59 4 28 37 37 60 5 31 43 41 68 6 35 52 43 74 7 37 56 45 78 8 38 59 46 83 9 41 64 49 92 The first column of output is a step (or iteration). The second column is a number of nodes seen since the beginning when we use SPT-measures. The third --------------------- links ------------------------------------ SPT-measures. The fourth --------------------- nodes ------------------------------------ SPS-measures. The fifth --------------------- links ------------------------------------ SPS-measures.