A bit of late night work designing the little iterators.
This commit is contained in:
parent
da0b941dfd
commit
8e470df554
11 changed files with 115 additions and 235 deletions
|
@ -30,8 +30,8 @@ TEST_CASE("dijkstra algo test", "[pathing]") {
|
|||
|
||||
REQUIRE(pathing.INVARIANT());
|
||||
|
||||
matrix_dump("PATHING RESULT", pathing.$paths);
|
||||
matrix_dump("PATHING EXPECTED", expected);
|
||||
matrix::dump("PATHING RESULT", pathing.$paths);
|
||||
matrix::dump("PATHING EXPECTED", expected);
|
||||
REQUIRE(pathing.$paths == expected);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue