RCOMM 2012 Sudoku Challenge: 1 - Generate All Possibilities

Created: 2012-09-04 16:48:34

Process from the http://rcomm2012.org live data mining challenge. The task was to partially solve a Sudoku puzzle by solving three subtasks. Processes 1-3 in this pack are the actual solutions to the tasks, process 0 loads the required data into your repository and process 4 is the bonus that solves the entire puzzle.

This process loads the numbers 1..9 and uses two Cartesian Product operators to compute the set of all combinations x, y, v. Finally we compute the index of the 3x3 sub-field as z=ceil(x/3) + ceil(y/3) * 3 - 3. We end up with a table representing all values we could possibly insert into a Sudoku puzzle, i.e. any combination of column x, row y, and value v. The sub-field index z is implicitly defined by x and y but will help us later.

The result is saved in the table "All Possibilities" and will be used by process 2.

Note that the data set "All Possibilities" has the same format as the input data set "Sudoku Predefined" which contains the numbers that are predefined in the Sudoku puzzle.

Information Preview

Information Run

Not available


Information Workflow Components

Unavailable

Information Workflow Type

RapidMiner

Information Uploader

Information License

All versions of this Workflow are licensed under:

Information Version 1 (of 1)

Information Credits (0)

(People/Groups)

None

Information Attributions (0)

(Workflows/Files)

None

Information Tags (0)

None

Log in to add Tags

Information Shared with Groups (0)

None

Information Featured In Packs (1)

Log in to add to one of your Packs

Information Attributed By (0)

(Workflows/Files)

None

Information Favourited By (0)

No one

Information Statistics

 

Citations (0)

None


Version History

In chronological order:



Reviews Reviews (0)

No reviews yet

Be the first to review!



Comments Comments (0)

No comments yet

Log in to make a comment




Workflow Other workflows that use similar services (0)

There are no workflows in myExperiment that use similar services to this Workflow.