Skip to content

Commit

Permalink
Storm version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Dec 13, 2019
1 parent b1bb787 commit cf83375
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The releases of major and minor versions contain an overview of changes since th
Version 1.4.x
-------------

### Version 1.4.1 (under development)
- Implemented Long run average computation for DTMCs/CTMCs via value iteration and via gain/bias equations.
### Version 1.4.1 (2019/12)
- Implemented long run average (LRA) computation for DTMCs/CTMCs via value iteration and via gain/bias equations.
- Added several LRA related settings in a new settings module. Note that `--minmax:lramethod` has been replaced by `--lra:nondetmethod`.

### Version 1.4.0 (2019/11)
Expand Down Expand Up @@ -45,6 +45,7 @@ Version 1.4.x
- Fixed compilation for macOS Mojave and higher.
- Several bug fixes.


Version 1.3.x
-------------

Expand Down Expand Up @@ -80,6 +81,7 @@ Version 1.3.x
- `storm-gspn` improved
- Sound value iteration


Version 1.2.x
-------------

Expand Down
2 changes: 1 addition & 1 deletion version.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(STORM_VERSION_MAJOR 1)
set(STORM_VERSION_MINOR 4)
set(STORM_VERSION_PATCH 0)
set(STORM_VERSION_PATCH 1)

0 comments on commit cf83375

Please sign in to comment.