ComputationalRadiationPhysics / graybat

Graph Approach for Highly Generic Communication Schemes Based on Adaptive Topologies :satellite:
Other
8 stars 4 forks source link

use add_vertex for Vertices which are not connected to the graph #72

Open erikzenker opened 8 years ago

erikzenker commented 8 years ago

The constructor of BGL does only add edges to the graph assuming that all vertices are connected somehow to some global graph. But this can not be assumed!

Use add_vertex(v, g) which is documented here for all vertices provided in the graph description.