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.
 
 
 
 
dehnert a067527aa0 As pointed out by Joachim Klein, weak bisimulation does not preserve reward properties. Therefore, weak bisimulation now refines blocks with non-zero reward wrt. strong bisimulation. 8 years ago
cuda c++ code compiles again after rename 8 years ago
doc cleaned cmake list (removal of python related stuff), slightly altered doc (mainly just to improve further work on that 8 years ago
resources Merge pull request #4 from ArashPartow/master 8 years ago
src As pointed out by Joachim Klein, weak bisimulation does not preserve reward properties. Therefore, weak bisimulation now refines blocks with non-zero reward wrt. strong bisimulation. 8 years ago
util renaming packaging script 8 years ago
.gitignore no need to ignore resources/3rdparty/carl 8 years ago
.gitmodules Added cusplibrary as a git submodule. 11 years ago
CHANGELOG.md added two elements to changelog 8 years ago
CMakeLists.txt - removed deprecated option USE_CARL (now a variable). - changed behaviour of POPCNT: we usually rely on march=native which uses popcnt if available, and now can force its usuage in other situations 8 years ago
Jenkinsfile check verbose in jenkins 8 years ago
LICENSE updated license 8 years ago
README.md fix link to getting started in readme 8 years ago
StormCPackConfig.cmake fix old names in CPack config 8 years ago
install.sh Fixed some compile issues 8 years ago
storm-config.h.in We require gmp, so we can as well just set the corresponding flag to true. 8 years ago
storm-version.cpp.in reworked version detection via git/defaults if not available 8 years ago

README.md

Storm

For more instructions, check out the documentation found in Getting Started

Benchmarks

Example input files for storm can be obtained from
https://github.com/moves-rwth/storm-examples.
Running make example-files automatically obtains these files.

Further examples and benchmarks found in the following repositories:

Authors

Storm has been developed at RWTH Aachen University.

Principal developers
  • Christian Dehnert
  • Joost-Pieter Katoen
  • Sebastian Junges
  • Matthias Volk
Developers (lexicographical order)
  • Philipp Berger
  • David Korzeniewski
  • Tim Quatmann
Contributors (lexicographical order)
  • Dimitri Bohlender
  • Harold Bruintjes
  • Michael Deutschen
  • Thomas Heinemann
  • Thomas Henn
  • Tom Janson
  • Gereon Kremer
  • Sascha Vincent Kurowski
  • Manuel Sascha Weiand
  • Lukas Westhofen