poss: poss()

View source: R/poss.R

possR Documentation

poss()

Description

This function returns a vector of possibilities for a given empty cell

Usage

poss(x, i, j)

Arguments

x

A sudoku grid

i

The index of the row of the given cell

j

The index of the column of the given cell

Value

Vector of possibilities for the cell (i,j)

Examples

poss(x=grid_gen(46),4,7)
poss(x=grid_gen(49),3,9)

RSDK documentation built on March 18, 2022, 5:08 p.m.

Related to poss in RSDK...