You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Completely restructured CMake build process:
Storm can now be properly installed.
Carl-storm is now automatically fetched from a predefined repository and tag. Use CMake option -DFETCHCONTENT_SOURCE_DIR_CARL=<path_to_carl> to set a local path.
Improved support for interval models, especially parsing support for Prism models with intervals and CLI support for interval models.
Support for discounted properties in DTMCs and MDPs.
Added guessing value iteration.
Support exporting schedulers for multi-objective properties.
Revised implementation of conditional probabilities for MDPs.
Added building of choice labels for Jani.
Support time limits for the Gurobi LP Solver.
Various fixes in DRN parser, BitVector, (negative) expected rewards, parsing of PDEP and for compiler warnings.