Navigation Menu

Skip to content

Commit

Permalink
Larger optional test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
heatherleaf committed Jan 6, 2018
1 parent a4e5928 commit d4efadf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AStarTestCases.ts
Expand Up @@ -118,3 +118,8 @@ testCases.push(doubleTest(testCases[testCases.length-1]));
// size: 704 x 704
testCases.push(doubleTest(testCases[testCases.length-1]));

// size: 1408 x 1408
// testCases.push(doubleTest(testCases[testCases.length-1]));

// size: 2816 x 2816
// testCases.push(doubleTest(testCases[testCases.length-1]));

0 comments on commit d4efadf

Please sign in to comment.