Sebastian Junges
|
1a6f2e6fba
|
--io:nodrnplaceholders
|
5 years ago |
Matthias Volk
|
ac9fc7b99c
|
Fixed permutations for more than 32 bits by using correct bit-shift
|
6 years ago |
Matthias Volk
|
06941e7c48
|
Setting 'dft-statistics' prints information about intermediate approximation results
|
6 years ago |
Matthias Volk
|
7e1f5bf2ac
|
Fixed handling of constant BE in approximation
|
6 years ago |
Matthias Volk
|
49dac54e8b
|
Fixed typos
|
6 years ago |
Daniel Basgöze
|
92f25c1fa7
|
Use standard integer types instead of size_t
|
6 years ago |
Daniel Basgöze
|
a244b5ff67
|
Add assertion for an implied limitation
|
6 years ago |
Daniel Basgöze
|
d62af9332b
|
Fix bitshift overflow
The simple 1 is a 32bit integer literal on most machines leading to an
overflow: 1<<32 == 0. Even on 64 bit machines.
|
6 years ago |
Tim Quatmann
|
6af6bc5472
|
Replaced remaining uses of modernjson::json with the new storm::json<..>
|
6 years ago |
Matthias Volk
|
de27fa82fe
|
Changed result output iterator for DFTs
|
6 years ago |
Tim Quatmann
|
9962da7453
|
Registered missing settings modules in storm-dft and storm-pars
|
6 years ago |
Tim Quatmann
|
11ed073632
|
Making storm-dft compile again...
|
6 years ago |
Tim Quatmann
|
20f5cf158b
|
storm-dft: Using symmetry reduction by default.
|
6 years ago |
Matthias Volk
|
6c095e757a
|
Fixed problem with Windows linebreak \r\n, because this is still a problem in 2020
|
6 years ago |
Matthias Volk
|
f684e48e9e
|
Support for aborting DFT state space building
|
6 years ago |
Sebastian Junges
|
debabb01bb
|
cmd line arguments for hinting on the number of states added
|
6 years ago |
Matthias Volk
|
003d2024c1
|
Restored functionality of --firstdep
|
6 years ago |
Matthias Volk
|
8073a6d989
|
Fix in DFTs to translate MAs to CTMCs again
|
6 years ago |
Matthias Volk
|
61a99a9b9d
|
Consistent use of printInfo in DFTModelChecker
|
6 years ago |
Alexander Bork
|
605546358b
|
Added option to merge labels of eliminated states into existing states
|
6 years ago |
Matthias Volk
|
ba6358c3fa
|
Set optional arguments for settings
|
6 years ago |
Matthias Volk
|
6fb9f7e743
|
Warn if property could not be checked on DFT
|
6 years ago |
Alexander Bork
|
e28203fbb8
|
Added option to merge labels of eliminated states into existing states
|
6 years ago |
Matthias Volk
|
4ee31063a4
|
Removed double whitespaces in outputs
|
6 years ago |
Matthias Volk
|
bb71c078fa
|
Export to dot format allows for maximal line width in state labels and valuations
|
6 years ago |
Matthias Volk
|
e4e069a98c
|
Slight refactoring of transformations
|
6 years ago |
Matthias Volk
|
fab86e8823
|
DFT wellformedness check can be performed stricter as precondition for analysis
|
6 years ago |
Matthias Volk
|
1767c40f2d
|
Refactored FDEPConflictFinder
|
6 years ago |
Matthias Volk
|
c0075f1cc4
|
Removed unused variable
|
6 years ago |
Alexander Bork
|
3473a930a2
|
Added hint towards uniquefailedbe flag in error message
|
6 years ago |
Alexander Bork
|
2ec921a683
|
Added support for constantly failed BEs in the model generation
|
6 years ago |
Alexander Bork
|
a257071346
|
Added option to transform a DFT to only use one unique constantly failed BE
|
6 years ago |
Alexander Bork
|
541e582934
|
Added support for BEs with probabilities in Galileo parser
|
6 years ago |
Matthias Volk
|
39cedc223e
|
Use ValueParsen in DFTJsonParser
|
6 years ago |
Tim Quatmann
|
429c91ff13
|
Added support for parsing fractions in DRN files.
|
6 years ago |
Alexander Bork
|
450e074c5b
|
Integrated non-Markovian state elimination into Storm MA modelchecking
|
6 years ago |
Alexander Bork
|
a73c2691b6
|
Integration of the new settings in the DFT analysis
|
6 years ago |
Alexander Bork
|
ec67166041
|
Decoupled preprocessing and SMT solving in commandline interface
|
6 years ago |
Alexander Bork
|
449c513db2
|
Cleanup DFTASFChecker
|
6 years ago |
Alexander Bork
|
75d28060cc
|
Moved failure bound computation to decouple it from the SMT checker
|
6 years ago |
Alexander Bork
|
9c74bbed24
|
Decoupled FDEP conflict search and SMT solver
|
6 years ago |
Alexander Bork
|
ae5c001d24
|
Moved non-Markovian state eliminator to its own class
|
6 years ago |
Alexander Bork
|
add2a40a62
|
Integrated results of FDEP conflict search in DFT state space generation
|
6 years ago |
Matthias Volk
|
47344f9080
|
Removed unused flat_set includes
|
6 years ago |
Alexander Bork
|
e2ef6bc52a
|
Added missing initialization of result vector
|
6 years ago |
Alexander Bork
|
589555c75f
|
Moved dynamic behavior computation from builder to DFT and added SEQ and SPARE cases
|
6 years ago |
Matthias Volk
|
84467267e0
|
Second try to improve performance for relevant events
|
6 years ago |
Alexander Bork
|
aa150fc2e3
|
Extended FDEP conflict search by not considering pairs of FDEPs with static behavior
|
6 years ago |
Alexander Bork
|
bec75813b1
|
Added computation of dynamic behavior vector for DFTs
|
6 years ago |
Alexander Bork
|
39ec751f8d
|
Removed debugging output
|
6 years ago |