sybila / biodivine-lib-param-bn

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

PBN static analysis #5

Open daemontus opened 4 years ago

daemontus commented 4 years ago

Currently, we can parse a network and check if it is correct, but we can't really handle anything more. We should be able to detect at least some basic stuff:

This is potentially related to #4, because we might need some "warning highlighting", but that is a minor thing. However, we should have some universal mechanism for reporting errors and warnings and relating them to parts of the submitted string format (maybe have a look at language servers?).