-
Notifications
You must be signed in to change notification settings - Fork 65
Minors #917
Copy link
Copy link
Open
Labels
difficulty: 3Label for feature requests that are probably rather hardLabel for feature requests that are probably rather hardfeature-requestA label for feature requestsA label for feature requests
Metadata
Metadata
Assignees
Labels
difficulty: 3Label for feature requests that are probably rather hardLabel for feature requests that are probably rather hardfeature-requestA label for feature requestsA label for feature requests
Type
Projects
Status
Unassigned
— Wikipedia
I believe we don't have anything about minors in the package at the moment, and this might be a nice supplement to all the other concepts of "containment" of graphs (subdigraph, embedding, induced subdigraph, mono/epi/endomorphisms) which we already support.
One early decision would be how to handle direction, which doesn't seem to be established in the literature. Then perhaps we could consider some functions such as:
IsDigraphMinor(super, sub)DigraphMinorMappings(super, sub)AllDigraphMinors(super)Could be difficult computationally?