An open API service indexing awesome lists of open source software.

https://github.com/bpawluk/cspsolver

.NET Core app solving Constraint Satisfaction Problems
https://github.com/bpawluk/cspsolver

Last synced: 7 months ago
JSON representation

.NET Core app solving Constraint Satisfaction Problems

Awesome Lists containing this project

README

          

# cspsolver
Simple app for solving Constraint Satisfaction Problems using backtracking and forward checking methods.

## Example program output for two logic games:

## Skyscrapers

![Sky](https://github.com/bpawluk/cspsolver/blob/master/sky64.PNG?raw=true)

## Futoshiki

![Futo](https://github.com/bpawluk/cspsolver/blob/master/futo71.PNG?raw=true)