Daniel Basgöze
|
8de8f1517a
|
Fix conversion ambiguity: Use convertNumber()
Conflicts:
src/test/storm/modelchecker/prctl/mdp/SchedulerGenerationMdpPrctlModelCheckerTest.cpp
|
4 years ago |
Daniel Basgöze
|
22388425d7
|
Remove unnecessary convertNumber
Fixes build errors when GMP numbers are used
|
4 years ago |
Tim Quatmann
|
62cede1759
|
Added missing include.
|
4 years ago |
Jip Spel
|
24fa7c9529
|
Fix warnings
|
4 years ago |
Jip Spel
|
9f5128c4af
|
Update documentation with fixed choices
|
4 years ago |
Sebastian Junges
|
1218991e6a
|
can switch off producing schedulers in the instantiation model checker
|
4 years ago |
Matthias Volk
|
6df0efcd3e
|
Set result correctly for reachability rewards in MdpInstantiationChecker
|
4 years ago |
Matthias Volk
|
c9841b71a0
|
Const reference for splittingThreshold
|
4 years ago |
Jip Spel
|
8d17a0362d
|
Fix extremal value computation
|
4 years ago |
Jip Spel
|
5a37a40cea
|
Monotonicity for computing extremal value and parameter space partitioning
|
5 years ago |
TimQu
|
27cb582243
|
MDP Instantiation model checker: Fixed setting model checking hint information.
|
5 years ago |
Matthias Volk
|
41089dee26
|
Throw exception in ParameterRegion if number of variables is too high
|
5 years ago |
Tim Quatmann
|
42ceed59c6
|
Removed debug output.
|
5 years ago |
Jip Spel
|
50d7ee6e8d
|
Remove debug info
|
5 years ago |
Jip Spel
|
7f03d1e671
|
Remove debug info
|
5 years ago |
Tim Quatmann
|
84c0d77772
|
storm-pars fixed the fix...
|
5 years ago |
Tim Quatmann
|
45803c547e
|
storm-pars: Fixed an issue in the instantiation model checkers where maybestates were cached incorrectly.
|
5 years ago |
Sebastian Junges
|
d6bfcb4818
|
refactoring: moving some code out of the util folder
|
5 years ago |
Sebastian Junges
|
b3e37c1eb8
|
partial (parametric) model instantiators
|
5 years ago |
Matthias Volk
|
a61ea32aea
|
Fixed some GCC warnings
|
5 years ago |
Matthias Volk
|
d3c8093e0f
|
Removed unnecessary semicolons
|
5 years ago |
Tim Quatmann
|
9962da7453
|
Registered missing settings modules in storm-dft and storm-pars
|
5 years ago |
Sebastian Junges
|
debabb01bb
|
cmd line arguments for hinting on the number of states added
|
6 years ago |
Matthias Volk
|
ba6358c3fa
|
Set optional arguments for settings
|
6 years ago |
Jip Spel
|
be3cffe8ba
|
Write output monotonicity checking to user-specified file
|
6 years ago |
Tim Quatmann
|
7017fc1ab0
|
Added LRA settings.
|
6 years ago |
Jip Spel
|
32e3661bd2
|
Fix adding same state twice to Order
|
6 years ago |
Matthias Volk
|
4ee31063a4
|
Removed double whitespaces in outputs
|
6 years ago |
Matthias Volk
|
38c7762254
|
Added missing include to fix compilation issue on Linux
|
6 years ago |
Matthias Volk
|
4c1958c245
|
Fixed some compiler warnings
|
6 years ago |
Jip Spel
|
ed3fa3f82b
|
Fix TODOs
|
6 years ago |
Jip Spel
|
a39f297b8c
|
Fix OrderTest and add assert in Order
|
6 years ago |
Jip Spel
|
f98250968c
|
Fix checking monotonicity on samples
|
6 years ago |
Matthias Volk
|
3698b79130
|
Added missing TransformationSettings for storm-pars
|
6 years ago |
Jip Spel
|
b308f4e1d0
|
Initialize region before creating sample points
|
6 years ago |
Jip Spel
|
12e0ef537c
|
Small fixes
|
6 years ago |
Jip Spel
|
e0b2869bd5
|
Fix region check
|
6 years ago |
Jip Spel
|
08d2893b2c
|
Renamed Lattice -> Order
|
6 years ago |
Jip Spel
|
1c5d6b7237
|
Clean up lattice creation code
|
6 years ago |
Jip Spel
|
8214c5758e
|
Use parameter lifting for initial ro construction
|
6 years ago |
Jip Spel
|
13f44ab7ea
|
Monotonicity Checking on Region
|
6 years ago |
Jip Spel
|
6db964363e
|
Update for artifact evaluation ATVA
|
6 years ago |
Jip Spel
|
4a1f98a0ba
|
Fix segfaults
|
6 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 |
Jip Spel
|
8df0a05ab8
|
Fix assertion
|
6 years ago |
Jip Spel
|
2883f81be1
|
Move settings to separate file
|
6 years ago |
Jip Spel
|
4825cb254f
|
Precision as argument
|
6 years ago |
Jip Spel
|
1557f6d213
|
Use precision in sample checking monotonicity
|
6 years ago |
Jip Spel
|
8732a7f40d
|
Make variabletype depend on value type
|
6 years ago |
Jip Spel
|
7f5416adb8
|
Clean up LatticeExtender
|
6 years ago |