aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 6aff865..bc80b49 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -34,5 +34,5 @@ main :: IO FilePath
--main = sample (arbitrary :: Gen (Circuit Input))
main = do
gen <- withSystemRandom . asGenIO $ return
- gr <- wattsStrogatzGraph gen 50 3 0.6
+ gr <- wattsStrogatzGraph gen 100 2 0.6
runGraphviz (graphToDot nonClusteredParams (graphInfoToUGr gr)) Png "output.png"