removed printBox from Main
This commit is contained in:
parent
eada1bba96
commit
7c5cfc8c6b
@ -12,7 +12,6 @@ int main()
|
|||||||
puzzleMat.createRandomBox();
|
puzzleMat.createRandomBox();
|
||||||
cout << "here" << endl;
|
cout << "here" << endl;
|
||||||
puzzleMat.a1.printConstraintMatrix();
|
puzzleMat.a1.printConstraintMatrix();
|
||||||
puzzleMat.printBox();
|
|
||||||
|
|
||||||
//vector<vector<PuzzlePiece*>> ab1class = abstractionLayer1classify(log, p_myFirstBox,puzzleMat);
|
//vector<vector<PuzzlePiece*>> ab1class = abstractionLayer1classify(log, p_myFirstBox,puzzleMat);
|
||||||
while(next(log, puzzleMat.p_myBox,puzzleMat));
|
while(next(log, puzzleMat.p_myBox,puzzleMat));
|
||||||
|
Loading…
Reference in New Issue
Block a user