118 Commits (50c7a69f94830e5626490b538e2625c58a8fc9fe)

Author SHA1 Message Date
dehnert e557a8e069 started on EC elimination for hybrid engine 7 years ago
dehnert 2d41de479e added progress outputs to iterative solvers 7 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 7 years ago
dehnert 68f14c728a added missing check for existence of model 7 years ago
dehnert b4bfd0c39f performance improvement in DS-MPI; some cleanups 7 years ago
dehnert df0b5fbfa5 fixed multiply-reduce operations in the presence of empty row groups 7 years ago
Sebastian Junges e0452be54b move some of the cli stuff to an own header 7 years ago
sjunges e718acffba move cli stuff from storm lib to an own small lib 7 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. 7 years ago
dehnert d0ec9a362f added time output to cli 7 years ago
dehnert cdf76b0c15 fixed DD-based quotient extraction in bisimulation 7 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
dehnert 16a06d9f03 formula parser now directly emits properties with names; name filtering of properties from cli 8 years ago
dehnert b4381a7c48 Constants in formulas appear to be working 8 years ago
TimQu bfbd96a0e6 added some output for benchmarking 8 years ago
Sebastian Junges 88e17d423a updated dft->gspn->jani workflow 8 years ago
dehnert df7da86bd7 flattening JANI models appears to be working, started adding tests 8 years ago
dehnert bf5018b858 post-merge fixes 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 8 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 8 years ago