Changes between Initial Version and Version 32 of Ticket #5793
- Timestamp:
- Jul 21, 2009, 7:01:01 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5793
-
Property
Status
changed from
new
toreopened
-
Property
Authors
changed from
to
Nathann Cohen
- Property Cc rlm added
-
Property
Summary
changed from
[with patch, needs review] New algorithm for Max Clique in Graph class using Cython
to[with patch, positive review] New algorithm for Max Clique in Graph class using Cython
-
Property
Milestone
changed from
to
sage-3.4.2
-
Property
Reviewers
changed from
to
Robert Miller
-
Property
Status
changed from
-
Ticket #5793 – Description
initial v32 1 After the discussion that has followed the following patch : 2 http://trac.sagemath.org/sage_trac/ticket/5669 3 4 I began to re-write the same functions using Cython. There is now no need of a spkg package, and I hope it will be faster this way (and prettier) ;-) 1 This depends on #6355.