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
|
@ -48,8 +48,8 @@ TEST_CASE("dijkstra algo test", "[map]") {
|
|||
|
||||
if(paths != expected) {
|
||||
println("ERROR! ------");
|
||||
matrix_dump("EXPECTED", expected);
|
||||
matrix_dump("RESULT", paths);
|
||||
matrix::dump("EXPECTED", expected);
|
||||
matrix::dump("RESULT", paths);
|
||||
}
|
||||
|
||||
REQUIRE(map.INVARIANT());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue