stormpy
stormpy copied to clipboard
Python Bindings for the Probabilistic Model Checker Storm
Tools like poetry do not support setup.py CLI flags (https://github.com/python-poetry/poetry/issues/845). I would move away from using them, this is definitely related to https://github.com/moves-rwth/stormpy/issues/162.
Our functions that take paths as input currently expect strings. Should we instead allow (or even enforce) `pathlib.Path`?
Python has new guidelines for packaging that we should adhere to.
This PR merges pycarl (alongside the complete history of pycarl) into stormpy.
Dear author, I am building a stormpy model using my transition matrix. I will give a short description of the transition matrix (13 rows, each row contain a probability transition...
Fixes https://github.com/moves-rwth/stormpy/issues/210 Add general functions `get_value` and `get_values_states` which are type-independent and internally call the right Storm function.
Hi thanks for the library. I am trying to use the ```get_integer_values_states``` that was recently added to the library. I am using the master of Storm and of stormpy, since...
Requires storm update https://github.com/moves-rwth/storm/pull/629
Hi and thanks very much for the project !! Is it possible to manipulate the ADDs (MTBDDs) that I assume are used by the symbolic engine. E.g. to view them,...