#16083: MCQD to compute max cliques
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  ncohen                 |       Status:  needs_review
           Type:         |    Milestone:  sage-6.3
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:  graph  |    Reviewers:
  theory                 |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  a555604888f8f5fd3ab4846a379c8719ae7a7de6
  Nathann Cohen          |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  public/mcqd            |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by azi):

 I am still not able to run the code :-(

 {{{
 azi@bodysnatcher:~/sage$ sage -f mcqd
 Found local metadata for mcqd-1.0
 Found local sources at /home/azi/sage/upstream/mcqd-1.0.tar.bz2
 .......blahblah............
 Finished installing mcqd-1.0.spkg
 }}}
 and then

 {{{
 azi@bodysnatcher:~/sage$ sage
 .........blahblah............
 Done updating paths.
 sage: G = graphs.PetersenGraph()
 sage: G.clique_number(algorithm='mcqd')
 ---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call
 last)
 <ipython-input-2-99d3195b7504> in <module>()
 ----> 1 G.clique_number(algorithm='mcqd')


 ImportError: Please install the mcqd package

 }}}

 The new code looks good except for a minor question:

 Why you use  double variables for the adjacency matrix? Is there any
 benefit from allocating a n*n matrix and using a nested for loop to fill
 it?

--
Ticket URL: <http://trac.sagemath.org/ticket/16083#comment:14>
Sage <http://www.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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to