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_depthFirstSearch GSoC-2020 Week 1 #39

Merged
merged 34 commits into from Jun 6, 2020

Conversation

krashish8
Copy link
Member

@krashish8 krashish8 commented Jun 1, 2020

  • Added boost functionality for undirected graphs by calling boost::undirected_dfs
  • Completed the documentation for pgr_depthFirstSearch - pgr_depthFirstSearch.rst file
  • Added docqueries for the documentation using sample data
  • Included the docqueries in the documentation file (.rst)
  • Generated documentation locally and deployed it for preview [deployed link]
  • Added extra test queries using the sample table mentioned in Issue #1348 - Usage section

Users' Documentation:

Developers' Documentation:

  1. pgrouting::functions::Pgr_depthFirstSearch()
  2. depthFirstSearch.c
  3. depthFirstSearch_driver.cpp
  4. depthFirstSearch_driver.h

@krashish8 krashish8 self-assigned this Jun 1, 2020
@krashish8 krashish8 force-pushed the pgr_depthFirstSearch branch 2 times, most recently from a7c75f8 to 11138e9 Compare June 1, 2020 15:28
@krashish8 krashish8 marked this pull request as ready for review June 5, 2020 09:00
@krashish8 krashish8 merged commit 09df650 into pgRouting:gsoc-ashish Jun 6, 2020
@krashish8 krashish8 changed the title pgr_depthFirstSearch GSoC-2020 Week [1] pgr_depthFirstSearch GSoC-2020 Week 1 Jun 10, 2020
@krashish8 krashish8 linked an issue Jul 10, 2020 that may be closed by this pull request
14 tasks
@krashish8 krashish8 added the ashish-2020 Done by Ashish Kumar label Jul 14, 2020
@krashish8 krashish8 added this to the GSoC 2020 first code period milestone Jul 14, 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_depthFirstSearch function
1 participant