Preference CSPs

This is an extension of CSPs that we developed in our work on crossword puzzles.

Basic idea is that we've got variables, values, and constraints, just like a CSP. However, each variable-value pair has a score, and we are trying to find the solution with maximum total score.

Examples:


next up previous
Next: Simple Example Up: OPTIMIZATION Previous: MAXSAT