Hi Mohammad,
The problem here is the sheer size of the model file. Parsing and model
construction from that is very slow for any engine.
Seeing as the model is (presumably!) automatically generated, and very
simple in structure (one module, one variable), it would be better to
generate "explicit" files that list all the models states/transitions
instead, and import them. See here:
https://prismmodelchecker.org/manual/RunningPRISM/ExplicitModelImport
and here for the file formats:
https://prismmodelchecker.org/manual/Appendices/ExplicitModelFiles
This is still not as efficient as a normal, structured model in the
PRISM modelling language. But if this is the format of your model, then
this should be faster than what you were doing.
Best wishes,
Dave
> --
> You received this message because you are subscribed to the Google
> Groups "PRISM model checker" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
prismmodelchec...@googlegroups.com
> <mailto:
prismmodelchec...@googlegroups.com>.
> To view this discussion on the web, visit
>
https://groups.google.com/d/msgid/prismmodelchecker/8c07bda8-5fe7-43d8-a587-192a26f9f200n%40googlegroups.com
> <
https://groups.google.com/d/msgid/prismmodelchecker/8c07bda8-5fe7-43d8-a587-192a26f9f200n%40googlegroups.com?utm_medium=email&utm_source=footer>.