Timo Philipp Gros
|
dd8ada13cd
|
creating solver only once
|
9 years ago |
TimQu
|
285b2c71b9
|
renamed some files/classes
|
9 years ago |
Timo Philipp Gros
|
b90e88c365
|
first version, seems to be working, need to check more
|
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 |
Timo Philipp Gros
|
5ba296404a
|
not finished version of MDP approach
|
9 years ago |
Timo Philipp Gros
|
8421ff5c65
|
first try, cmake not building
|
9 years ago |
TimQu
|
bb63ac6089
|
Linear equation solver + game solvers now respect the environment as well
|
9 years ago |
Timo Philipp Gros
|
dfda3a1544
|
cleaned up
|
9 years ago |
Timo Philipp Gros
|
286fc8aec7
|
fixed bugs, runnig now
|
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 |
Timo Philipp Gros
|
253b34ce09
|
modularised diagonal-prob entrie delete and skipped zero loops in cycle identification
|
9 years ago |
Timo Philipp Gros
|
fe863679bf
|
identify probCycles outgoing states
|
9 years ago |
Timo Philipp Gros
|
250fc89bc6
|
new also supporting Pmin
|
9 years ago |
Timo Philipp Gros
|
25a7b6c71a
|
implemented trajans alg to identify prob Cycles
|
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 |
Timo Philipp Gros
|
fc28fd16d3
|
delete self loops for probabilistic states
|
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 |
dehnert
|
a6046ab0b3
|
fixed some warnings and issues and introduce cli switch to select IMCA or UnifPlus
|
9 years ago |
TimQu
|
a2716ed85b
|
environment in multi-objective model checking methods
|
9 years ago |
Timo Philipp Gros
|
54ab1c114e
|
first version of UnifPlus for MA
|
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 |