Constraint Satisfaction
1) Many problem in AI can be viewed as problem of constraint satisfaction in which the goal is to discover some problem state that satisfies a given set of constraints.
2) Constraint satisfaction is the process of finding a solution to a set of constraints that imposes the condition that the variable must be satisfied .
3) The techniques used in constraint satisfaction depend on the kind of constraints being considered.
4)
Example of constraint satisfaction is crypt arithmetic puzzles and many real world perceptual labeling problems.
5) Statement of Constraints :
a) Values are to be assigns to the letters from 0 to 9.
b) No two letters should have the same value.
c)If the same letter occur more than one it must be used in same digit each time.
d) The sum of digit must be accurate.
consider following cryptarithmetic problem.
Problem:
0 comments:
Post a Comment