COIN-OR::LEMON - Graph Library

Changeset 641:d657c71db7db in lemon for tools/dimacs-solver.cc


Ignore:
Timestamp:
04/17/09 09:58:50 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Rename max_matching.h to matching.h (#265)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/dimacs-solver.cc

    r631 r641  
    4343#include <lemon/dijkstra.h>
    4444#include <lemon/preflow.h>
    45 #include <lemon/max_matching.h>
     45#include <lemon/matching.h>
    4646
    4747using namespace lemon;
Note: See TracChangeset for help on using the changeset viewer.