-
Notifications
You must be signed in to change notification settings - Fork 66
Map graphs #546
Copy link
Copy link
Open
Labels
feature-requestA label for feature requestsA label for feature requestsquestionA label for issues that are really questions.A label for issues that are really questions.
Metadata
Metadata
Assignees
Labels
feature-requestA label for feature requestsA label for feature requestsquestionA label for issues that are really questions.A label for issues that are really questions.
Type
Projects
Status
In Progress
Do we have anything much to do with map graphs? We can view a map (e.g. a map of the United States) as a graph where the different regions (e.g. US states) are the vertices, and an edge lies between two vertices whenever there is a border between two states.
Most of these are planar graphs, but we can have things like the Four Corners in the US, where four states meet at a point, and this makes map graphs a superset of the planar graphs. I think the mathematical definitions don't allow exclaves (disconnected segments of regions, like Russia's Kaliningrad oblast) which tend to confuse things, but I'm not sure of that.
I don't think we have anything to do with these, but it might be nice in future, perhaps as a student project. I'd like to see:
IsMapGraph;ChromaticNumber/DigraphColoringmethods (the maximum must be 4);DotDigraph, to draw it as a map instead of a graph.and I'm sure there's other great stuff to think about.