equal
deleted
inserted
replaced
15 |
15 |
16 |
16 |
17 using namespace lemon; |
17 using namespace lemon; |
18 using namespace lemon::concept; |
18 using namespace lemon::concept; |
19 |
19 |
20 typedef StaticGraph Graph; |
20 typedef SmartGraph Graph; |
21 |
21 |
22 int main() { |
22 int main() { |
23 { // checking edge_sets |
23 { // checking edge_sets |
24 checkConcept<StaticGraph, ListEdgeSet<Graph> >(); |
24 checkConcept<StaticGraph, ListEdgeSet<Graph> >(); |
25 checkConcept<UGraph, ListUEdgeSet<Graph> >(); |
25 checkConcept<UGraph, ListUEdgeSet<Graph> >(); |