dehnert
|
b2cec6395a
|
more debug output
Former-commit-id: ff8f9b5a81
|
10 years ago |
dehnert
|
8985ad77cf
|
added first debug output to track down bug
Former-commit-id: ad333216c1
|
10 years ago |
dehnert
|
be66ef2751
|
Finalized hybrid CTMC model checker.
Former-commit-id: c217e11b06
|
10 years ago |
dehnert
|
c1917ce6d9
|
Finalized hybrid DTMC model checker. It now passes its tests.
Former-commit-id: 99d79e1bc6
|
10 years ago |
dehnert
|
9d66f5128e
|
Further work on symbolic CTMC generation.
Former-commit-id: 81f2efb98c
|
10 years ago |
dehnert
|
60701cebdb
|
ADDs and BDDs are no longer mixed in the abstraction layer.
Former-commit-id: 3c31063ea6
|
10 years ago |
dehnert
|
49bed497b0
|
Fixed a model building problem. Included checking of reward properties on CTMCs and wrote tests for it.
Former-commit-id: a137bd20ac
|
10 years ago |
dehnert
|
96539f41a5
|
Fixed simplification of division: division expressions must not be simplified, because it is not (yet) clear whether integer division or floating point division is to be used.
Former-commit-id: 506798c1cd
|
10 years ago |
dehnert
|
81100c7afd
|
debugged and added more tests for prob0/1 for MDPs using BDDs
Former-commit-id: f47fb3631a
|
10 years ago |
dehnert
|
c70d93f4d3
|
Qualitative modelchecking algorithms for MDPs using BDDs. Not yet bugfixed.
Former-commit-id: 3215a38c44
|
10 years ago |
dehnert
|
1a1906f811
|
Added functional tests for DD-based and sparse computation of states with prob 0 and 1.
Former-commit-id: a62c67c657
|
10 years ago |
dehnert
|
239caf57eb
|
Added symbolic models and made DD-based model generator build the correct instances.
Former-commit-id: c054401cfd
|
10 years ago |
dehnert
|
8a906038f6
|
Added reward model generation for DD-based model builder.
Former-commit-id: 4837cf9229
|
10 years ago |
dehnert
|
7c2f60175e
|
Intermediate commit: fixed parsing bug and started reward generation (DD).
Former-commit-id: a27c815831
|
10 years ago |
dehnert
|
a1dae8849e
|
Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented.
Former-commit-id: d4e6df30b5
|
10 years ago |
dehnert
|
706ea56963
|
Now DDs are either MTBDDs or BDDs. This makes it possible to use BDDs where possible, which is faster.
Former-commit-id: 07ffb5882d
|
10 years ago |
dehnert
|
3977cafe73
|
Extended DD-based model building to also build the MDP models of our benchmark suite. Added (MDP) tests for DD-based model building and explicit model building.
Former-commit-id: 4e18f98ee6
|
10 years ago |
dehnert
|
8c1870eb54
|
Intermediate commit.
Former-commit-id: e5f251718f
|
10 years ago |
dehnert
|
0f0baf61a4
|
Made DD-based model construction work for all DTMC benchmarks we have. Included tests for both DD-based and excplicit model generation from PRISM models.
Former-commit-id: e4af6d9f8a
|
10 years ago |
dehnert
|
b3d18c2367
|
Enabled probabilities depending on source state variables.
Former-commit-id: 8c12ac975c
|
10 years ago |
dehnert
|
7d1829aefa
|
More work on DD-based model generation.
Former-commit-id: f6f37bd521
|
10 years ago |
dehnert
|
e58d38fadf
|
More work on integrating DD-based model building.
Former-commit-id: 84f5a5c603
|
10 years ago |
dehnert
|
6347e19da8
|
Intermediate commit: integrating MTBDD model generation/model checking to main tool.
Former-commit-id: a312d3a425
|
10 years ago |
dehnert
|
c3c83fbe4f
|
Fixed some compilation errors.
Former-commit-id: dc626450b8
|
10 years ago |
dehnert
|
f0b591be77
|
Further work on reintegrating parametric model checking into main executable.
Former-commit-id: be95ce2722
|
10 years ago |
dehnert
|
0a59f7a7ef
|
Fixed a bug that sometimes prevented transition rewards from being built.
Former-commit-id: afd56375ab
|
10 years ago |
dehnert
|
adc1aa1442
|
Corrected an assertion.
Former-commit-id: 54804b1599
|
10 years ago |
dehnert
|
f49d89144e
|
Fixed issue that could cause wrong models to be generated.
Former-commit-id: 8f1f9b4612
|
10 years ago |
dehnert
|
92aa2607a0
|
The labels of the models are now only built if no property was given or the given property contains the label.
Former-commit-id: d5ce5a2e1e
|
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
|
b60c5ffdc0
|
Fixed a lot of tests, improved some things here and there.
Former-commit-id: baec0a4963
|
10 years ago |
dehnert
|
01bd1fbc76
|
Model building works again for parametric systems.
Former-commit-id: d3f3e357ca
|
10 years ago |
dehnert
|
2bd0e2e377
|
Improved performance of explicit model generation a bit.
Former-commit-id: 1613435eb3
|
10 years ago |
dehnert
|
91e177028d
|
Started refactoring explicit model generator of PRISM models
Former-commit-id: 4ea82670d0
|
10 years ago |