fluentverification / stamina-storm

STAMINA - the STochiastic Approximate Model-checker for INfinite-state Analysis, integrated with the Storm model checking engine.
https://staminachecker.org
GNU General Public License v3.0
5 stars 2 forks source link

Native expression modification in STORM API rather than string-based property modification #13

Closed ifndefJOSH closed 1 year ago

ifndefJOSH commented 2 years ago

Rather than using the ModelModify class to change property modification, we could use something within storm::logic::Formula or storm::*::Expression. This was originally written in a (somewhat buried) commit, but was not used because there were some issues with passing that expression into the model checker. If we were able to get this to work, it would present these benefits:

This is marked as "enhancement" as it does not affect the results of STAMINA/STORM

ifndefJOSH commented 1 year ago

This is being worked on in #41