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_binaryBreadthFirstSearch GSOC-2019 week 5 #15

Merged
merged 7 commits into from
Jun 30, 2019

Conversation

vicennial
Copy link
Contributor

@vicennial vicennial commented Jun 28, 2019

  • Added SQL files that contain the function signature for One-to-One, One-to-Many, Many-to-One, Many-to-Many type queries as well as the signature for the internal version of the function.
  • Added function C file which accepts the data from Postgres, sets up input/output arrays, calls a function to begin the algorithm, extracts the results and returns it.
  • Added function C++ driver file. This file contains the algorithm to process the input data. In the current state, the function will simply return an empty set without processing any of the input data.
  • Added InnerQuery pgTap test.
  • Added Documentation queries and their (dummy)results. The results would be updated later once the actual algorithm has been implemented.
  • Added the function signatures to pgrouting--3.0.0.sig .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant