added printpuzzle fucntions

This commit is contained in:
Raphael Maenle
2017-12-22 23:27:50 +01:00
parent ae9e4633d6
commit 12574279ce
3 changed files with 16 additions and 3 deletions

View File

@ -27,6 +27,7 @@ public:
bool CreateRandomPuzzle();
qualityVector returnInBox(vector<Part>& PuzzleBox);
void printConstraintMatrix();
private:
};