#19249: Interface with TdLib
-------------------------------------+-------------------------------------
       Reporter:  llarisch           |        Owner:
           Type:  enhancement        |       Status:  needs_info
       Priority:  minor              |    Milestone:  sage-6.10
      Component:  packages:          |   Resolution:
  experimental                       |    Merged in:
       Keywords:                     |    Reviewers:  Nathann Cohen
        Authors:                     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  f27dfd1e754b1fb7c660c4a933a1770fa571b709
  u/llarisch/interface_with_tdlib    |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by llarisch):

 The thing is that the library itself only consist of template functions,
 such that a makefile does not make sense, since external use of some
 library functions is supposed to generate the needed functions -> building
 a shared library out of the original tarball would not generate the
 necessary code. The code for the exact algorithm is generated by the call

 treedec::exact_decomposition_cutset(G, T, lb);

 with

 typedef boost::adjacency_list<boost::setS, boost::listS,
 boost::undirectedS, Vertex> TD_graph_t;

 TD_graph_t G;

 in sage_tdlib.cpp.

--
Ticket URL: <http://trac.sagemath.org/ticket/19249#comment:45>
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