Get_Sudoku_I | R Documentation |
To obtain complete as well as incomplete Sudoku designs for an even number one can use this function. The generated designs are a new series of Sudoku designs.
Get_Sudoku_I(v, type = "complete")
v |
Please enter an number, v |
type |
Please choose type as "complete" or "incomplete". Default is "complete". |
For a given v, this function will provide the Sudoku design and its parameters, Region matrix, C matrix, eigenvalues (EVs) and canonical efficiency factor (CEF).
library(SudokuDesigns)
Get_Sudoku_I(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.