Q258. What among the following constitutes to the incremental formulation of CSP?
✅ Correct Answer: D) All of the mentioned
Explanation: Initial state: The empty assignment ( ), in which all variables are unassigned. Successor function: A value can be assigned to any unassigned variable, provided it does not conflict with previously assigned variables. Goal test: The current assignment is complete. Path cost: A constant cost (e.g., 1) for every step.