sybila / biodivine-lib-param-bn

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

Don't use `<true/>` and `<false/>` tags in MathML #23

Closed daemontus closed 2 years ago

daemontus commented 3 years ago

Currently, the SBML export may include <true> and <false> tags, which are not valid MathML (I think?). At least they are not supported by (our) parser -- oops.

daemontus commented 3 years ago

Partially addressed in 383bc1838442ddaadfde856ae5dd805e5a03767e, but it needs to be handled better for update functions with explicit constants.

daemontus commented 2 years ago

It seems that constants are indeed supported by MathML (and SBML as well). This is also fixed in the parser now using ca0ba4b9c1dc89d128f674792fb681a0255a0f1d.