hlsyounes / ymer

Probabilistic model checker
GNU General Public License v2.0
5 stars 1 forks source link

Add support for system specifications #21

Open hlsyounes opened 9 years ago

hlsyounes commented 9 years ago

PRISM system specifications can be parsed by Ymer, but are subsequently ignored. If we store the system specification in the parsed model, it should be possible to take it into account when building a compiled model, without having to change the representation of compiled models. Then we would automatically have support for system specifications in all model checking engines, since they all work off of the compiled model.