#17712: Adds memoization to the branch and bound for vertex separation
---------------------------------+------------------------
       Reporter:  dcoudert       |        Owner:
           Type:  enhancement    |       Status:  new
       Priority:  minor          |    Milestone:  sage-6.5
      Component:  graph theory   |   Resolution:
       Keywords:                 |    Merged in:
        Authors:  David Coudert  |    Reviewers:
Report Upstream:  N/A            |  Work issues:
         Branch:  public/17112   |       Commit:
   Dependencies:  #17711         |     Stopgaps:
---------------------------------+------------------------
Changes (by dcoudert):

 * dependencies:   => #17711
 * branch:   => public/17112


Old description:

> This patch adds to the branch and bound algorithm for the vertex
> separation (#17647) a memoization tool for storing prefixes as proposed
> in [CMN14]. This can significantly speed up the computation time.
>

> Reference:
> [CMN14] D. Coudert, D. Mazauric, N. Nisse. *Experimental Evaluation of a
> Branch and Bound Algorithm for computing Pathwidth*. In SEA'13, LNCS vol.
> 8504, pp.46-58, 2014.

New description:

 This patch adds to the branch and bound algorithm for the vertex
 separation (#17647) a kind of memoization tool for storing prefixes as
 proposed in [CMN14]. This can significantly reduce the number of nodes of
 the branch-and-bound tree to consider.


 Reference:
 [CMN14] D. Coudert, D. Mazauric, N. Nisse. *Experimental Evaluation of a
 Branch and Bound Algorithm for computing Pathwidth*. In SEA'13, LNCS vol.
 8504, pp.46-58, 2014.

--

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