113 Commits (16ad9d3a833dbd5b8287cae9c405b1f2416a6aa5)

Author SHA1 Message Date
Tim Quatmann 4eed592811 --timeout now just sends a SIGALRM signal (which can be catched by the signal handler). 6 years ago
Sebastian Junges 193bddbd11 add overlapping guards label via command line 6 years ago
Matthias Volk 6540b486e7 NotSupportedException when using drn export for symbolic models 6 years ago
Tim Quatmann 1603f0569d Silenced a gcc warning. 6 years ago
Tim Quatmann 2b57211a98 cli: Making sure that the warning for unsupported model checking queries is only displayed in the main binary. 6 years ago
Tim Quatmann 82ad509405 storm-cli: Splitting the 'export' part from buildPreprocessExportModelWithValueTypeAndDdLib. This allows to build the model without exporting it. 6 years ago
Matthias Volk d0b54fe6b5 Set number of printed digits in output 6 years ago
Tim Quatmann 5dcebdef93 Fixed invocation of storm without a model. 6 years ago
Tim Quatmann 4d55dfbf07 Fixed doing non-exact model checking in portfolio engine, even if the --exact switch was set. 6 years ago
Tim Quatmann c6b984ca51 Do not perform the conversion from a prism program to a jani model twice. 6 years ago
Tim Quatmann e3663ee740 Portfolio: print true/false instead of 1/0 6 years ago
Matthias Volk ce298fa782 Moved signal handling to own file to prevent problems with global static variables being non-unique 6 years ago
Matthias Volk f01d8943ad Indicate if result is not fully correct due to abort 6 years ago
Matthias Volk 45aa451be5 Signal handler supporting termination after waiting period 6 years ago
Tim Quatmann b1dc6fec06 Accelerated zeno check for MAs. Also only apply zeno check if --additional-checks is set. 6 years ago
Tim Quatmann ba6f0c0e87 BuildSettings: Added the possiblities to build a model with choiceorigins and without max. progress assumption. 6 years ago
Tim Quatmann c66b0ea442 model-handling: Fixed compatibility checks 6 years ago
Tim Quatmann 54b37d8698 Added entry points for portfolio engine 6 years ago
Tim Quatmann 8711b32c99 When using bisimulation with the dd-to-sparse engine, the quotient is automatically extracted in a sparse way. 6 years ago
Tim Quatmann 1574f4444a CLI: Introduced ModelProcessingInformation which allows to set certain settings (regardinge model building and model verification) in an on-the-fly manner. 6 years ago
Tim Quatmann 739151af8d CLI: Provide the engine as a parameter in most of the CLI options. 6 years ago
Tim Quatmann 17325419fb Introduced JIT as a separate engine. 6 years ago
Tim Quatmann d36cd93ae8 CLI: Split parsing and preprocessing of symbolic input into two steps. 6 years ago
Sebastian Junges 0a6f54f33e a version of parsing choice labels from DRN 6 years ago
Sebastian Junges be063dba14 POMDPs are now always built with choice labelling and choice indices 6 years ago
Alexander Bork 605546358b Added option to merge labels of eliminated states into existing states 6 years ago
Alexander Bork e28203fbb8 Added option to merge labels of eliminated states into existing states 6 years ago
Matthias Volk 61c1ec8537 Check for Zeno cycles in MA 6 years ago
Matthias Volk ddff929cbd Scheduler extraction is only supported for quantitative checks 6 years ago
Matthias Volk b0abbb5088 Support for k-shortest path counterexamples 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 9a5a6d72c6 Moved some cex code into counterexample module 6 years ago
Matthias Volk b8991ca4bf Fixed compile issue due to merge 6 years ago
Matthias Volk e4e069a98c Slight refactoring of transformations 6 years ago
TimQu 9438d56ab3 added cli option for transforming continuous time models to discrete time. 6 years ago
Tim Quatmann a47945a931 Cleaner output when exporting schedulers 6 years ago
Tim Quatmann 72425ec1b2 CLI: Added an option to export the produced scheduler to a file. 6 years ago
Alexander Bork 450e074c5b Integrated non-Markovian state elimination into Storm MA modelchecking 7 years ago
Sebastian Junges d295f6e777 export of bdds into dot and text format 7 years ago
TimQu b6a5fcfd84 Settings: Do not hard-code executable name in help message. 7 years ago
TimQu d6e91183d7 cli: don't print the whole help message when an error occurred during option parsing. 7 years ago
Tim Quatmann 3a11a4b3eb Introducing a TBB adapter that #undefs TRUE and FALSE. 7 years ago
TimQu eb15177801 cli: try to recover after checking a property has failed. (related to GitHub issue #42) 7 years ago
Tim Quatmann 80bfa6b56e Allow to quickly check a benchmark from the Quantitative Verification Benchmark Set. 7 years ago
Matthias Volk 87d078f897 Output error by STORM_LOG_ERROR 7 years ago
TimQu c1119fcd8d Triggered conversion from PRISM to JANI when building an MA with the dd engine since MAs are unsupported in the DdPrismModelBuilder. 7 years ago
TimQu 19f353591f Added an option to transform CTMCs to MAs and DTMCs to MDPs. 7 years ago
TimQu 02977da3d7 Apply maximum progress assumption while building a Markov Automaton explicitly. 7 years ago
TimQu c27b8af90f Display the time required for parsing the prism/jani input 7 years ago
TimQu 0434d9f83a fixed issue when checking whether transition rewards can be lifted 7 years ago