Qiskit / rustworkx

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

compute maximum bisimulation using Paige-Tarjan's Algorithm #1089

Closed sander-hergarten closed 2 months ago

sander-hergarten commented 7 months ago

regarding #1075

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

sander-hergarten commented 7 months ago

i had some trouble running tox -edocs on my machine. Please let me know if there are any issues with the documentation or release notes

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 9621638477

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/bisimulation.rs 294 296 99.32%
src/iterators.rs 0 10 0.0%
<!-- Total: 297 309 96.12% -->
Totals Coverage Status
Change from base Build 9620550342: 0.005%
Covered Lines: 17886
Relevant Lines: 18657

💛 - Coveralls
sander-hergarten commented 7 months ago

As a heads up, when reading "Three Partition Refinement Algorithms", I renamed a lot of the variables.