COIN-OR::LEMON - Graph Library

Changeset 1993:2115143eceea in lemon-0.x for test


Ignore:
Timestamp:
03/01/06 14:19:28 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2596
Message:

utility, invalid and traits moved to bits

Location:
test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/max_matching_test.cc

    r1956 r1993  
    2424
    2525#include "test_tools.h"
    26 #include <lemon/invalid.h>
    2726#include <lemon/list_graph.h>
    2827#include <lemon/max_matching.h>
  • test/test_tools.h

    r1956 r1993  
    2626#include <ctime>
    2727
    28 #include <lemon/invalid.h>
    2928#include <lemon/concept_check.h>
     29#include <lemon/concept/graph.h>
    3030
    3131using namespace lemon;
Note: See TracChangeset for help on using the changeset viewer.