From 7c5cfc8c6bdb82ba654a5e442e36c7de25ea7e9c Mon Sep 17 00:00:00 2001 From: Raphael Maenle <17550607+g-spacewhale@users.noreply.github.com> Date: Sat, 23 Dec 2017 10:12:16 +0100 Subject: [PATCH] removed printBox from Main --- Source/main.cpp | 1 - 1 file changed, 1 deletion(-) 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));