Subject: [Boost-users] Boost graph add vertex
From: Damian (dmonarch_at_[hidden])
Date: 2009-01-13 21:23:58


Just as in add_edge(1,2,graph) you get to choose the numbers which represent
the vertex is it possible to do the same with add_vertex where i actually
choose the vertex number. I guess the syntax might be like
add_vertex(3,graph)

Cheers

Damian