dispatcher-a1 now functional
a1 Solver finds solutions for puzzles, dispatcher correctly distributes layers.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user