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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-5Lines changed: 28 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,29 @@ Changelog
4
4
This changelog lists only the most important changes. Smaller (bug)fixes as well as non-mature features are not part of the changelog.
5
5
The releases of major and minor versions contain an overview of changes since the last major/minor update.
6
6
7
+
8
+
Version 1.11.x
9
+
--------------
10
+
11
+
## Version 1.11.0 (2025/09)
12
+
13
+
- Completely restructured CMake build process:
14
+
* Storm can now be properly installed.
15
+
* 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.
16
+
- Improved support for interval models, especially parsing support for Prism models with intervals and CLI support for interval models.
17
+
- Support for discounted properties in DTMCs and MDPs.
18
+
- Added guessing value iteration.
19
+
- Support exporting schedulers for multi-objective properties.
20
+
- Revised implementation of conditional probabilities for MDPs.
21
+
- Added building of choice labels for Jani.
22
+
- Support time limits for the Gurobi LP Solver.
23
+
- Various fixes in DRN parser, BitVector, (negative) expected rewards, parsing of PDEP and for compiler warnings.
0 commit comments