-
Notifications
You must be signed in to change notification settings - Fork 193
Closed
Labels
rustworkx-coreIssues tracking adding functionality to rustworkx-coreIssues tracking adding functionality to rustworkx-core
Description
The dag longest path family of functions:
dag_longest_path
dag_longest_path_length
dag_weighted_longest_path
dag_weighted_longest_path_length
Are all built using the following rust module:
and are only exposed via the Python interface currently. We should move these to rustworkx-core so that Rust users can take advantage of them. Realistically probably adding the longest_path
module is sufficient as the pyfunctions
currently exposed are just an interface layer for Python and don't any extra value for rust consumers.
Metadata
Metadata
Assignees
Labels
rustworkx-coreIssues tracking adding functionality to rustworkx-coreIssues tracking adding functionality to rustworkx-core