Compare commits

..

1 Commits

Author SHA1 Message Date
e8f9c2f15d Log the number of dancing link updates 2021-03-03 18:17:41 -07:00

View File

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