Matthias Volk
|
a082e7d228
|
Typos
|
5 years ago |
Matthias Volk
|
61c1ec8537
|
Check for Zeno cycles in MA
|
6 years ago |
Alexander Bork
|
ae5c001d24
|
Moved non-Markovian state eliminator to its own class
|
6 years ago |
Alexander Bork
|
10bb42e0f6
|
First version of non-Markovian state elimination for MAs
|
6 years ago |
Alexander Bork
|
549774abc9
|
Added state remapping in state elimination
|
6 years ago |
Alexander Bork
|
27e65d5669
|
Added construction of the state remapping for elimination of non-Markovian states in MAs
|
6 years ago |
Matthias Volk
|
15dadf1bc3
|
Fixed imprecision in comparison for MA
|
6 years ago |
TimQu
|
90c9e95c8a
|
Only consider the reachable set of states after closing an MA
|
7 years ago |
TimQu
|
1f6fc7e273
|
Better conversion of MA to CTMC if there are only Markovian states
|
7 years ago |
TimQu
|
8a579f1e95
|
Better conversion of MA to CTMC if there are only Markovian states
|
7 years ago |
TimQu
|
d47b86d4d7
|
Better conversion of MA to CTMC if there are only Markovian states
|
7 years ago |
Matthias Volk
|
ec411ffc78
|
Typos
|
7 years ago |
Matthias Volk
|
7f7778533a
|
Typos
|
7 years ago |
dehnert
|
0d18886966
|
re-enabling conversion of MA to CTMC if the MA only has Markovian states
|
8 years ago |
Matthias Volk
|
88544a9ec7
|
Added assertion for turnRatesToProbabilities in MA
|
8 years ago |
Matthias Volk
|
983e09fd63
|
Fixed possible problem with rates and exit rates in MA
|
8 years ago |
TimQu
|
76c01de25c
|
use utility::vector::max_if to compute the maximum exit rate in an MA
|
8 years ago |
dehnert
|
ea02ea0838
|
started overhaul of cli/api
|
8 years ago |
TimQu
|
576f92568e
|
StateValuations and ChoiceOrigins are now members of a sparse::Model.
A model can now be constructed by providing a modelComponents struct.
|
8 years ago |
TimQu
|
cd5ee63cce
|
fixed preserving the choice labeling when an ma is closed
|
8 years ago |
TimQu
|
db31c1cb11
|
improved .dot export of models with choice labeling
|
8 years ago |
TimQu
|
6537fd8b72
|
Replaced the old choice labeling with the new one and used choice origins for the minimal command set counterexample generators
|
8 years ago |
TimQu
|
4413afb542
|
used new helper functions at some points in the code
|
8 years ago |
TimQu
|
748e100aad
|
fixed/improved .dot output for MAs and Mdps. We now also display the index of each choice.
|
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
|
9 years ago |
TimQu
|
92e837f83c
|
fixed closing of MAs: Previously, stateActionRewardVectors have not been handled properly.
|
9 years ago |
TimQu
|
0b555d5d59
|
fixed closing of MAs: Previously, stateActionRewardVectors have not been handled properly.
|
9 years ago |
TimQu
|
c1063f27cc
|
added a few more tests for multi-objective MAs. Also fixed/improved minor stuff.
|
9 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 |
TimQu
|
71e181bd93
|
some quick and dirty optimizations (that need to be reviewed)
Former-commit-id: 86fbc66c90
|
9 years ago |
dehnert
|
d3cf9a4e7f
|
adding Markov automaton tests to explicit JANI model builder
Former-commit-id: 634fe9c08e [formerly 73bbe89f78 ]
Former-commit-id: bb9339a947
|
9 years ago |
Mavo
|
fba2071e9f
|
Dft exploration via NextStateGenerator
Former-commit-id: f81ac4e7fc
|
9 years ago |
Mavo
|
566cef0f91
|
Started on compiling without Carl
Former-commit-id: 5e0895d7c5
|
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
|
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 |
Mavo
|
e49582c7cf
|
Replaced assert with STORM_LOG_ASSERT
Former-commit-id: 692ae47b1b
|
9 years ago |
dehnert
|
dae55eeb29
|
fixed some bugs and enabled markov automaton model checking from cli
Former-commit-id: 91b689d817
|
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 |
TimQu
|
da0dafe5be
|
ModelInstantiator!!!!11
Also: some refactoring
Former-commit-id: 663cd8e241
|
9 years ago |
Mavo
|
b8ff542b7b
|
One conversion less for MA
Former-commit-id: d0b47adf9b
|
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 |
dehnert
|
b2d8cae9ce
|
instantiated (and fixed occurring problems) explicit parsers with intervals as the reward model value type
Former-commit-id: bf452cd751
|
10 years ago |
sjunges
|
be0eee21db
|
Dont build so many models with float/rational functions
Former-commit-id: 692ab47afa
|
10 years ago |
dehnert
|
b3178e17f6
|
more bug fixes
Former-commit-id: 0b33b30efa
|
10 years ago |