Add number of passes to benchmark output
This commit is contained in:
7
solve.h
7
solve.h
@@ -22,9 +22,10 @@
|
||||
#include "sud.h"
|
||||
|
||||
/**
|
||||
* Attempt to solve the given sudoku. Returns when no rules match for
|
||||
* an entire pass over the puzzle.
|
||||
* Attempt to solve the given sudoku. Finishes when no rules match for
|
||||
* an entire pass over the puzzle, returning the number of passes, or
|
||||
* -1 on error.
|
||||
*/
|
||||
bool solve(struct sudoku *sud);
|
||||
int solve(struct sudoku *sud);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user