41 Commits (a9274d841c9b78db98f851af439f21aca29ca0d4)

Author SHA1 Message Date
TimQu 8050f8fc67 eliminate reward accumulations on jani level 7 years ago
TimQu 831f07e867 eliminate reward accumulations whenever possible 7 years ago
TimQu 910b6e6b22 fixed wrong include 7 years ago
TimQu 0fa361c393 displaying property name together with the property 7 years ago
TimQu 35aa166f5b added possibility to check all available jani properties 7 years ago
TimQu 86f0195b18 removed jani conversion in cli of main binary 7 years ago
dehnert 9d528db2fc adding translation of expressions used in formulas to symbolic-to-sparse transformers 7 years ago
TimQu 0c0f61e27b Fix: Only access counterexample settings in model-handling, if they are available. 7 years ago
Sebastian Junges 0be0126095 fixed support for highlevel counterex for expected rewards in dtmcs 7 years ago
sjunges 79bb6734ed compile and link parsers in seperate binary 7 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
Sebastian Junges 61925d1c98 add option for sparse model builder to add a state encoding out-of-bounds state valuations to enable analysis of buggy models 7 years ago
dehnert 21c970f8f7 added dd-to-sparse engine that builds the model as a DD and then transforms the whole model to a sparse representation 7 years ago
dehnert 09866e4577 enabling changing value type in quotient extraction of dd-bisimulation 7 years ago
dehnert 5f7cd17789 added printing info when value type is converted after preprocessing 7 years ago
dehnert 139752eb66 added option to perform dd-bisimulation using exact arithmetic 7 years ago
dehnert 9e5e1980dd first working version of symbolic Markov automaton bisimulation 7 years ago
dehnert 4d7be96dda MaxSAT-based high-level counterexamples for JANI 7 years ago
dehnert 24d6337006 JANI choice origins and MILP-based high-level cex for JANI 7 years ago
dehnert 4591dba631 made maxsat-based counterexample generation be applicable to DTMCs and MDPs 8 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