igorceridorio / KenKenSolver

A KenKen problem solver implemented as a Constraint Satisfaction Problem (CSP).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KenKenSolver

University of Nebraska at Kearney. Artificial Intelligence course - Spring 2016.

A KenKen problem solver implemented as a Constraint Satisfaction Problem (CSP).

To compile the code navigate to the directory where the source files are located and type:

javac *.java

To execute the code:

java KenKenDriver
```

Examples of input files can be found inside `input_examples` folder.

About

A KenKen problem solver implemented as a Constraint Satisfaction Problem (CSP).


Languages

Language:Java 100.0%