19 Commits (4591dba631111f31a65a5252b1ab622f70d91f0b)

Author SHA1 Message Date
dehnert 4591dba631 made maxsat-based counterexample generation be applicable to DTMCs and MDPs 7 years ago
dehnert 0d18886966 re-enabling conversion of MA to CTMC if the MA only has Markovian states 8 years ago
sjunges 12dda40919 split IOSettings in BuildSettings and IOSettings, refactored some dependencies on settings object away if it doesnt hurt too much, moved GSPN and PGCL settings to their own libs 8 years ago
dehnert c85e30dfd0 added distance-aware initial partition to dd-based bisimulation 8 years ago
dehnert b415c12c25 further preparation of partial bisimulation model checker 8 years ago
dehnert 9c685f3bdb started on partial bisimulation model checker 8 years ago
dehnert bf727a28fd remove debug output and choose sylvan automatically in exact mode 8 years ago
Matthias Volk e5387ecc85 Deactivated conversion to CTMC for trivial non-determinism in MA as it is not correct at the moment 8 years ago
dehnert e557a8e069 started on EC elimination for hybrid engine 8 years ago
dehnert 2d41de479e added progress outputs to iterative solvers 8 years ago
TimQu fcd277c42a added an option that enables building of state valuations. Also include the state valuations when the model is exported to .dot format 8 years ago
dehnert 68f14c728a added missing check for existence of model 8 years ago
dehnert b4bfd0c39f performance improvement in DS-MPI; some cleanups 8 years ago
dehnert df0b5fbfa5 fixed multiply-reduce operations in the presence of empty row groups 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
dehnert 7af65ac804 slightly modified stats output and fixed memory measurement under linux 8 years ago
dehnert a7e9c5819f removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking 8 years ago
TimQu 362b3bf6c6 removed eigen usages 8 years ago