Skip to content

Fixed misleading comments on csp.py#1211

Open
cmaraziaris wants to merge 1 commit intoaimacode:masterfrom
cmaraziaris:master
Open

Fixed misleading comments on csp.py#1211
cmaraziaris wants to merge 1 commit intoaimacode:masterfrom
cmaraziaris:master

Conversation

@cmaraziaris
Copy link
Copy Markdown

@cmaraziaris cmaraziaris commented Dec 5, 2020

Changed AC3 comments previously suggesting that: If AC3 returns True, the CSP instance is Satisfiable.

However, that is not true in the general case, as suggested in Wikipedia and also in the textbook, under figure 6.3, suggesting that AC3 might be powerless at some specific unsatisfiable (Map Coloring) instances.

Changed AC3 comments suggesting that: **If AC3 returns True, the CSP instance is Satisfiable.**

However, that is not true in the general case, as also suggested in Wikipedia (https://en.wikipedia.org/wiki/Local_consistency#Consistency_and_satisfiability) and also in the textbook, under figure 6.3, suggesting that AC3 might be *powerless* at some specific unsatisfiable (Map Coloring) instances.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant