hannah
|
75ddf49f2b
|
compute SatSets via LTLHelper
|
4 years ago |
hannah
|
1332e39b8c
|
updated canHandle
Conflicts:
src/storm/modelchecker/csl/SparseCtmcCslModelChecker.cpp
|
4 years ago |
hannah
|
8ba4f17a92
|
ltl-mc with MAs
|
4 years ago |
Tim Quatmann
|
5e9241fcd1
|
Allowing reward accumulations in multi-objective model checking queries.
|
5 years ago |
Tim Quatmann
|
626b7a819a
|
InfiniteHorizon: Fixed storing backwardstransition properly. Allowed to specify a mec decomposition. Pushed _produceScheduler flag to the SingleValueModelCheckerHelper.
|
5 years ago |
Tim Quatmann
|
32503594d5
|
Use new LRA helper for Markov automata.
|
5 years ago |
Tim Quatmann
|
ee0e90462f
|
Fixed incorrect result of canHandleStatic for multi-objective formulas for MDP in hybrid engine and MA in sparse engine.
|
5 years ago |
TimQu
|
c3184d3afa
|
Consider relevant states in unif+
|
5 years ago |
Tim Quatmann
|
bb94110b74
|
MarkovAutomaton model checkers: Enable consideration of psiStates.
|
5 years ago |
Tim Quatmann
|
04c2938057
|
Introduced hybrid engine for Markov automata (only reach. rewards for now)
|
5 years ago |
Tim Quatmann
|
d9176dc867
|
all (core) modelcheckers: Devided the canHandle method into a static and a non-static part. This allows to detect incompatibility before building the model.
|
5 years ago |
Matthias Volk
|
d39189c0e2
|
Scheduler extraction for MA properties which can be reduced to MDP queries
|
6 years ago |
TimQu
|
c7aec92dc9
|
modelchecker: Added support for non-trivial reward accumulations for Sparse/Hybrid/Dd engines.
|
6 years ago |
TimQu
|
0bf9f27e31
|
Fixed typo and renamed a variable.
|
6 years ago |
TimQu
|
e94b37d2f5
|
instantaneous reward properties for continuous time models can not be handled in exact mode.
|
7 years ago |
TimQu
|
bb7f4dd6d7
|
canHandle method of exact continuous time model checkers now return 'false' for time-bounded properties
|
7 years ago |
TimQu
|
5a16b2befa
|
minor fixes to let the total reward tests compile and pass
|
7 years ago |
TimQu
|
8df9b461cb
|
total reward formulas for ctmcs and markov automata
|
7 years ago |
TimQu
|
51884895c8
|
Removed linear equation solver factories in model checkers
|
7 years ago |
TimQu
|
a2716ed85b
|
environment in multi-objective model checking methods
|
8 years ago |
TimQu
|
fd8c99b989
|
Introducing Environment in MinMaxSolvers and ModelCheckers
|
8 years ago |
TimQu
|
9e2dcca5ee
|
extended/improved parsing reward bounded formulas to be compatible with the prism syntax
|
8 years ago |
TimQu
|
aebe9fa3c3
|
LP-based long run average rewards for MDPs
|
8 years ago |
TimQu
|
9bfb1fedc2
|
requiring that multi objective queries have a multi(..) formula at top level.
|
8 years ago |
Sebastian Junges
|
3de51e28e5
|
towards reward-bounded properties
|
8 years ago |
TimQu
|
75e4c229cb
|
minor fix for Long run average rewards for Markov automata
|
8 years ago |
TimQu
|
6151dc0e96
|
Enabled Long Run Average Rewards for MAs (LP based)
|
8 years ago |
TimQu
|
267768a5b6
|
enabled markov automata with rationals
|
8 years ago |
TimQu
|
aa4d2141c3
|
build infrastructure for switching between multi objective model checking methods
|
8 years ago |
dehnert
|
b7170b3c3b
|
fixed two issues pointed out by Joachim Klein: spirit error message (superfluous tab) and wrong treatment of strict upper bounds in bounded until and cumulative reward properties
|
8 years ago |
dehnert
|
8d3f633cbc
|
started working on allowing expressions in time-bounds of formulas
|
8 years ago |
dehnert
|
136cb194d1
|
fixed a bunch of unused variable warnings
|
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
|
f09e97d1e7
|
fixed tests, removed old files
Former-commit-id: 90381faa73
|
9 years ago |
sjunges
|
e4b3f4eeb9
|
intermediate commit, come back after refactoring formulae
Former-commit-id: 147133876f
|
9 years ago |
dehnert
|
b4e0cabef6
|
started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers
Former-commit-id: c1895472c7
|
9 years ago |
dehnert
|
dae55eeb29
|
fixed some bugs and enabled markov automaton model checking from cli
Former-commit-id: 91b689d817
|
9 years ago |
dehnert
|
51402ec853
|
removed measure type and only added measure type to reward/time operators
Former-commit-id: 16e19fe349
|
9 years ago |
dehnert
|
5e1e5b55a1
|
renamed expected time formulas to time formulas
Former-commit-id: 50a11fe446
|
9 years ago |
Mavo
|
796d7652df
|
Fixed problem with bounds in MA model checker
Former-commit-id: c40c4e4795
|
9 years ago |
dehnert
|
dc8a5b11e0
|
more refactoring regarding fragment checking
Former-commit-id: fd335f6f8e
|
9 years ago |
dehnert
|
b772c92edb
|
removed reward path formulas. reward path formulas are now just path formulas. this allows some invalid formulas to be constructed, so this now has to be checked dynamically
Former-commit-id: c8527c8e9a
|
9 years ago |
Mavo
|
a6a8e5fff6
|
Structure for MA to CTMC
Former-commit-id: 6dee4cec3c
|
9 years ago |
dehnert
|
1308b91fda
|
adapted canHandle in model checker interface to CheckTask
Former-commit-id: 7505152ca3
|
9 years ago |
dehnert
|
4367bdb378
|
properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working)
Former-commit-id: d44db3c342
|
9 years ago |
dehnert
|
3cd5738bb7
|
more replacement work in interfaces
Former-commit-id: 0f0218f452
|
9 years ago |
dehnert
|
85adfe9df2
|
more replacement work in interfaces
Former-commit-id: 54839e6e0d
|
9 years ago |
dehnert
|
16be4f9adc
|
replace in model checker interface (part 2)
Former-commit-id: d66f96a1d5
|
9 years ago |