From bdcd181458343367681530b231ba53373f5d2f2a Mon Sep 17 00:00:00 2001 From: Tim Quatmann Date: Tue, 12 May 2020 17:21:00 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be3fba38..9a1d684e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Version 1.5.x - Tests: Enabled tests for permissive schedulers - `storm-counterexamples`: fix when computing multiple counterexamples in debug mode - `storm-dft`: Renamed setting `--show-dft-stats` to `dft-statistics` and added approximation information to statistics. +- `storm-pomdp`: Implemented approximation algorithms that explore (a discritization of) the belief MDP, allowing to compute safe lower- and upper bounds for a given property. ## Version 1.5.1 (2020/03) - Jani models are now parsed using exact arithmetic.