unfinished merge, problems with randomgenerator

random generator in class needs to return a randomized puzzlebox
This commit is contained in:
Raphael Maenle
2017-12-18 22:50:03 +01:00
parent 90e31ddba6
commit 507533531c
3 changed files with 59 additions and 35 deletions

View File

@ -18,7 +18,8 @@ public:
bool EvalueteQuality (const coor constraintCoordinate, qualityVector& qVector);
bool SetConstraintOnPosition(const coor constraintCoordinate, const AbstractionLayer_1_Properties constraint);
bool RemoveConstraintOnPosition(const coor constraintCoordinate);
bool PlaceOfPartGood(coor myCoor, uint8_t& myPart);
void shift(uint8_t& Part, int shifts);
void setEdgeZero();