
23 May
2007
23 May
'07
10:50 p.m.
I am a new user of boost::graph. It appears from my experimentation with it that bgl requires a dense index set for the vertices. In other words, if the vertices have indexes 5, 7, 8 then the graph automatically pads indices from 0 to 8. Is this required, or may the vertex index set be arbitrary? Thanks for any feedback, James