Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 461 Bytes

File metadata and controls

19 lines (10 loc) · 461 Bytes

Map-Coloring

Constraint Satisfaction Problem

Run the MapColoringCode.cpp file.

Enter the number of regions you want to create in a map.

For example 17.

The code will give the solution and time taken to solve for both the algorithms- Forward checking with MRV and Hill climbing algorithm with Min-conflicts.

IS project.exe is its executable file...you can run that too!

/////////////////////////////////////////////////////////////////////////////