Description Usage Arguments Value
Takes as input the sudokuPuzzle
object and a solution produced from
the logic1
function
1 | upPuz(puzList, solution)
|
puzList |
a |
solution |
this is a vector of three numerics which are the index of the solution found |
This function takes a sudokuPuzzle object and a solution produced
from logic1
and updates the 9x9 puzzle matrix with the corresponding
solution and places the correct TRUE/FALSE
values in the
corresponding places in the 9x9x9 logical array
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.