Skip to content

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

@erikzenker

Description

@erikzenker

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions