-
-
Notifications
You must be signed in to change notification settings - Fork 205
Expose widest paths functions #1566
Copy link
Copy link
Open
Labels
AI 🤖For issues that can be handled by a coding agent. A scheduled workflow will look at those.For issues that can be handled by a coding agent. A scheduled workflow will look at those.expose 🏖️Make igraph/C functionality available in RMake igraph/C functionality available in R
Milestone
Metadata
Metadata
Assignees
Labels
AI 🤖For issues that can be handled by a coding agent. A scheduled workflow will look at those.For issues that can be handled by a coding agent. A scheduled workflow will look at those.expose 🏖️Make igraph/C functionality available in RMake igraph/C functionality available in R
Expose widest paths functions as
widest_paths()(mirroringshortest_paths())andwidest_path_widths()(mirroringdistances())There's a problem to solve when doing this: The
weightsparameter of the corresponding C functions is not optional. In R, it must be optional to be able to signify that weights are to be taken from attributes. A proper setup that makes this easy to do is not ready yet.