-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
Independent Set of Representatives #6764
Comments
This comment has been minimized.
This comment has been minimized.
comment:3
As the functions dealing with LP have not been reviewed, I prefer to rewrite the MIP class for Sage to make it easier to use. I will post a new version of the MIP patch as soon as possible, along with all the patches for functions using it. Sorry for the trouble, I'll try to make it quick ! Nathann |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:6
Just updated, everything is ready for review :-) Thanks again for your help ! Nathann |
rebased for 4.3.rc1 |
comment:7
Attachment: ISR.patch.gz
|
comment:8
This is a rather old patch. I'll update it immediately ! |
comment:9
Updated ! |
comment:10
You haven't really addressed #2. |
comment:11
(item 2 not ticket # 2) |
comment:12
This one should be better then :-) |
Attachment: trac_6764.patch.gz |
Reviewer: Robert Miller |
Author: Nathann Cohen |
Merged: sage-4.3.rc1 |
See http://groups.google.com/group/sage-devel/browse_thread/thread/9d9b09274f1eab83/79938a2139ba25d9?lnk=gst&q=isr#79938a2139ba25d9
This patch add the ISR() function for graphs. The Independent Set of Representatives is a generalisation of graph coloring and list coloring, but goes way further ! I tried to take care of the documentation, so you will find some more informations in the docstrings if you need it ! ;-)
This patch uses Linear Programming, so you will have to first install GLPK (see #6867), then the patch for numerical.MIP at #6869 ;-)
Component: graph theory
Author: Nathann Cohen
Reviewer: Robert Miller
Merged: sage-4.3.rc1
Issue created by migration from https://trac.sagemath.org/ticket/6764
The text was updated successfully, but these errors were encountered: