Matthias Volk
|
7111674ec8
|
Support for simulation of PDEP
|
5 years ago |
Tim Quatmann
|
6d24ea9606
|
Silenced many 'loop variable is always a copy' warnings
|
5 years ago |
Jip Spel
|
5a37a40cea
|
Monotonicity for computing extremal value and parameter space partitioning
|
5 years ago |
Matthias Volk
|
d6d36ee557
|
Support for sampling from exponential distribution
|
5 years ago |
Tim Quatmann
|
6473645802
|
engine: changed order in enumeration for consistency
|
5 years ago |
Stefan Pranger
|
c8fd980544
|
engine now checks smg models
|
5 years ago |
Stefan Pranger
|
bc5eec34d2
|
switch cases in engine now feature SMG case
|
5 years ago |
Tim Quatmann
|
02695da9b7
|
Fixed several issues regarding powers with negative exponents.
|
5 years ago |
Stefan Pranger
|
160a2c32a2
|
added SMGs to existing ModelTypes
|
5 years ago |
Tim Quatmann
|
3a4af89b66
|
graph: Cycle check ignores Zero entries.
|
5 years ago |
Matthias Volk
|
6dcbf75fe3
|
Update progress measurments only if --progress flag is set
|
5 years ago |
Sebastian Junges
|
4760a12815
|
reset signal handler
|
5 years ago |
Sebastian Junges
|
b7ad55b34b
|
random prob generator for rationals
|
5 years ago |
Tim Quatmann
|
56e253fac0
|
graph: Extended the documentation a tiny bit
|
5 years ago |
Sebastian Junges
|
a358af1264
|
set entries that are nonzero
|
5 years ago |
Tim Quatmann
|
8a77e3238d
|
Implemented isAlmostZero and isAlmostOne also for non-double value types.
|
5 years ago |
TimQu
|
49bc9054b7
|
Further improvements for filtered reward model
|
5 years ago |
TimQu
|
f328e69dc4
|
Added extract function to FilteredRewardModel
|
5 years ago |
Matthias Volk
|
55999036d6
|
Fixed warning
|
5 years ago |
Tim Quatmann
|
90d5da570c
|
Renamed portfolio engine to automatic engine.
|
5 years ago |
Sebastian Junges
|
5fa667b847
|
add random step functionality to simulator
|
5 years ago |
Tim Quatmann
|
1929cfaf77
|
utility/vector: Added a few asserts in utility functions.
|
6 years ago |
Sebastian Junges
|
d6bfcb4818
|
refactoring: moving some code out of the util folder
|
6 years ago |
Matthias Volk
|
9c33cec3b6
|
Added mising include
|
6 years ago |
Sebastian Junges
|
3a70c68d45
|
dd-based reachability exploration reports number of iterations in return value
|
6 years ago |
Tim Quatmann
|
70d10bd037
|
Moved generated file `storm-version.cpp` to build folder. Moved version information to new library `storm-version-info` (addressing Github issue #78)
|
6 years ago |
Sebastian Junges
|
c4c680438f
|
fix exporting POMDPs with rewards & observations
|
6 years ago |
Sebastian Junges
|
1a6f2e6fba
|
--io:nodrnplaceholders
|
6 years ago |
Sebastian Junges
|
55b344c560
|
but state valuations as comments into drn
|
6 years ago |
Sebastian Junges
|
a7f05847ac
|
better info message if an engine does not support a model
|
6 years ago |
Tim Quatmann
|
aae44a3b4b
|
Fixed error message that appeared when using jit.
|
6 years ago |
Matthias Volk
|
c09c31be6a
|
Enable pragmas in eigen.h only for GCC 9
|
6 years ago |
Matthias Volk
|
7b6101c220
|
Updated list of ignored warnings for Eigen
|
6 years ago |
Tim Quatmann
|
74f7cd17ea
|
Changed the target directory for the downloaded Eigen headers so that they are now located within the build folder (hopefully avoiding conflicts with multiple build-folders).
Made the include path for the Eigen headers more unique, so we no longer use the headers at /urs/include/ instead.
|
6 years ago |
Tim Quatmann
|
9f1487392e
|
We now avoid the renaming of 'Eigen' to 'StormEigen' as this is (hopefully) not needed anymore.
|
6 years ago |
Matthias Volk
|
121b082139
|
Added missing break; statements
|
6 years ago |
Daniel Basgöze
|
93e7bac668
|
Fix bitshift overflow
|
6 years ago |
Tim Quatmann
|
4eed592811
|
--timeout now just sends a SIGALRM signal (which can be catched by the signal handler).
|
6 years ago |
Daniel Basgöze
|
64e70c406e
|
Replace size_t with uint64_t in bitoperations
|
6 years ago |
Daniel Basgöze
|
aa0fe082d7
|
Document bitoperations.h
|
6 years ago |
Daniel Basgöze
|
972abfcf6f
|
Include required headers
|
6 years ago |
Daniel Basgöze
|
4c5abe19f3
|
Remove unnecessary cast
|
6 years ago |
Matthias Volk
|
c1b4c3270f
|
Fixed initialization order warnings
|
6 years ago |
Sebastian Junges
|
1ef92dee9e
|
backbone for a simulator on top of explicit state models
|
6 years ago |
Tim Quatmann
|
d098c2d27c
|
graph::computeSchedulerProb1E: Only set choices if they are not defined already.
|
6 years ago |
Tim Quatmann
|
f4f9376c96
|
Vector: Added a method for element-wise comparison of two vectors.
|
6 years ago |
Tim Quatmann
|
a8f3205d96
|
minor clean-up of includes
|
6 years ago |
Tim Quatmann
|
27ac99806e
|
Stopwatch: added restart() method
|
6 years ago |
Tim Quatmann
|
632c9c2e1e
|
Modified the modernjson library so that it can parse numbers as rationals.
|
6 years ago |
Tim Quatmann
|
b5a64ba7e3
|
CTMC Model checker: Consider relative precision for time-bounded queries in --sound mode
|
6 years ago |