Compare commits

..

1 Commits

Author SHA1 Message Date
938954d621 Log the number of dancing link updates 2021-03-03 18:18:15 -07:00

View File

@ -161,7 +161,7 @@ export class SudokuMath {
}
generate(clues: number, attempts = Infinity, totalTime = Infinity) {
const [completed, updates] = this.generateComplete();
let [completed, updates] = this.generateComplete();
const [header, dlxRows] = this.getDLXHeader(); // complete header - no candidates removed