created Preprocessing check if true

deactivate in header.h
This commit is contained in:
Raphael Maenle
2018-01-20 11:58:32 +01:00
parent 7a3b33455d
commit 9863c8b9e8
5 changed files with 39 additions and 12 deletions

View File

@ -55,6 +55,7 @@ public:
void shift(uint8_t& Part, int shifts);
void setEdgeZero();
int PoempelSum(uint8_t constraint);
void CreateRandomPuzzle();
qualityVector returnInBox(vector<Part>& PuzzleBox);