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_makeConnected GSoC 2020 Week 6 #58

Merged
merged 18 commits into from
Jul 12, 2020
Merged

Conversation

rajhim2
Copy link
Contributor

@rajhim2 rajhim2 commented Jul 6, 2020

  • Completed with coding implementation of boost Graph function pgr_makeConnected. The correct set of rows are getting returned at the ouput.
    • Modified the coding implementation of my previous function pgr_boyerMyrvold() based on my mentor's reviews during Bolsena Code Spirint.
    • Modified and added all the required files for the implementation of my function:
      • include/drivers/makeConnected/ - makeConnected.h
      • pgtap/makeConnected/- makeConnected-edge-cases.sql, makeConnected-innerQuery.sql, makeConnected-types-check.sql, no_crash_test-makeConnected.sql
      • Modified sql/makeConnected/ - CMakeLists.txt, _makeConnected.sql, makeConnected.sql
      • Modified src/makeConnected/ - CMakeLists.txt, makeConnected.c, makeConnected_driver.cpp
      • Modified the configuration.conf file in the root of the repository
    • Modified the .github/workflows/ubuntu.yml to fix the ubuntu build error.
    • Fixed all Travis CI and Appveyor warnings and errors.
    • Merged a pull request with all these changes (#58).

@rajhim2 rajhim2 merged commit ab55388 into pgRouting:edgeContract Jul 12, 2020
@rajhim2 rajhim2 added the Himanshu Done by Himanshu Raj label Jul 14, 2020
@rajhim2 rajhim2 added this to the GSoC 2020 second 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
Himanshu Done by Himanshu Raj
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant