-
Notifications
You must be signed in to change notification settings - Fork 430
Closed
Labels
C-feature-acceptedCategory: A feature request that has been accepted pending implementationCategory: A feature request that has been accepted pending implementationP-easyCall for participation: Experience needed to fix: Easy / not muchCall for participation: Experience needed to fix: Easy / not muchS-in-progressStatus: This issue is being worked onStatus: This issue is being worked on
Description
Summary
Add another map method taking self instead of &self.
Motivation
This helps when the node weight or edge weight is some data structure that needs to be moved to another graph.
Details
- What code needs to change? New traits? Which modules?
Add a new method (map_owned?) to Graph and StableGraph.
- Is this a new graph algorithm? Include links to papers, Wikipedia, or other
implementations of this algorithm that exist.
No.
- Are you willing to implement this yourself? Mentor someone else and help them
implement it?
I can implement it myself. Any suggestions on the method name?
RosaUlisses, itpetey and starovoid
Metadata
Metadata
Assignees
Labels
C-feature-acceptedCategory: A feature request that has been accepted pending implementationCategory: A feature request that has been accepted pending implementationP-easyCall for participation: Experience needed to fix: Easy / not muchCall for participation: Experience needed to fix: Easy / not muchS-in-progressStatus: This issue is being worked onStatus: This issue is being worked on