Skip to content

Conversation

@j-4
Copy link
Contributor

@j-4 j-4 commented Nov 2, 2016

…vely add to parent subgraphs

Hello,
One of the invariants of an induced subgraph is:

  • If vertex u is in subgraph g, then u must be in g.parent().

This is true if you call add_vertex(g) on a subgraph to create a new vertex.
If you however choose to add a already existing global vertex to the subgraph, this addition is not propagated to the parents of this subgraph.

I assume this is a bug and fixed it.
Bug Ticket can be found here: https://svn.boost.org/trac/boost/ticket/11714
Thanks, Stefan

@j-4
Copy link
Contributor Author

j-4 commented Mar 8, 2018

Is anyone still maintaining this?
@Belcourt maybe?

@anadon
Copy link
Contributor

anadon commented Aug 31, 2018

I'm helping out with the PR backlog. Looks like you have a bugfix, test, and no new examples will be needed. This will be in the first batch of merged PR's. This is to let you know and help me prioritize PR's.

@jzmaddock jzmaddock merged commit f07d913 into boostorg:develop Oct 12, 2018
jzmaddock added a commit that referenced this pull request Oct 12, 2018
Refer to discussion in #101
Original PR was #80.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants