#5793: [with patch, needs work] New algorithm for Max Clique in Graph class
using
Cython
--------------------------+-------------------------------------------------
Reporter: ncohen | Owner: rlm
Type: enhancement | Status: reopened
Priority: minor | Milestone: sage-4.1.1
Component: graph theory | Resolution:
Keywords: | Reviewer:
Author: | Merged:
--------------------------+-------------------------------------------------
Comment(by ncohen):
it does not come from cliquer itself, which is a relief. I ran cliquer on
the command lineand on this file :
p edges 4 5
e 1 2
e 1 3
e 1 4
e 2 3
e 2 4
~/cliquer-1.2$ ./cl example
Reading graph from example...OK
Searching for a single maximum weight clique...
2/4 (max 2) 0.00 s (0.00 s/round)
3/4 (max 3) 0.00 s (0.00 s/round)
4/4 (max 3) 0.00 s (0.00 s/round)
size=3, weight=3: 1 2 4
~/cliquer-1.2$
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5793#comment:20>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---