dehnert
|
5794bbea56
|
Made some adaptions to make parametric model checking work in the main executable.
Former-commit-id: 0f56bec3e2
|
10 years ago |
dehnert
|
f5e383722f
|
Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression.
Former-commit-id: 3d6250b393
|
10 years ago |
dehnert
|
3f44b1295f
|
started polishing pstorm a bit
Former-commit-id: bd9c2a42a7
|
10 years ago |
dehnert
|
8fa67a6158
|
Enabled output file generation.
Former-commit-id: 0e4c0598c0
|
10 years ago |
dehnert
|
40e148d9a4
|
Added overall performance measurements.
Former-commit-id: bbe4461167
|
10 years ago |
dehnert
|
6585e56768
|
Changed program header.
Former-commit-id: 37bbb6b2ff
|
10 years ago |
dehnert
|
072b7d0e1a
|
Added performance statistics for model building.
Former-commit-id: d7de4f93e3
|
10 years ago |
dehnert
|
5343ea622a
|
Fixed bug concerning conditional probabilities.
Former-commit-id: be8442deb6
|
10 years ago |
dehnert
|
f49d89144e
|
Fixed issue that could cause wrong models to be generated.
Former-commit-id: 8f1f9b4612
|
10 years ago |
dehnert
|
4952306092
|
Worked on making bisimulation decomposition a bit easier to use.
Former-commit-id: 0fe6b2af6a
|
10 years ago |
dehnert
|
9cf82bcd98
|
Added conversion from transition-based rewards to state-based rewards to enable proper treatment in bisimulation minimization
Former-commit-id: d0c31094bd
|
10 years ago |
dehnert
|
98efde80f7
|
Fixed some compile issues (and some other issues).
Former-commit-id: e07861bd92
|
10 years ago |
dehnert
|
ee7b591db1
|
Some work on cli.
Former-commit-id: c3045f48a8
|
10 years ago |
dehnert
|
ae2b950e86
|
Fixed some issue in model builder.
Former-commit-id: 12a4afd591
|
10 years ago |
dehnert
|
8a4706d9c9
|
A lot of work on model checker interfaces. In particular, the SCC elimination model checker is almost integrated.
Former-commit-id: bbf988c943
|
10 years ago |
dehnert
|
b60c5ffdc0
|
Fixed a lot of tests, improved some things here and there.
Former-commit-id: baec0a4963
|
10 years ago |
dehnert
|
2bd0e2e377
|
Improved performance of explicit model generation a bit.
Former-commit-id: 1613435eb3
|
11 years ago |
dehnert
|
91e177028d
|
Started refactoring explicit model generator of PRISM models
Former-commit-id: 4ea82670d0
|
11 years ago |
dehnert
|
6f2916d557
|
Adapted the explicit model generator to the new hash map. Surprise: doesn't work yet.
Former-commit-id: dc60f568bf
|
11 years ago |
dehnert
|
ab0caf79e8
|
Replaced action names by indices in PRISM programs.
Former-commit-id: e66820c247
|
11 years ago |
dehnert
|
ee9533e586
|
Started working on making the main executable build again.
Former-commit-id: 9aaad15b9f
|
11 years ago |
dehnert
|
5e9e7b875b
|
Proper output of MathSAT version on command line.
Former-commit-id: 2bccdc8d1a
|
11 years ago |
dehnert
|
c474920fa4
|
Started refactoring SMT solvers. Now displaying MathSAT version in CLI.
Former-commit-id: 1736a0bb6b
|
11 years ago |
dehnert
|
b787d6420a
|
Using correct carl::pow now.
Former-commit-id: 6540d6b5de
|
11 years ago |
dehnert
|
b7492d543a
|
Further work regarding rewards in parameterized models. Note: this includes some debug output.
Former-commit-id: ac65f020a5
|
11 years ago |
dehnert
|
7014d289e8
|
Fixed some issues related to bisimulation in the presence of state rewards.
Former-commit-id: 7f26a7bcf9
|
11 years ago |
svkurowski
|
287281d053
|
Enable checking MDP models from the CLI
(cherry picked from commit 30b9811512 [formerly fa0555dd74 ])
Former-commit-id: 271bda31cb
|
11 years ago |
svkurowski
|
30b9811512
|
Enable checking MDP models from the CLI
Former-commit-id: fa0555dd74
|
11 years ago |
dehnert
|
609a948495
|
Put noexcept in Macro and use deprecated throw() for MSVC to make it happy.
Former-commit-id: 3d83fefcda
|
11 years ago |
dehnert
|
79798e2cb1
|
Fixed the reward-issue even harder.
Former-commit-id: 2ca1c229e1
|
11 years ago |
dehnert
|
c4c7794069
|
Intermediate commit.
Former-commit-id: 19002ec2c1
|
11 years ago |
dehnert
|
7cd0dfe8b0
|
Fixed an issue regarding the reward model generation.
Former-commit-id: 237acf99f9
|
11 years ago |
dehnert
|
370a0ae476
|
Fixed some issues in bisimulation and added some tests.
Former-commit-id: 98801de9db
|
11 years ago |
dehnert
|
2f20abf47f
|
The user can now select on the command line which reward model of a symbolic model is to be used (as a second [optional] argument to --symbolic).
Former-commit-id: 02f998e5dd
|
11 years ago |
dehnert
|
71ceb3f34b
|
Removed some time measurements and fixed simplify functionality.
Former-commit-id: ece2b344f9
|
11 years ago |
dehnert
|
ed6f3dae9f
|
Renamed the newly added method.
Former-commit-id: 72ea9afb61
|
11 years ago |
dehnert
|
2437601a85
|
Added function to compute distances of states to some other set of states.
Former-commit-id: 2bf19c1b2d
|
11 years ago |
dehnert
|
e6904dcb21
|
Renamed bisimulation decomposition class to reflect that now also weak bisimulations can be computed.
Former-commit-id: 1a654b7110
|
11 years ago |
dehnert
|
7257bb23c3
|
Further work on weak bisimulation. Model checking can now be done from tne command line again.
Former-commit-id: 5f338260e6
|
11 years ago |
dehnert
|
56aec18a48
|
Added bisimulation settings. Further work on weak bisimulation.
Former-commit-id: c04759575a
|
11 years ago |
dehnert
|
d3fc2d8fbf
|
Fixed small but important bug in SCC decomposition that led to wrong results when using MSVC.
Former-commit-id: 07358dc2e8
|
11 years ago |
dehnert
|
13555cca4d
|
Some 'fixes' here and there.
Former-commit-id: 941cba3f85
|
11 years ago |
dehnert
|
70464128aa
|
Too tired for a message.
Former-commit-id: cfe6fc9037
|
11 years ago |
dehnert
|
6eb846da97
|
Fixed minor issue in constants comparator.
Former-commit-id: 4463bf41bc
|
11 years ago |
dehnert
|
d06c5b4a0c
|
Fixed simplify.
Former-commit-id: 85504746d7
|
11 years ago |
dehnert
|
4d20e099bf
|
Added stuff, you know?
Former-commit-id: 4895a964b8
|
11 years ago |
dehnert
|
60510d07f7
|
Fixed one parametric model. Added debug output.
Former-commit-id: 38a219ce0c
|
11 years ago |
dehnert
|
9756de998a
|
Bunch of fixes.
Former-commit-id: 44f73af955
|
11 years ago |
dehnert
|
c2abd9968f
|
Introduced constants comparator in explicit model adapter.
Former-commit-id: 88015244ed
|
11 years ago |
dehnert
|
843a1d1fdf
|
Added comparator use for checking validity of probability matrices such that only if the value is actually constant it is required to be one.
Former-commit-id: 3224422976
|
11 years ago |