MCPcopy Create free account
hub / github.com/BirolLab/abyss / AllowParallelEdges

Class AllowParallelEdges

Scaffold/junction.cc:127–133  ·  view source on GitHub ↗

Allow parallel edges. */

Source from the content-addressed store, hash-verified

125
126/** Allow parallel edges. */
127struct AllowParallelEdges {
128 template <typename EP>
129 EP operator()(const EP& a, const EP&) const
130 {
131 return a;
132 }
133};
134
135/** Read a graph from the specified file. */
136static void readGraph(const string& path, Graph& g)

Callers 1

readGraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected