sybila / biodivine-lib-param-bn

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

Allow nested calls to uninterpreted functions #52

Closed daemontus closed 7 months ago

daemontus commented 7 months ago

This PR allows nested calls to uninterpreted functions. Additionally, it greatly improves BooleanNetwork inlining mechanism. Specifically:

Nested function calls

Inlining changes

Misc changes

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (354cd36) 78.10% compared to head (7a0a299) 78.11%.

Files Patch % Lines
src/_impl_boolean_network.rs 84.38% 42 Missing :warning:
src/_impl_fn_update.rs 82.45% 20 Missing :warning:
...ymbolic_async_graph/_impl_regulation_constraint.rs 91.66% 2 Missing :warning:
src/_aeon_parser/_impl_fn_update_temp.rs 88.88% 1 Missing :warning:
src/solver_context/_impl_bn_solver_context.rs 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #52 +/- ## ======================================== Coverage 78.10% 78.11% ======================================== Files 77 67 -10 Lines 4577 4377 -200 ======================================== - Hits 3575 3419 -156 + Misses 1002 958 -44 ```

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