Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement pgr_connectedComponentsV #815

Merged

Conversation

XJTUmg
Copy link
Contributor

@XJTUmg XJTUmg commented Jun 8, 2017

  • implemented pgr_connectedComponentsV by BGL
  • created std::map (V_to_id) for mapping
  • made node number be correct
  • made component number be correct
  • sorted results
  • made n_seq number be correct
  • changed function names and variable names
  • linted the code

@XJTUmg XJTUmg merged commit 64e1763 into pgRouting:gsoc/connectComponent Jun 8, 2017
@dkastl dkastl removed the in progress label Jun 8, 2017
@XJTUmg XJTUmg changed the title [WIP]Implement pgr_connectedComponentsV Implement pgr_connectedComponentsV Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants