removed comments form non working
This commit is contained in:
@ -24,7 +24,7 @@ int main()
|
||||
Puzzle puzzleMat(cols, rows);
|
||||
|
||||
//vector<vector<PuzzlePiece*>> ab1class = abstractionLayer1classify(log, p_myFirstBox,puzzleMat);
|
||||
//while(next(log, p_myFirstBox,puzzleMat));
|
||||
while(next(log, p_myFirstBox,puzzleMat));
|
||||
|
||||
puzzleMat.printPuzzle();
|
||||
}
|
||||
|
Reference in New Issue
Block a user