Skip to content

Commit 6d1d31f

Browse files
committed
Graph
1 parent e5657f3 commit 6d1d31f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

scripts/data/create_graphs_ganak.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def get_dirs(ver : str):
474474

475475
# fixed bugs related to ccnr backbone, and using purely CMS for very small-indep size (and no puura for <10)
476476
# this WAS the best
477-
"out-ganak-mc2324-14195954-0",
477+
# "out-ganak-mc2324-14195954-0",
478478

479479
# complex numbers from Mei
480480
# "out-ganak-gpmc-mei-14294765-", # gpmc
@@ -484,13 +484,12 @@ def get_dirs(ver : str):
484484
# blocking
485485
# "out-ganak-mccomp2324-14299825",
486486
"out-ganak-mccomp2324-14309534-0", # this IS the current best
487-
# "out-ganak-mccomp2324-14309534-1",
487+
# "out-ganak-mccomp2324-14309534-1", # messed up
488+
"out-ganak-mccomp2324-14321462-" # let's try blocking without messing it up
488489
]
489-
# only_dirs = ["out-ganak-6828273"] #-- functional synth
490-
#"6393432", "6393432", "6349002",, "6349002", "6387743" "6356951"] #, "out-ganak-6318929.pbs101-4", "out-ganak-6328707.pbs101-7", "out-ganak-6318929.pbs101-7"] #,"6348728" "6346880", "6335522", "6328982", "6328707"]
491-
# "6349002",
490+
# only_dirs = ["out-ganak-6828273"]
492491
# only_dirs = ["6606250"]
493-
# not_calls = ["--nvarscutoffcache 20", "--nvarscutoffcache 30", "--nvarscutoffcache 40", "--nvarscutoffcache 1", "--nvarscutoffcache 2", "--nvarscutoffcache 3"]
492+
# not_calls = ["--nvarscutoffcache 20", "--nvarscutoffcache 3"]
494493
# not_calls = ["--satsolver 0"]
495494
not_versions = []
496495
# only_calls = ["track3"] #
@@ -661,7 +660,7 @@ def get_dirs(ver : str):
661660
f.write("set ylabel \"Instances counted\"\n")
662661
f.write("set xlabel \"Time (s)\"\n")
663662
# f.write("plot [:][10:]\\\n")
664-
f.write("plot [:][:]\\\n")
663+
f.write("plot [:][900:]\\\n")
665664
i = 0
666665
# f.write(" \"runkcbox-prearjun.csv.gnuplotdata\" u 2:1 with linespoints title \"KCBox\",\\\n")
667666
# f.write(" \"runsharptd-prearjun.csv.gnuplotdata\" u 2:1 with linespoints title \"SharptTD\",\\\n")

0 commit comments

Comments
 (0)