59 changed files with 225 additions and 145 deletions
-
23CHANGELOG.md
-
8CMakeLists.txt
-
11resources/3rdparty/CMakeLists.txt
-
2resources/cmake/stormConfig.cmake.in
-
17src/storm/builder/jit/ExplicitJitJaniModelBuilder.cpp
-
3src/storm/builder/jit/ModelComponentsBuilder.cpp
-
8src/storm/cli/cli.cpp
-
4src/storm/models/sparse/Ctmc.h
-
3src/storm/models/sparse/DeterministicModel.h
-
2src/storm/models/sparse/Dtmc.h
-
2src/storm/models/sparse/MarkovAutomaton.h
-
2src/storm/models/sparse/Mdp.h
-
4src/storm/models/sparse/Model.h
-
2src/storm/models/sparse/NondeterministicModel.h
-
2src/storm/models/sparse/StandardRewardModel.h
-
2src/storm/models/sparse/StochasticTwoPlayerGame.h
-
12src/storm/settings/Argument.cpp
-
19src/storm/settings/modules/IOSettings.cpp
-
22src/storm/settings/modules/IOSettings.h
-
2src/storm/storage/expressions/BaseExpression.h
-
3src/storm/storage/expressions/BinaryBooleanFunctionExpression.h
-
3src/storm/storage/expressions/BinaryExpression.h
-
3src/storm/storage/expressions/BinaryNumericalFunctionExpression.h
-
3src/storm/storage/expressions/BinaryRelationExpression.h
-
3src/storm/storage/expressions/BooleanLiteralExpression.h
-
2src/storm/storage/expressions/Expression.h
-
3src/storm/storage/expressions/IfThenElseExpression.h
-
3src/storm/storage/expressions/IntegerLiteralExpression.h
-
2src/storm/storage/expressions/LinearCoefficientVisitor.h
-
3src/storm/storage/expressions/RationalLiteralExpression.h
-
2src/storm/storage/expressions/UnaryBooleanFunctionExpression.h
-
2src/storm/storage/expressions/UnaryExpression.h
-
3src/storm/storage/expressions/UnaryNumericalFunctionExpression.h
-
3src/storm/storage/expressions/Variable.h
-
3src/storm/storage/expressions/VariableExpression.h
-
31src/storm/storage/jani/Automaton.cpp
-
2src/storm/storage/jani/Automaton.h
-
1src/storm/storage/jani/JSONExporter.cpp
-
29src/storm/storage/jani/Model.cpp
-
2src/storm/storage/jani/Model.h
-
2src/storm/storage/prism/Assignment.h
-
2src/storm/storage/prism/BooleanVariable.h
-
2src/storm/storage/prism/Command.h
-
2src/storm/storage/prism/Constant.h
-
2src/storm/storage/prism/Formula.h
-
2src/storm/storage/prism/InitialConstruct.h
-
2src/storm/storage/prism/IntegerVariable.h
-
2src/storm/storage/prism/Label.h
-
2src/storm/storage/prism/LocatedInformation.h
-
2src/storm/storage/prism/Module.h
-
2src/storm/storage/prism/Program.h
-
2src/storm/storage/prism/RewardModel.h
-
2src/storm/storage/prism/StateActionReward.h
-
2src/storm/storage/prism/StateReward.h
-
2src/storm/storage/prism/SystemCompositionConstruct.h
-
2src/storm/storage/prism/TransitionReward.h
-
2src/storm/storage/prism/Update.h
-
2src/storm/storage/prism/Variable.h
-
20src/storm/utility/file.h
@ -0,0 +1,23 @@ |
|||
Changelog |
|||
============== |
|||
|
|||
This changelog lists only the most important changes. Smaller (bug)fixes as well as non-mature features are not part of the changelog. |
|||
The releases of major and minor versions contain an overview of changes since the last major/minor update. |
|||
|
|||
|
|||
Version 1.0.x |
|||
------------------- |
|||
|
|||
### Version 1.0.1 (2017/4) |
|||
|
|||
- Multi-objective model checking support now fully included |
|||
- Several improvements in parameter lifting |
|||
- Several improvements in JANI parsing |
|||
- Properties can contain model variables |
|||
- Support for rational numbers/functions in decision diagrams via sylvan |
|||
- Elimination-based solvers (exact solution) for models stored as decision diagrams |
|||
- Export of version and configuration to cmake |
|||
- Improved building process |
|||
|
|||
### Version 1.0.0 (2017/3) |
|||
Start of this changelog |
Write
Preview
Loading…
Cancel
Save
Reference in new issue