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

pgr_sequentialVertexColoring GSoC-2020 Week 4 #50

Merged

Conversation

krashish8
Copy link
Member

@krashish8 krashish8 commented Jun 22, 2020

  • Studied the corresponding boost function, and how to implement it in pgRouting.
  • Modified sequentialVertexColoring_driver.cpp to call the main function in the .hpp file.
  • Added pgr_sequentialVertexColoring.hpp file.
  • Added the boost function boost::sequential_vertex_coloring.
    • Created the necessary class wrappers for the Boost function.
    • Processed the data with the Boost function.
    • Returned the resulting set of rows
  • Fixed minor typo in the docstring of pgr_depthFirstSearch.hpp file.

@krashish8 krashish8 self-assigned this Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ashish-2020 Done by Ashish Kumar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Functionality in pgRouting: pgr_sequentialVertexColoring function
1 participant