Skip to content

Expose widest paths functions #1566

@szhorvat

Description

@szhorvat

Expose widest paths functions as widest_paths() (mirroring shortest_paths())and widest_path_widths() (mirroring distances())

There's a problem to solve when doing this: The weights parameter 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.

Metadata

Metadata

Assignees

Labels

AI 🤖For issues that can be handled by a coding agent. A scheduled workflow will look at those.expose 🏖️Make igraph/C functionality available in R

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions