Skip to content

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