This repository is a fork of D-Wave's original map-coloring. The contributors to this fork do not claim ownership or authorship of the original codebase. All credit for the original work belongs to D-Wave Systems and its respective contributors.
A demo on using the QDeep SDK to solve the map coloring problem. Namely, given a map, color the regions of the map such that no two regions sharing a border would share the same color.
A graph representation of the provinces of Canada. Provinces connected by edges share a border together. This is a sample output produced by this demo.
Simply run the code with
python map_coloring.pyReleased under the Apache License 2.0. See LICENSE file.
