You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sebastian Junges 52b88c3710 A new example showing that one can change the analysis method 5 years ago
cmake Use find_library to search for storm libs 6 years ago
doc A new example showing that one can change the analysis method 5 years ago
examples A new example showing that one can change the analysis method 5 years ago
lib/stormpy generic parse_properties for simpler code 5 years ago
resources/pybind11 Modified pybind support for C++17 to fix issues with Xcode 11 5 years ago
setup Extended setup.py script similar to pycarl one 7 years ago
src Environment extended to select the model checking algorithm for Markov chains 5 years ago
tests Bindings for InstantiationModelchecker with RationalNumber 5 years ago
travis Travis: fix directories 5 years ago
.gitignore Updated gitignore 7 years ago
.travis.yml Bump required Storm version 5 years ago
CHANGELOG.md updated changelog 5 years ago
CMakeLists.txt updated based on changes in storm 6 years ago
MANIFEST.in Updated setup.py 7 years ago
README.md Small updated in README 7 years ago
setup.cfg Extended setup.py script similar to pycarl one 7 years ago
setup.py Bump required Storm version 5 years ago

README.md

Stormpy - Python bindings for Storm

Build Status

Python bindings for Storm, created using PyBind11.

For more information, please check the documentation.

Dependencies

Stormpy depends on pycarl.

Authors

  • Sebastian Junges
  • Matthias Volk