diff --git a/Source/main.cpp b/Source/main.cpp index ff34bf7..9c1918b 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -12,7 +12,6 @@ int main() puzzleMat.createRandomBox(); cout << "here" << endl; puzzleMat.a1.printConstraintMatrix(); - puzzleMat.printBox(); //vector> ab1class = abstractionLayer1classify(log, p_myFirstBox,puzzleMat); while(next(log, puzzleMat.p_myBox,puzzleMat));