COIN-OR::LEMON - Graph Library

Changeset 766:97744b6dabf8 in lemon-1.2 for lemon/Makefile.am


Ignore:
Timestamp:
08/11/09 21:53:39 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Add HartmannOrlin? algorithm class (#179)
This algorithm is an improved version of Karp's original method,
it applies an efficient early termination scheme.
The interface is the same as Karp's and Howard's interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r765 r766  
    8484        lemon/graph_to_eps.h \
    8585        lemon/grid_graph.h \
     86        lemon/hartmann_orlin.h \
    8687        lemon/howard.h \
    8788        lemon/hypercube_graph.h \
Note: See TracChangeset for help on using the changeset viewer.