Removed the variable limit setting since it's never used and instead just have WALL_PATH_LIMIT.
This commit is contained in:
parent
9abb39a3bf
commit
eb0ca38e30
19 changed files with 50 additions and 58 deletions
|
@ -39,7 +39,6 @@ TEST_CASE("dijkstra algo test", "[map]") {
|
|||
Matrix walls = test["walls"];
|
||||
Map map(input.size(), input[0].size());
|
||||
map.$walls = walls;
|
||||
map.$limit = test["limit"];
|
||||
map.$paths.$input = input;
|
||||
|
||||
REQUIRE(map.INVARIANT());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue