Variable: mpuz-solve-when-trivial

mpuz-solve-when-trivial is a customizable variable defined in mpuz.el.gz.

Value

t

Documentation

Solve any row that can be trivially calculated from what you've found.

Source Code

;; Defined in /usr/src/emacs/lisp/play/mpuz.el.gz
(defcustom mpuz-solve-when-trivial t
  "Solve any row that can be trivially calculated from what you've found."
  :type 'boolean)