sybila / biodivine-lib-param-bn

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

.aeon format rework #4

Open daemontus opened 4 years ago

daemontus commented 4 years ago

There are several problems with .aeon format right now:

Currently, there is some work in model-toolkit which might be a better starting point for a format like this, but everything there is mostly aimed at continuous/hybrid systems and written in Kotlin. However, it might actually be good to make a hybrid format for everything because we need to handle hybrid systems as well. However, there should be some kind of built-in validation for things like that (i.e. I can declare a certain file to be a boolean network and that means extra validation rules).