stormpy icon indicating copy to clipboard operation
stormpy copied to clipboard

Support for has_cycle() on sparse models

Open volkm opened this issue 2 years ago • 0 comments

Checking whether a model is acyclic should be quite helpful.

Note that the current implementation first needs to find and exclude all states with self-loops, because the underlying Storm function is considering self-loops as cycles.

Thanks to @jipspel for some help.

volkm avatar Oct 19 '22 13:10 volkm