• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit / rustworkx / 9331728114

01 Jun 2024 04:38PM UTC coverage: 95.826% (-0.04%) from 95.868%
9331728114

push

github

web-flow
Move ancestors and descendants to rustworkx-core (#1208)

This commit adds an implementation of the ancestors and descendants
functions to the rustworkx-core crate exposing the functions to rust
users. The existing implementation in the rustworkx crate is removed and
it is updated to call the rustworkx-core functions. These new functions
will be more efficient as they're not using dijkstra's algorithm to find
a path from nodes now and instead are just doing a BFS. The
rustwork-core functions also return an iterator of nodes.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

30 of 30 new or added lines in 2 files covered. (100.0%)

8 existing lines in 2 files now uncovered.

17312 of 18066 relevant lines covered (95.83%)

1166519.93 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

85.03
/rustworkx-core/src/generators/random_graph.rs


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc