dispatcher-a1 now functional

a1 Solver finds solutions for puzzles, dispatcher correctly distributes layers.
This commit is contained in:
Raphael Maenle
2018-01-08 18:33:30 +01:00
parent 6754873cfd
commit c0f0417d3b
3 changed files with 8 additions and 5 deletions

View File

@ -5,7 +5,7 @@ int LogEntry::randomed(0);
int main()
{
unsigned int cols=6,rows=8;
unsigned int cols=9,rows=8;
vector<LogEntry> log;
Puzzle puzzleMat(cols, rows);