52 checkGraphOutEdgeList(G,n,3); |
52 checkGraphOutEdgeList(G,n,3); |
53 } |
53 } |
54 } |
54 } |
55 |
55 |
56 //Compile Graph |
56 //Compile Graph |
57 template void lemon::checkCompileStaticSymGraph<skeleton::StaticSymGraph> |
57 template void lemon::checkCompileStaticSymGraph<concept::StaticSymGraph> |
58 (skeleton::StaticSymGraph &); |
58 (concept::StaticSymGraph &); |
59 |
59 |
60 template void lemon::checkCompileSymGraph<skeleton::ExtendableSymGraph> |
60 template void lemon::checkCompileSymGraph<concept::ExtendableSymGraph> |
61 (skeleton::ExtendableSymGraph &); |
61 (concept::ExtendableSymGraph &); |
62 |
62 |
63 template void lemon::checkCompileErasableSymGraph<skeleton::ErasableSymGraph> |
63 template void lemon::checkCompileErasableSymGraph<concept::ErasableSymGraph> |
64 (skeleton::ErasableSymGraph &); |
64 (concept::ErasableSymGraph &); |
65 |
65 |
66 |
66 |
67 //Compile SymSmartGraph |
67 //Compile SymSmartGraph |
68 template void lemon::checkCompileSymGraph<SymSmartGraph>(SymSmartGraph &); |
68 template void lemon::checkCompileSymGraph<SymSmartGraph>(SymSmartGraph &); |
69 template |
69 template |
70 void lemon::skeleton::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &); |
70 void lemon::concept::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &); |
71 |
71 |
72 //Compile SymListGraph |
72 //Compile SymListGraph |
73 template void lemon::checkCompileSymGraph<SymListGraph>(SymListGraph &); |
73 template void lemon::checkCompileSymGraph<SymListGraph>(SymListGraph &); |
74 template void lemon::checkCompileErasableSymGraph<SymListGraph>(SymListGraph &); |
74 template void lemon::checkCompileErasableSymGraph<SymListGraph>(SymListGraph &); |
75 template |
75 template |
76 void lemon::skeleton::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &); |
76 void lemon::concept::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &); |
77 |
77 |
78 int main() |
78 int main() |
79 { |
79 { |
80 { |
80 { |
81 SymSmartGraph G; |
81 SymSmartGraph G; |