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