Skip to content
Snippets Groups Projects

WIP: Resolve "Rework Problem::{check,print} into a recursive approach"

Files
30
+ 1
1
@@ -260,7 +260,7 @@ int main()
@@ -260,7 +260,7 @@ int main()
std::cout << std::endl;
std::cout << std::endl;
WOLF_TRACE("======== FINAL PRINT FOR INTERPRETATION =======")
WOLF_TRACE("======== FINAL PRINT FOR INTERPRETATION =======")
problem->print(4,1,1,1);
problem->print(4,0,1,0);
/*
/*
* ============= FIRST COMMENT ON THE RESULTS ==================
* ============= FIRST COMMENT ON THE RESULTS ==================
Loading