Content deleted Content added
The example source code was missing a letter. |
DomnulFelixU (talk | contribs) m →Constraint satisfaction problem: Changed "four types" to "three types" as only three types were listed. Switched out the term "assignation" for "assignment" which is much more commonly used. |
||
Line 32:
}}
* extensional constraints: constraints are defined by enumerating the set of values that would satisfy them;
* arithmetic constraints: constraints are defined by an arithmetic expression, i.e., using <math><, >, \leq, \geq, =, \neq,...</math>;
Line 39:
{{math theorem
|Definition
| An
* <math>\mathcal{X_{\mathcal{A}}} \subset \mathcal{X} </math> is a subset of variable;
* <math>\mathcal{V_{\mathcal{A}}} = \{ v_{\mathcal{A}_1}, \dots, v_{\mathcal{A}_k}\} \in \{ \mathcal{D}_{\mathcal{A}_1}, \dots, \mathcal{D}_{\mathcal{A}_k}\}</math> is the tuple of the values taken by the assigned variables.
}}
{{math theorem
|