Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.13k stars 154 forks source link

Create simple_paths_generator_with_score.rs #1284

Open ranjana-mishra opened 2 months ago

ranjana-mishra commented 2 months ago

It uses Dijkstra Algo to generate all possible paths , by deleting one edge at a time, and gives the paths with their score. Related to https://github.com/Qiskit/rustworkx/issues/671

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

ranjana-mishra commented 2 months ago

@mtreinish can you review the PR and suggest how we move forward.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 11030598879

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 10928052046: 0.0%
Covered Lines: 17999
Relevant Lines: 18785

💛 - Coveralls