https://github.com/overbryd/constraint_programming_talk
https://github.com/overbryd/constraint_programming_talk
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/overbryd/constraint_programming_talk
- Owner: Overbryd
- Created: 2017-01-06T21:41:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T21:40:12.000Z (over 8 years ago)
- Last Synced: 2025-02-02T08:17:39.389Z (9 months ago)
- Language: Ruby
- Size: 2.45 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Constraint Programming Talk

Held at @[Ruby User Group Berlin](https://berlin.onruby.de/) on the 5th of January 2017.
In this repository you find the slides to the talk and the simple backtracking examples I prepared for the talk.
It also vendors the famous [**amb** implementation from Jim Weirich for Ruby Quiz 70](http://rubyquiz.com/quiz70.html).
## [Watch a recording here](https://youtu.be/TxMXCkOQc7o)
## [The slides are available at Speakerdeck](https://speakerdeck.com/overbryd/constraint-programming)
## References to help you getting started on Constraint Programming
* [A very well written introduction to CSP](http://www.math.unipd.it/~frossi/cp-school/CPschool05notes.pdf) by Roman Barták
* [An online guide to Constraint Programming](http://kti.mff.cuni.cz/~bartak/constraints/index.html) by Roman Barták
* [A very broad and interesting collection of problems solved with CSP](http://www.hakank.org/constraint_programming_blog/) by Hakan Kjellerstrand
* [Association for Constraint Programming](http://www.a4cp.org), check out their conferences and summer schools
* [Managing Restaurant Tables Using Constraint Programming](http://tidel.mie.utoronto.ca/pubs/Theses/vidotto.phd.pdf) the thesis I have read, that got me started into Constraint Programming.