Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ Vertex
Class
Vertex
Graph/DirectedGraph.h:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
class DirectedGraph
15
{
16
class Vertex;
17
typedef typename std::vector<Vertex> Vertices;
18
class Edge;
19
typedef typename std::vector<Edge> Edges;
Callers
1
add_vertex
Method · 0.70
Calls
3
find
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected