sybila / biodivine-lib-param-bn

Rust library for working with parametrised Boolean networks.
MIT License
2 stars 2 forks source link

Enable fully symbolic network reduction #53

Closed daemontus closed 7 months ago

daemontus commented 7 months ago

This PR should finally enable fully symbolic network reduction at the level of SymbolicAsyncGraph.

Specifically:

codecov[bot] commented 7 months ago

Codecov Report

Attention: 45 lines in your changes are missing coverage. Please review.

Comparison is base (1070fc3) 80.26% compared to head (e72e4b1) 80.04%.

Files Patch % Lines
...symbolic_async_graph/_impl_symbolic_async_graph.rs 81.06% 25 Missing :warning:
...sync_graph/_impl_symbolic_async_graph_operators.rs 66.66% 16 Missing :warning:
src/_impl_fn_update.rs 96.07% 2 Missing :warning:
src/symbolic_async_graph/_impl_symbolic_context.rs 90.90% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #53 +/- ## ========================================== - Coverage 80.26% 80.04% -0.23% ========================================== Files 71 71 Lines 4744 4800 +56 ========================================== + Hits 3808 3842 +34 - Misses 936 958 +22 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.