Sebastian Junges
|
598dd85972
|
SymbolicModel: getDeadlockStates
|
8 years ago |
Sebastian Junges
|
0ead111dea
|
SymbolicModel: getLabels
|
8 years ago |
Sebastian Junges
|
e847d71e13
|
SymbolicModel: getRewardModels.
|
8 years ago |
dehnert
|
a7e9c5819f
|
removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking
|
8 years ago |
dehnert
|
bf5018b858
|
post-merge fixes
|
8 years ago |
Sebastian Junges
|
d246517757
|
removed src prefix in all includes
|
9 years ago |
Sebastian Junges
|
e1d201c85e
|
c++ code compiles again after rename
|
9 years ago |
Sebastian Junges
|
3a7ee7867b
|
rename files (does not compile)
|
9 years ago |
dehnert
|
29f0f66689
|
reworked getUniqueRewardModel a little
Former-commit-id: b0a3677c1a [formerly a2124b3363 ]
Former-commit-id: c76a56a168
|
9 years ago |
dehnert
|
f45b7f9171
|
fixed some bugs and started on quantitative refinement
Former-commit-id: 31259ad299
|
9 years ago |
PBerger
|
4fff7b39ef
|
Added template instanziation for storm::RationalFunction.
Added a test for Prism AbstractPrograms with storm::RationalFunction.
Former-commit-id: 5a696149cb
|
9 years ago |
dehnert
|
4f7eaa0a43
|
some more work towards abstraction refinement
Former-commit-id: 360cb016c3
|
9 years ago |
hbruintjes
|
ebe6775b27
|
Fix missing ValueType template arguments (which defaulted to double)
Former-commit-id: a97910eaf9
|
9 years ago |
dehnert
|
512a1ec558
|
added special label 'deadlock' to models and builders
Former-commit-id: 4edc57216e
|
9 years ago |
dehnert
|
97d9ecccbb
|
started making cudd3 work
Former-commit-id: bc791536bb
|
9 years ago |
sjunges
|
1e1400d68d
|
merge
Former-commit-id: eb9efc4bb2
|
9 years ago |
dehnert
|
e43bdfaaaa
|
more work on the dd stuff *sigh*
Former-commit-id: df8e227336
|
9 years ago |
dehnert
|
472851508c
|
changed return type of equal, notEqual, less, lessOrEqual, greater, greaterOrEqual to BDD since returning an ADD is logically not quite correct
Former-commit-id: 64bf8b0704
|
9 years ago |
dehnert
|
8bf0f3c87e
|
apparently, changing the DD interface implies some other changes as well...
Former-commit-id: c5cedc720f
|
10 years ago |
dehnert
|
4e86ef2e47
|
moved CUDD-based DD implementation to own folder
Former-commit-id: a828f92518
|
10 years ago |
dehnert
|
972795912a
|
added some convenience accessor methods in symbolic model/games. added return type for prob01 for games that can also store strategies. added tests for prob0 for games
Former-commit-id: f0a8b156ca
|
10 years ago |
dehnert
|
7cd1e6324f
|
the abstraction now properly builds an instance of the game class
Former-commit-id: 26d4effa00
|
10 years ago |
sjunges
|
f219437acf
|
Faster compilation times!
Former-commit-id: a8dc8fa612
|
10 years ago |
dehnert
|
b3178e17f6
|
more bug fixes
Former-commit-id: 0b33b30efa
|
10 years ago |
dehnert
|
73a2491dfb
|
more bugfixes
Former-commit-id: 5afecd5a21
|
10 years ago |
dehnert
|
1a07b24682
|
added some convenience functions for reward model building
Former-commit-id: 796963aee3
|
10 years ago |
dehnert
|
5b77d827dc
|
fixed a bug
Former-commit-id: 2a19ecc4f7
|
10 years ago |
dehnert
|
6133c3462a
|
symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs
Former-commit-id: 1fae8bcf12
|
10 years ago |
sjunges
|
3c2040f4b7
|
Removed many superfluous includes, added some source files -- towards faster compilation
Former-commit-id: a575a97d40
|
10 years ago |
dehnert
|
76b99a5515
|
Commit to switch workplace.
Former-commit-id: e80da5e90b
|
10 years ago |
dehnert
|
06bfc17ec6
|
Started making hybrid (dd/sparse) model checking work.
Former-commit-id: 23fac3a672
|
10 years ago |
dehnert
|
d787b80fec
|
CTMC examples now build properly using the DD-based model generator.
Former-commit-id: ac97b005e3
|
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
|
00e7121bc4
|
some work towards BDD-based mc.
Former-commit-id: cae0c4421e
|
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
|
c8007876ae
|
Symbolic models can now be built from the command line.
Former-commit-id: 2c239df754
|
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 |