Map coloring is a very nice introductory problem to constraint programming. This article describes two aspects of creating a map coloring application: the problem itself, and the presentation of the solution.
Given a graph G=(V,E) with vertices V and edges E in between, what is the minimum number of colors needed such that two adjacent vertices, v1 and v2, have different colors?
One obvious application of this problem is in the construction of maps with adjacent regions that can easily be distinguished by their colors.
Read more...
Be the first to reply!
Reply
Sign up
Already have an account? Login
Please use your business or academic e-mail address to register
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.