Most recent edit on 2007-10-07 06:56:50 by MetalHead [parent action hiccups]
Deletions:
Oldest known version of this page was edited on 2007-10-07 06:56:21 by MetalHead [initial setup]
Page view:
The
constraint problem? solver is partially a reimplementation of the
ConstraintProblemSolver. It adds many more features though.
The solver is the first implementation of a constraint programming system in pure Ruby and has a feature set which is comparable to most other systems out there. It also implements a framework for real-time constraint satisfaction found nowhere else.
I've implemented it as part of my
thesis. It comes with comprehensive documentation of the theoretical fundamentals and the implementation and several examples.
You can find the solver at
it's Rubyforge project page?.
CategoryCode
CategoryRuby
CategoryThesis