Update README description about verbosity

This commit is contained in:
Gabriel Tofvesson 2020-03-13 02:50:28 +01:00
parent 4d6d92d0df
commit ae112a1d43

View File

@ -50,7 +50,9 @@ optimization, simply add `-DOPTIMIZE` to your compiler flags.
## Live status output
If you would like to get a live status output of speculative value placement,
include the `-v` for verbose-mode solving (or `-vv` for more verbosity) when
running the sudoku program.
running the sudoku program. **Please note:** Most boards will be solved in a
matter of milliseconds (at most) on modern machines, so these verbosity options
are really only useful on much slower devices.
## TODO