diff --git a/data/README b/data/README index 274c80c3a7c40d40e65e5843f3ee76c45813c69b..ffa5d1bf2183f8678804c4f05eb5f6b25a0a7cea 100644 --- a/data/README +++ b/data/README @@ -3,7 +3,7 @@ Contents of each file graphdata_exponent_mixN.m output: {{n,tau},avgTriangles} n from 200 to 2000 with step 200 - degreeSamples = 500 + 1000 for mix1 and 1000 for mix4,mix8 + degreeSamples = (500 + 1000) for mix1 and 1000 for mix4,mix8, 2000 for mix16 initial ErdosGallai mixingTime = N * (32.0f - 26.0f*(tau - 2.0f)) * n measurements = 50 @@ -21,6 +21,9 @@ graphdata_initialtris.m graphdata_initialtris2.m same as above but simulation was stopped during (n,tau)=(1400,2.6) +graphdata_initialtris3.m + same as above but simulation was not stopped. n from 200 to 2000 + graphdata_gcm_partial.m ?? output: {{n,tau},triangleseq,ds, {...??...} }