| 316 | |
| 317 | template <typename G> |
| 318 | std::pair<typename ContigGraph<G>::edge_iterator, |
| 319 | typename ContigGraph<G>::edge_iterator> |
| 320 | edges(const ContigGraph<G>& g) |
| 321 | { |
| 322 | return g.edges(); |
| 323 | } |
| 324 | |
| 325 | // AdjacencyMatrix |
| 326 |
no test coverage detected