removed printBox from Main

This commit is contained in:
Raphael Maenle 2017-12-23 10:12:16 +01:00
parent eada1bba96
commit 7c5cfc8c6b

View File

@ -12,7 +12,6 @@ int main()
puzzleMat.createRandomBox();
cout << "here" << endl;
puzzleMat.a1.printConstraintMatrix();
puzzleMat.printBox();
//vector<vector<PuzzlePiece*>> ab1class = abstractionLayer1classify(log, p_myFirstBox,puzzleMat);
while(next(log, puzzleMat.p_myBox,puzzleMat));