https://github.com/fieg/csp
Constraint Satisfaction Problem algorithm in PHP
https://github.com/fieg/csp
constraint-satisfaction-problem csp machine-learning php
Last synced: about 2 months ago
JSON representation
Constraint Satisfaction Problem algorithm in PHP
- Host: GitHub
- URL: https://github.com/fieg/csp
- Owner: fieg
- Created: 2014-06-02T19:37:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-02T21:29:55.000Z (over 11 years ago)
- Last Synced: 2025-07-24T17:05:57.416Z (5 months ago)
- Topics: constraint-satisfaction-problem, csp, machine-learning, php
- Language: PHP
- Homepage:
- Size: 129 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Constraint Satisfaction Problem
===============================
Implementation of a Constraint Satisfaction Problem algorithm in PHP.