dehnert
|
4f7eaa0a43
|
some more work towards abstraction refinement
Former-commit-id: 360cb016c3
|
9 years ago |
dehnert
|
4733643bcf
|
made the games compile again
Former-commit-id: 35f3ab9471
|
9 years ago |
Mavo
|
566cef0f91
|
Started on compiling without Carl
Former-commit-id: 5e0895d7c5
|
9 years ago |
TimQu
|
d02c918f6a
|
forgot a little something...
Former-commit-id: dc5b68bdb6
|
9 years ago |
hbruintjes
|
ebe6775b27
|
Fix missing ValueType template arguments (which defaulted to double)
Former-commit-id: a97910eaf9
|
9 years ago |
TimQu
|
f2035523af
|
Fixed a bug in rewardModel's reduceToStateBasedRewards. Also added a function to check whether all rewards are zero.
Former-commit-id: 4dabd07c66
|
9 years ago |
TimQu
|
12287e5090
|
small fix for building MAs
Also fixed a test for explicit MA parsing, where the transitions of a probabilistic choice did not sum up to one
Former-commit-id: c2f920a4d6
|
9 years ago |
TimQu
|
f681206393
|
building markov automata from prism code
Former-commit-id: 791c49c7cf
|
9 years ago |
dehnert
|
a699272dc6
|
renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests
Former-commit-id: 62c70330c2
|
9 years ago |
dehnert
|
f3fa90cc37
|
more work towards exact solving
Former-commit-id: 38edbcf2ca
|
9 years ago |
dehnert
|
8ce9e56af8
|
some refactoring of state-elimination-related things
Former-commit-id: c51fd9c47c
|
9 years ago |
dehnert
|
512a1ec558
|
added special label 'deadlock' to models and builders
Former-commit-id: 4edc57216e
|
9 years ago |
dehnert
|
2accd81aaa
|
fixed bug in reward generation for PRISM models
Former-commit-id: 72399da7ed
|
9 years ago |
dehnert
|
b62f8819b9
|
JANI next-state generator can now generate transitions from silent edges
Former-commit-id: 57e37b5850
|
9 years ago |
dehnert
|
82023d280d
|
JANI model builder for MDPs is working now, but too slow
Former-commit-id: 8b36f65251
|
9 years ago |
Mavo
|
f2ad4781fe
|
Distincting between supportsParameters and hasParameters
Former-commit-id: a5d961f470
|
9 years ago |
Mavo
|
380d3f1897
|
CTMC constructor with exitRates
Former-commit-id: 2f1afe1d5b
|
9 years ago |
dehnert
|
1fb943b658
|
moved some internal structs from model builder to their own files to make them reusable
Former-commit-id: a354059fe8
|
9 years ago |
Mavo
|
2c172cd082
|
Refactoring
Former-commit-id: e9af97f7af
|
9 years ago |
dehnert
|
dae55eeb29
|
fixed some bugs and enabled markov automaton model checking from cli
Former-commit-id: 91b689d817
|
9 years ago |
TimQu
|
6e8602413e
|
ModelInstantiator + test
Former-commit-id: f3c9980067
|
9 years ago |
TimQu
|
a3aededd3a
|
public access to model ingredients: RewardModel and exitRates
Former-commit-id: b8dbe8576e
|
9 years ago |
Mavo
|
7f4fa27008
|
Initialize closed for MA
Former-commit-id: 292352f258
|
9 years ago |
dehnert
|
08bed36579
|
fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm
Former-commit-id: 8536943978
|
9 years ago |
Mavo
|
b8ff542b7b
|
One conversion less for MA
Former-commit-id: d0b47adf9b
|
9 years ago |
dehnert
|
97d9ecccbb
|
started making cudd3 work
Former-commit-id: bc791536bb
|
9 years ago |
Mavo
|
0a78ba13f5
|
MA to CTMC for trivial nondeterminism
Former-commit-id: 8a342f032e
|
9 years ago |
Mavo
|
a6a8e5fff6
|
Structure for MA to CTMC
Former-commit-id: 6dee4cec3c
|
9 years ago |
sjunges
|
9b9bbe2a68
|
added isParametric to models
Former-commit-id: dc2189b013
|
9 years ago |
sjunges
|
95c37244a2
|
reduced complexity of bisimulation and preprocess call
Former-commit-id: fb6f002af1
|
9 years ago |
sjunges
|
93be84a4a8
|
fix in get parameters from model
Former-commit-id: c4c11b2b29
|
9 years ago |
sjunges
|
5e9c42f2af
|
intermediate commit
Former-commit-id: 6acb50ec62
|
9 years ago |
sjunges
|
1e1400d68d
|
merge
Former-commit-id: eb9efc4bb2
|
9 years ago |
dehnert
|
ebe9ccbb15
|
some work on DD stuff
Former-commit-id: 50ca51d264
|
10 years ago |
dehnert
|
4a772fe48d
|
fixed bug in sylvan
Former-commit-id: 0fd69e20a1
|
10 years ago |
dehnert
|
e43bdfaaaa
|
more work on the dd stuff *sigh*
Former-commit-id: df8e227336
|
10 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
|
10 years ago |
dehnert
|
8bf0f3c87e
|
apparently, changing the DD interface implies some other changes as well...
Former-commit-id: c5cedc720f
|
10 years ago |
dehnert
|
7fa7381047
|
trying to get the new infrastructure of the DD abstraction layer integrated into the other parts of storm
Former-commit-id: 80a6634565
|
10 years ago |
dehnert
|
4e86ef2e47
|
moved CUDD-based DD implementation to own folder
Former-commit-id: a828f92518
|
10 years ago |
dehnert
|
51bd689c96
|
fixed a bug in the reward model
Former-commit-id: 5302a85d6f
|
10 years ago |
dehnert
|
2484a515a0
|
some more work on bisim
Former-commit-id: aaa8088b00
|
10 years ago |
dehnert
|
40a75baee7
|
using some template magic to make it compile again
Former-commit-id: 69888cac45
|
10 years ago |
dehnert
|
11b04c7940
|
more work towards making the new bisim class available from the cl
Former-commit-id: b177287e00
|
10 years ago |
dehnert
|
11c21eb338
|
on my way of making (the refactored version) bisimulation work again for deterministic models
Former-commit-id: 79c089a693
|
10 years ago |
sjunges
|
703013b97c
|
program, vector, gurobi
Former-commit-id: 6cfaf78d59
|
10 years ago |
sjunges
|
eacdec3939
|
State Annotation and subMDP also restrichts choicelabelling now
Former-commit-id: 0df7a93f3b
|
10 years ago |
sjunges
|
57dffbcd4f
|
further operators on models and reward models
Former-commit-id: 0146278302
|
10 years ago |
sjunges
|
a28ebac022
|
outcommented code for maximals
Former-commit-id: 096fa39fea
|
10 years ago |
sjunges
|
a07c2cacc4
|
missed files
Former-commit-id: 9a7f1ac4a9
|
10 years ago |