From ae112a1d43ad71d44c68fc71397ac906e6f5f21b Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Fri, 13 Mar 2020 02:50:28 +0100 Subject: [PATCH] Update README description about verbosity --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d1b72e..8a0460a 100644 --- a/README.md +++ b/README.md @@ -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