COIN-OR::LEMON - Graph Library

Changeset 2462:7a096a6bf53a in lemon-0.x for lemon/Makefile.am


Ignore:
Timestamp:
08/11/07 18:34:41 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3300
Message:

Common interface for bipartite matchings
Some useful query function for push-relabel based matching

The naming should be rethink for these classes
for example: pr-ap prefix for push-relabel and augmenting path
algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r2440 r2462  
    4040        lemon/bin_heap.h \
    4141        lemon/bipartite_matching.h \
    42         lemon/bp_matching.h \
    4342        lemon/bpugraph_adaptor.h \
    4443        lemon/bucket_heap.h \
     
    104103        lemon/preflow.h \
    105104        lemon/prim.h \
     105        lemon/pr_bipartite_matching.h \
    106106        lemon/radix_heap.h \
    107107        lemon/radix_sort.h \
Note: See TracChangeset for help on using the changeset viewer.