-
-
Notifications
You must be signed in to change notification settings - Fork 376
[PENDING] Experimental Function - minDegreeOrdering #2963
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
base: develop
Are you sure you want to change the base?
[PENDING] Experimental Function - minDegreeOrdering #2963
Conversation
…e for pgr_minDegreeOrdering
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
|
❗️Note (WIP): This function is currently marked as Work in Progress. The Boost side implementation is not fully functional yet, so the related PR cannot be merged at this stage. Further debugging and fixes are required before moving it forward. |
robe2
left a comment
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.
You should add a note to this pull request, that it is a WIP, before the mindegree ordering logic it relies on in Boost is not working properly, and that this can be merged later once boost logic is fixed
|
Please
Eventually when the function is fixed on boost side we can prepare a new PR |
@cvvergara |
Fixes #2962.
This PR adds one new function named pgr_minDegreeOrdering to pgrouting:
pgr_minDegreeOrdering: Returns the minimum degree ordering of an undirected graphsThis is a final merge PR containing commits from several different PRs combined.
The intermediate PRs made on the GSoC-pgRouting repository are as follows:
@pgRouting/admins