sybila / biodivine-lib-param-bn

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

[SBML] Threshold parsing #32

Open daemontus opened 2 years ago

daemontus commented 2 years ago

I don't think thresholds are interpreted correctly at the moment. The idea is that when there is a comparison with the threshold (e.g. x > th_x), then the threshold is effectively the constant declared in the input tag, not the value of x itself.