sybila / biodivine-lib-param-bn

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

Decide how to deal with projected iteration and functions #44

Open daemontus opened 1 year ago

daemontus commented 1 year ago

At the moment, projected iteration iterates over all distinct function tables for a specific set of uninterpreted functions. However, often these yield the same update function. This is confusing, because the same function can then appear in the list multiple times, often with different syntax. It would be better to somehow "normalize" this to only list unique functions. But this could in fact be a hard problem.