Right answer is (a) True
Easy explanation: In constraint programming, a problem is described as a mathematical equation. For example, ‘a’, ‘b’, ‘c’ are three whole numbers and the sum of ‘a’ and ‘b’ must be equal to ‘c’. Here ‘a’, ‘b’, and ‘c’ are the variables. The whole number corresponds to a domain. The sum of ‘a’ and ‘b’ must be equal to ‘c’ corresponds to a constraint.