Browse Source

updated changelog

tempestpy_adaptions
TimQu 7 years ago
parent
commit
cbe906605f
  1. 2
      CHANGELOG.md

2
CHANGELOG.md

@ -20,7 +20,7 @@ Version 1.0.x
- USE_POPCNT removed in favor of FORCE_POPCNT. The popcnt instruction is used if available due to march=native, unless portable is set.
Then, using FORCE_POPCNT enables the use of the SSE 4.2 instruction
- Parametric model checking is now handled in a separated library/executable called storm-pars
- Support for long-run average rewwards on Markov automata using the value-iteration based approach by Butkova et al. (TACAS 17)
- Support for long-run average rewards on MDPs and Markov automata using a value-iteration based approach
- Support for parsing/building models given in the explicit input format of IMCA.
### Version 1.0.1 (2017/4)

Loading…
Cancel
Save