-
-
Notifications
You must be signed in to change notification settings - Fork 391
Spanning tree new process and driver #3073
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
Merged
cvvergara
merged 31 commits into
pgRouting:develop
from
cvvergara:spanningTree-new-process-and-driver
Feb 23, 2026
+1,025
−1,834
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
3d5be64
(kruskal & prim) separating definition from implementation
cvvergara e644035
(mst) Using set instead of vector for roots
cvvergara 2507925
(depthFirstSearch) Using set instead of vector for roots
cvvergara 82b7530
(kruskal) Using set instead of vector for roots
cvvergara cab597d
(prim) Using set instead of vector for roots
cvvergara 6be89cc
(depthFirstSearch) Using set instead of vector for roots
cvvergara 67be75b
(enums) preparing enumeration for spanning tree like functions
cvvergara 2c30a91
(utilities) Preparing for spanning tree like functions
cvvergara 59a670f
(drivingDistance) adjusting namespace names
cvvergara af493dd
(breadthFirstSearch) adjusting namespace names
cvvergara 62a914d
(to postgres) adding functions to get tuples for spanning tree like f…
cvvergara d4ca7ce
New process and driver for spanning tree like functions
cvvergara e6e40d3
(build) add the spanning tree process and driver to the build
cvvergara 3b7392c
(kruskal) using the new spanning Tree process & driver
cvvergara 12a3645
(prim) using the new spanning Tree process & driver
cvvergara 1f1c4b6
(breadthFirstSearch) using the new spanning Tree process & driver
cvvergara 8256dd1
(depthFirstSearch) using the new spanning Tree process & driver
cvvergara f420f70
(driving_distance) using the new spanning Tree process & driver
cvvergara 70fcf5a
:broom: removing details not used anymore
cvvergara b047be8
:broom: removing mst_common not used anymore
cvvergara cab3eb4
:broom: removing depthFirstSearch_driver not used anymore
cvvergara 6799cf4
:broom: removing kruskal_driver not used anymore
cvvergara 87cc9db
:broom: removing driving_distance_driver not used anymore
cvvergara 32377eb
:broom: removing breadthFirstSearch_driver not used anymore
cvvergara 4629b89
:broom: removing prim_driver not used anymore
cvvergara fb95422
(build) adjusting build because of removals
cvvergara eb0dc7e
(code_checker) ignoring include order on spanning tree process
cvvergara 1247175
(spanningTree) Fixing issues from rabbit
cvvergara e02deb9
Updating Release notes and news
cvvergara 19f1894
Update locale: commit e02deb9dae
github-actions[bot] d9478fc
(prim) fix inverted edge cost calculation
cvvergara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 0 additions & 76 deletions
76
include/drivers/breadthFirstSearch/breadthFirstSearch_driver.h
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
include/drivers/driving_distance/driving_distance_driver.h
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Edit NEWS.md via the generator script, not directly.
Direct edits to
NEWS.mdwill be overwritten the next timetools/release-scripts/notes2news.plis run. The entry for#3075should be added to the script's source files instead.Based on learnings from PRs
#2970and#2868: "NEWS.md is auto-generated and manual edits would be overwritten" — the correct procedure is to update the source files consumed bynotes2news.pl.🤖 Prompt for AI Agents