From 30f7b0c744dc8390eb346ac03b45cb901d001b7d Mon Sep 17 00:00:00 2001 From: Dave Parker Date: Tue, 7 Jul 2015 08:45:04 +0000 Subject: [PATCH] Clarify that -exact is experimental (still fails various regression tests). git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@10214 bbc10eb1-c90d-0410-af57-cb519fbb1720 --- prism/CHANGELOG.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prism/CHANGELOG.txt b/prism/CHANGELOG.txt index f8e28ecb..6fd7b1e6 100644 --- a/prism/CHANGELOG.txt +++ b/prism/CHANGELOG.txt @@ -8,9 +8,9 @@ Version 4.3 (first released ???) * New model checking functionality/optimisations - lower time-bounds for properties of DTMCs/MDPs (e.g. P=? [ F>=2 "target" ]) - - arbitrary precision computation via the parametric engine (switch -exact) - expected total rewards (R[C]) implemented for DTMCs in symbolic engine - backwards reachability algorithm implemented for model checking PTAs + - exact (arbitrary precision) model checking via the parametric engine (experimental) - various LTL model checking optimisations - faster precomputation by pre-computing predecessors