TimQu
|
61a44121b3
|
improved computation of lower/upper bounds for multi-objective model checking
|
9 years ago |
TimQu
|
fd7f8c7bac
|
Fixed an issue related to multi-objective model checking of models with potentially infinite expected reward
|
9 years ago |
TimQu
|
c59d2160ee
|
Implemented (multi-dimensional) cost bounded properties for DTMCs (sparse engine only)
|
9 years ago |
TimQu
|
ebc3f61b82
|
Fixed wrong size of state reward vector during conditional reward computation
|
9 years ago |
dehnert
|
df86b6c815
|
fixing issue related to relevant value restriction in conditional properties
|
9 years ago |
dehnert
|
70818dd9dd
|
finished c++ifying David Jansen's implementation of Fox-Glynn
|
9 years ago |
dehnert
|
b0fd3c1730
|
started to rework Fox-Glynn
|
9 years ago |
dehnert
|
f5b1259f3c
|
fixed issue related to Markov automata without proababilistic states
|
9 years ago |
TimQu
|
285b2c71b9
|
renamed some files/classes
|
9 years ago |
TimQu
|
149fc2e009
|
The solution to the minmax equation system becomes unique after eliminating end components.
|
9 years ago |
TimQu
|
3898931540
|
Some sanity checks regarding linear equation solver requirements
|
9 years ago |
TimQu
|
776ce4c8bb
|
Checking requirements of a linear equation solver now depends on whether we want to do multiplication or equation solving. This was necessary to get the correct requirements of a MinMaxSolver that only uses the underlying linear equation solver for multiplication.
|
9 years ago |
TimQu
|
e09cb86001
|
making sure that the default linear equation solver is not switched to native if we check e.g. an MDP with sound value iteration
|
9 years ago |
TimQu
|
1174454ffb
|
Computing upper reward bounds in hybrid dtmc checker
|
9 years ago |
TimQu
|
bb63ac6089
|
Linear equation solver + game solvers now respect the environment as well
|
9 years ago |
Joachim Klein
|
f56076aacf
|
Add virtual destructors to classes having virtual functions.
(Silences warnings from -Wdelete-non-virtual-dtor -Wnon-virtual-dtor)
|
9 years ago |
TimQu
|
9771658dcc
|
only do end component elimination in MDP model checking if there are end components
|
9 years ago |
TimQu
|
42cea9c688
|
better subenvironments
|
9 years ago |
dehnert
|
489800f549
|
removing superfluous partial bisimulation model checker
|
9 years ago |
TimQu
|
6d23c79737
|
Making libstorm compile again
|
9 years ago |
dehnert
|
99f45fea3c
|
started integrating parallelism implementation of sigrefmc by Tom van Dijk
|
9 years ago |
TimQu
|
a2716ed85b
|
environment in multi-objective model checking methods
|
9 years ago |
TimQu
|
fd8c99b989
|
Introducing Environment in MinMaxSolvers and ModelCheckers
|
9 years ago |
TimQu
|
31ba64f018
|
bugfixes
|
9 years ago |
TimQu
|
94e66a966f
|
removed unused files
|
9 years ago |
TimQu
|
ccf7521250
|
Multi-dimensional cumulative reward formulas
|
9 years ago |
TimQu
|
9e2dcca5ee
|
extended/improved parsing reward bounded formulas to be compatible with the prism syntax
|
9 years ago |
TimQu
|
d9e62a66cc
|
cdf export for single objective formulas
|
9 years ago |
dehnert
|
bdbc6d9c69
|
fixed typo
|
9 years ago |
dehnert
|
4ef0b9eef1
|
more bug fixes in abstraction-refinement
|
9 years ago |
dehnert
|
9b972eef20
|
some bug fixes in abstraction-refinement
|
9 years ago |
dehnert
|
57a6115beb
|
new bisimulation-based abstraction-refinement model checker that uses the new abstraction-refinement framework
|
9 years ago |
dehnert
|
330dfb96c7
|
more work on abstraction-refinement framework
|
9 years ago |
dehnert
|
183eea7a89
|
more work on abstraction refinement framework
|
9 years ago |
dehnert
|
29903bef04
|
more work on general abstraction refinement framework
|
9 years ago |
dehnert
|
48dc03846e
|
extended partial bisimulation model checker by games as quotients
|
9 years ago |
TimQu
|
c9beea4f33
|
better lower/upper result bounds
|
9 years ago |
TimQu
|
746a58ff12
|
better statistics output
|
9 years ago |
TimQu
|
86253fe88a
|
moved multidimensional unfolding implementation from multiobjective into helper namespace
|
9 years ago |
TimQu
|
117d1b5c99
|
clean up single objective reward bounded case
|
9 years ago |
TimQu
|
016fedd58e
|
Better progress info
|
9 years ago |
dehnert
|
e6f61fb441
|
fixed bug in hybrid engine when using interval iteration
|
9 years ago |
TimQu
|
33585c811f
|
MinMax Solver requirements now respect whether the solution is known to be unique or not.
|
9 years ago |
dehnert
|
c85e30dfd0
|
added distance-aware initial partition to dd-based bisimulation
|
9 years ago |
dehnert
|
9498705c95
|
more reuse of values in bisimulation-based abstraction refinement
|
9 years ago |
dehnert
|
4fad33b5e8
|
started on optimizing bisimulation-based abstraction-refinement
|
9 years ago |
dehnert
|
a19c2fe59b
|
work on variations which data is reused in dd-based bisimulation
|
9 years ago |
dehnert
|
b8120ed73a
|
Markov automaton model checker now clearing basic requirements
|
9 years ago |
dehnert
|
41828ca27d
|
more work on bisimulation-based abstraction-refinement
|
9 years ago |
dehnert
|
b415c12c25
|
further preparation of partial bisimulation model checker
|
9 years ago |