-
-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orientation of a graph with minimized out-degree #7528
Comments
This comment has been minimized.
This comment has been minimized.
nathanncohen
mannequin
changed the title
Orientation of a graph with bounded out-degree
Orientation of a graph with minimized out-degree
Dec 5, 2009
comment:3
I'm ready to give this a positive review, except there is a conflict:
Should "the minimum outdegree" be "the smallest possible maximum outdegree", or something similar? |
comment:4
Attachment: trac_7528.patch.gz Indeed ! ( corrected ) |
Reviewer: Robert Miller |
Author: Nathann Cohen |
Merged: sage-4.3.rc1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The function minimum_outdegree_orientation() returns a DiGraph which is an orientation of the current graph, such that the maximum out-degree is minimized.
Uses LP !
Nathann
Component: graph theory
Author: Nathann Cohen
Reviewer: Robert Miller
Merged: sage-4.3.rc1
Issue created by migration from https://trac.sagemath.org/ticket/7528
The text was updated successfully, but these errors were encountered: