PROLOG CODING please help!!
Posted: Thu Jul 14, 2022 2:18 pm
PROLOG CODING please help!!
5-The following picture shows Utah County map. Write a prolog program to find all acceptable coloring of map such that connected buildings have different colors. If two buildings are connected indirectly, the can have a same colors. For example, IRON and Braver should have different colors, while Beaver and Kane could have the same color. Please note that your program should color the map using minimum number of colors.
5-The following picture shows Utah County map. Write a prolog program to find all acceptable coloring of map such that connected buildings have different colors. If two buildings are connected indirectly, the can have a same colors. For example, IRON and Braver should have different colors, while Beaver and Kane could have the same color. Please note that your program should color the map using minimum number of colors.