Haskell Quiz/Constraint Processing

From HaskellWiki
< Haskell Quiz
Revision as of 10:33, 19 December 2006 by JohannesAhlmann (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Constraint Processing (#70)

For this quiz the goal is to make a constraint processing library for ruby. A Constraint Satisfaction Problem consists of variables, domains for each variable, and constraints among the variables.

Problem

Solutions