110 Commits (5f119ed149dcb2643e92244f320602ea29e07504)

Author SHA1 Message Date
Tim Quatmann 5f119ed149 Fixed weird error when invoking Storm with portfolio engine and no input model. 5 years ago
Sebastian Junges d6bfcb4818 refactoring: moving some code out of the util folder 5 years ago
Tim Quatmann 5aa3610f2e Model building: Set automatically building choice labels and origins within the BuilderOptions (previously, this was done in the cli code) 5 years ago
Tim Quatmann e9ab8e65d4 model building: Fixed correctly setting the number of reserved bits for unbounded state variables from the cli option 5 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) 5 years ago
Sebastian Junges a7b6e00e88 builderoptions no longer implicitly takes settings from buildersettings 5 years ago
Sebastian Junges d71e70da42 build-all-labels for building all labels without building everything, and renamed build-overlapping-guards-label and build-out-of-bounds-state 5 years ago
Sebastian Junges 1a6f2e6fba --io:nodrnplaceholders 5 years ago
Sebastian Junges 193bddbd11 add overlapping guards label via command line 5 years ago
Matthias Volk 6540b486e7 NotSupportedException when using drn export for symbolic models 5 years ago
Tim Quatmann 1603f0569d Silenced a gcc warning. 5 years ago
Tim Quatmann 2b57211a98 cli: Making sure that the warning for unsupported model checking queries is only displayed in the main binary. 5 years ago
Tim Quatmann 82ad509405 storm-cli: Splitting the 'export' part from buildPreprocessExportModelWithValueTypeAndDdLib. This allows to build the model without exporting it. 5 years ago
Tim Quatmann 5dcebdef93 Fixed invocation of storm without a model. 5 years ago
Tim Quatmann 4d55dfbf07 Fixed doing non-exact model checking in portfolio engine, even if the --exact switch was set. 5 years ago
Tim Quatmann c6b984ca51 Do not perform the conversion from a prism program to a jani model twice. 5 years ago
Tim Quatmann e3663ee740 Portfolio: print true/false instead of 1/0 5 years ago
Matthias Volk ce298fa782 Moved signal handling to own file to prevent problems with global static variables being non-unique 5 years ago
Matthias Volk f01d8943ad Indicate if result is not fully correct due to abort 5 years ago
Tim Quatmann b1dc6fec06 Accelerated zeno check for MAs. Also only apply zeno check if --additional-checks is set. 5 years ago
Tim Quatmann ba6f0c0e87 BuildSettings: Added the possiblities to build a model with choiceorigins and without max. progress assumption. 5 years ago
Tim Quatmann c66b0ea442 model-handling: Fixed compatibility checks 5 years ago
Tim Quatmann 54b37d8698 Added entry points for portfolio engine 5 years ago
Tim Quatmann 8711b32c99 When using bisimulation with the dd-to-sparse engine, the quotient is automatically extracted in a sparse way. 5 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. 5 years ago
Tim Quatmann 739151af8d CLI: Provide the engine as a parameter in most of the CLI options. 5 years ago
Tim Quatmann 17325419fb Introduced JIT as a separate engine. 5 years ago
Tim Quatmann d36cd93ae8 CLI: Split parsing and preprocessing of symbolic input into two steps. 5 years ago
Sebastian Junges 0a6f54f33e a version of parsing choice labels from DRN 5 years ago
Sebastian Junges be063dba14 POMDPs are now always built with choice labelling and choice indices 5 years ago
Alexander Bork 605546358b Added option to merge labels of eliminated states into existing states 5 years ago
Alexander Bork e28203fbb8 Added option to merge labels of eliminated states into existing states 5 years ago
Matthias Volk 61c1ec8537 Check for Zeno cycles in MA 5 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 6 years ago
Sebastian Junges d295f6e777 export of bdds into dot and text format 6 years ago
TimQu eb15177801 cli: try to recover after checking a property has failed. (related to GitHub issue #42) 6 years ago
Tim Quatmann 80bfa6b56e Allow to quickly check a benchmark from the Quantitative Verification Benchmark Set. 6 years ago
Matthias Volk 87d078f897 Output error by STORM_LOG_ERROR 6 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. 6 years ago
TimQu 19f353591f Added an option to transform CTMCs to MAs and DTMCs to MDPs. 6 years ago
TimQu 02977da3d7 Apply maximum progress assumption while building a Markov Automaton explicitly. 6 years ago