dispatcher funktioniert halb, es fehlt noch 'setflag' und average quality calculation

This commit is contained in:
Raphael Maenle
2018-01-07 14:16:57 +01:00
parent 882737bd30
commit fc9743a77a
5 changed files with 89 additions and 93 deletions

View File

@ -18,7 +18,7 @@ int main()
//puzzleMat.createRandomBox();
puzzleMat.a1.printConstraintMatrix();
while(next(log, puzzleMat.p_myBox,puzzleMat));
while(next(log, puzzleMat));
puzzleMat.printPuzzle();
return 0;