Daniel Basgöze
|
8de8f1517a
|
Fix conversion ambiguity: Use convertNumber()
Conflicts:
src/test/storm/modelchecker/prctl/mdp/SchedulerGenerationMdpPrctlModelCheckerTest.cpp
|
4 years ago |
Jip Spel
|
24fa7c9529
|
Fix warnings
|
4 years ago |
Jip Spel
|
9f5128c4af
|
Update documentation with fixed choices
|
4 years ago |
Jip Spel
|
5a37a40cea
|
Monotonicity for computing extremal value and parameter space partitioning
|
4 years ago |
Tim Quatmann
|
bc623d1203
|
MinMaxLinearEquationSolver: Added a flag 'hasNoEndComponent' that is true if the system is known to have no end components. This decides if policy iteration does require a valid initial scheduler.
Renamed the 'hasNoEndComponents' solver requirement to 'hasUniqueSolution' as this is the actual thing we require for, e.g. sound value iteration.
|
6 years ago |
TimQu
|
3310f51857
|
allowed for more fine grained solver requirements
|
7 years ago |
TimQu
|
69a27ddad6
|
fixed compiling storm-pars
|
7 years ago |
TimQu
|
02d2cf07b6
|
using multiplier in PLA
|
7 years ago |
TimQu
|
a2bd1e0026
|
renamed argument from getRequirements so that it is easier to understand
|
7 years ago |
TimQu
|
eab7e409e9
|
Fixed Running PLA without simplification
|
7 years ago |
Sebastian Junges
|
8cd3f1bc1a
|
added a switch to disable simplifications within PLA
|
7 years ago |
TimQu
|
ebeb34b791
|
implemented heuristic for pla that helps to decide with respect to which parameters a region should be splitted
|
7 years ago |
TimQu
|
45279f9914
|
storm-pars compiles now
|
7 years ago |
TimQu
|
b10dcce21a
|
fixed 'canHandle' method in pla checker
|
7 years ago |
TimQu
|
dcef30104c
|
storm-pars compiles again
|
7 years ago |
TimQu
|
31ba64f018
|
bugfixes
|
7 years ago |
TimQu
|
33585c811f
|
MinMax Solver requirements now respect whether the solution is known to be unique or not.
|
7 years ago |
TimQu
|
f83dbf741b
|
fixed wrong template argument
|
8 years ago |
TimQu
|
50ba6866eb
|
checking solver requirements for PLA
|
8 years ago |
TimQu
|
4991a3ec5e
|
checking solver requirements for PLA
|
8 years ago |
dehnert
|
d8d3404b87
|
fixed termination criteria and equipped interval value iteration methods with check whether the method converged for the relevant states
|
8 years ago |
dehnert
|
3c4de8ace3
|
moved requirements to new file
|
8 years ago |
TimQu
|
39549f6ebd
|
Moved some functionality of StandardMinMaxSolver into a subclass
|
8 years ago |
Sebastian Junges
|
3de51e28e5
|
towards reward-bounded properties
|
8 years ago |
TimQu
|
ed550e6255
|
fixed invocation of instantiation checkers
|
8 years ago |
TimQu
|
62d50b336b
|
Moved parametric model simplification inside the Parameter lifting checker
|
8 years ago |
TimQu
|
9f82c34429
|
storm-pars library
|
8 years ago |
TimQu
|
c7b83ffb5f
|
moved parameter lifting related code out of the main library/executable
|
8 years ago |
TimQu
|
2f49255db6
|
Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization.
|
8 years ago |
dehnert
|
ea02ea0838
|
started overhaul of cli/api
|
8 years ago |
TimQu
|
a896c0df28
|
improved exact computations
|
8 years ago |
TimQu
|
7f74f19342
|
exact pla
|
8 years ago |
TimQu
|
ed92b3568b
|
fixes for step bounded properties
|
8 years ago |
TimQu
|
8c58008acf
|
Implemented termination condition for parameter lifting checkers
|
8 years ago |
TimQu
|
2dc976f9f9
|
beautified cli
|
8 years ago |
TimQu
|
8043968891
|
runtime statistics output and validation output (temporarily, for testing)
|
8 years ago |
TimQu
|
1e1b037cb2
|
minor fixes
|
8 years ago |
TimQu
|
ac43288e44
|
moved the regionCheckResult, started to implement class for parameterLifting interface
|
8 years ago |
TimQu
|
0c90d074fe
|
added a canHandle method to the parameter lifting model checker
|
8 years ago |
TimQu
|
428cb710cc
|
Parameter lifting for mdps, some fixes
|
8 years ago |
TimQu
|
536b1669c3
|
fixes for dtmc parameter lifting
|
8 years ago |
TimQu
|
fae814419d
|
fixed warning
|
8 years ago |
TimQu
|
a1ad5377e8
|
implemented parameter lifting model checker for DTMCs (as a replacement of the old ApproximationModel).
|
8 years ago |