rigraph icon indicating copy to clipboard operation
rigraph copied to clipboard

Expose widest paths functions

Open szhorvat opened this issue 1 year ago • 1 comments

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.

szhorvat avatar Oct 31 '24 18:10 szhorvat

🤖 This issue has been assigned to Copilot for automated handling.

krlmlr avatar Oct 26 '25 10:10 krlmlr