COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
05/11/04 21:50:21 (21 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@800
Message:

docs, max_flow improvments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/max_bipartite_matching.h

    r613 r615  
    22#ifndef HUGO_MAX_BIPARTITE_MATCHING_H
    33#define HUGO_MAX_BIPARTITE_MATCHING_H
     4
     5/// \ingroup galgs
     6/// \file
     7/// \brief Maximum bipartite matchings, b-matchings and
     8/// capacitated b-matchings.
     9///
     10/// This file contains a class for bipartite maximum matching, b-matchings
     11/// and capacitated b-matching computations.
     12///
     13// /// \author Marton Makai
    414
    515//#include <for_each_macros.h>
Note: See TracChangeset for help on using the changeset viewer.