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
- Host: GitHub
- URL: https://github.com/bpawluk/cspsolver
- Owner: bpawluk
- Created: 2019-04-26T17:50:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T18:50:02.000Z (about 3 years ago)
- Last Synced: 2025-01-23T09:43:39.097Z (9 months ago)
- Language: C#
- Size: 125 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## Futoshiki
