Added a generated labyrinth input file that provides a big win for RCR by inverting...
authorstephey <stephey>
Fri, 12 Nov 2010 06:02:22 +0000 (06:02 +0000)
committerstephey <stephey>
Fri, 12 Nov 2010 06:02:22 +0000 (06:02 +0000)
commit58a5f8bb0c5aede0fa5dc58215b99952ec85bb94
tree69ab1b710c09b89083878b1fc76de4bd352050db
parent4982d28ecb1677fcb59a72b4da5dfaa82312f00a
Added a generated labyrinth input file that provides a big win for RCR by inverting the grid dimentions so that RCR does less checks. Should be as valid as random-x512-y512-z7-n512.txt since a 512x512x7 grid can be treated as a 7x512x512 or 512x7x512 grid. Averaged running times: Single-3m:53s, ooo-41s, rcr-30s
Robust/src/Benchmarks/oooJava/labyrinth/inputs/random-x7-y512-z512-n512.txt [new file with mode: 0644]