Opened 12 years ago
Closed 12 years ago
#4292 closed Feature Requests (invalid)
Planar graph coloring algorithm
| Reported by: | Mike Douglass | Owned by: | Jeremiah Willcock |
|---|---|---|---|
| Milestone: | Boost 1.43.0 | Component: | graph |
| Version: | Boost 1.42.0 | Severity: | Not Applicable |
| Keywords: | Planar coloring algorithm | Cc: | jewillco@… |
Description
A simple alternating chain algorithm for four coloring planar graphs. The algorithm is based on an ordering principal.
Attachments (4)
Change History (6)
by , 12 years ago
| Attachment: | article.pdf added |
|---|
comment:1 by , 12 years ago
| Component: | None → graph |
|---|---|
| Owner: | set to |
comment:2 by , 12 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Although I appreciate the algorithm submission, it would take a lot of work to make this code generic to the level required to add it to Boost.Graph. I can provide guidance if you wish to do that, though.
Note:
See TracTickets
for help on using tickets.

Explanation of the algorithm