21 Commits (70d10bd0374e5f9aba5cf1c300a17b3169dbce8d)

Author SHA1 Message Date
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
Tim Quatmann 4eed592811 --timeout now just sends a SIGALRM signal (which can be catched by the signal handler). 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
Matthias Volk d0b54fe6b5 Set number of printed digits in output 5 years ago
Tim Quatmann c6b984ca51 Do not perform the conversion from a prism program to a jani model twice. 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 45aa451be5 Signal handler supporting termination after waiting period 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 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
TimQu b6a5fcfd84 Settings: Do not hard-code executable name in help message. 6 years ago
TimQu d6e91183d7 cli: don't print the whole help message when an error occurred during option parsing. 6 years ago
Tim Quatmann 3a11a4b3eb Introducing a TBB adapter that #undefs TRUE and FALSE. 6 years ago
sjunges 6dfce6a405 extended counterexamples towards expected rewards, and moved counterexamples to a seperate lib (still in main cli) to slightly accelarate building times 7 years ago
Joachim Klein 2948611f3f cli.cpp: Quote arguments in "Command line arguments" status line 7 years ago
dehnert 0ef06fd31b re-add time output to storm output and make iterative minmax solver respect linear equation solver format for policy iteration 8 years ago
Matthias Volk 349e276c9b Removed include of cpp file in storm-pars-cli and storm-dft-cli 8 years ago
Sebastian Junges e0452be54b move some of the cli stuff to an own header 8 years ago
sjunges e718acffba move cli stuff from storm lib to an own small lib 8 years ago
sjunges 2c2dc5acd8 Changed API such that the command line settings do not occur in the settings anymore. Moreover, to prevent having 15 Boolean arguments, the build options are now part of the API. 8 years ago
dehnert d0ec9a362f added time output to cli 8 years ago
dehnert cdf76b0c15 fixed DD-based quotient extraction in bisimulation 8 years ago
dehnert b25ef3f09c introduced symbolic bisimulation modes lazy and eager, fixed bug in sparse quotient extraction 8 years ago
dehnert 8a01765005 enabling symbolic bisimulation from cli 8 years ago
dehnert 6fd75ac37e fixed issue in cli related to transforming PRISM to JANI 8 years ago
TimQu 275f1ff15e only filter the result if there actually is a result and a filter 8 years ago
TimQu 07259e8f0d added parser for IMCAs explicit Markov automaton format 8 years ago
dehnert 6471bfdcea made cli output respect filters 8 years ago
TimQu ae470851f4 Do not segfault when a property could not be verified 8 years ago
dehnert bc373475ff respecting state filters in bisimulation 8 years ago
dehnert 3ffaa77193 first version of state filters in filter expressions 8 years ago
TimQu c7b83ffb5f moved parameter lifting related code out of the main library/executable 8 years ago
TimQu b1f4dfd9d1 Fixed restoring the value of std::cout.fill() after setting it to '0' 8 years ago
dehnert ada12204e1 fixed regression that did not define undefined constants properly 8 years ago
dehnert cf79c053f9 replaced lambda default argument by Functor to make gcc 6.3 happy 8 years ago
TimQu ecf3c7e996 reverted renaming of LabelSetGenerators to CommandSetGenerators. Potentially, these generators work for arbitrary sets of labels, not just for sets of Prism commands. 8 years ago
dehnert 9cf3c67be9 added missing include of StandardRewardModel.h 8 years ago
dehnert f7965cfc12 minor cleanup 8 years ago
dehnert d746ff7154 remove superfluous entrypoints.h 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
dehnert f0f4cd7390 first version of sparse quotient extraction for dd bisimulation 8 years ago
TimQu 8dfa141a4a Exporting .dot for explicit input. 8 years ago
Sebastian Junges 291f5ecd47 First version of Jani-to-Dot. 8 years ago
dehnert 98d956275a reworked version detection via git/defaults if not available 8 years ago
Matthias Volk 40e125fb85 Enable parsing of parametric DRN 8 years ago
Matthias Volk 36854d4636 Framework for DRN parser 8 years ago
sjunges b711e050c1 Export jani before constant replacement. 8 years ago
Sebastian Junges 5894f7c706 some forward declarations and header updates to battle recompilation times 8 years ago
dehnert a85f4fdc89 replaced some StoRMs and Storms by storm, reworked version output a bit 8 years ago
sjunges 8fc0033bb2 fix dft-to-gspn regarding properties, now compiles again, and changed settings: Properties are now in IOSettings (should not change usage) 8 years ago