COIN-OR::LEMON - Graph Library

Changeset 813:97744b6dabf8 in lemon for lemon


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.

Location:
lemon
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r812 r813  
    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.