66 Commits (ff22a973debacd1c455ebf258974635c07d19f90)

Author SHA1 Message Date
Matthias Volk 267efd692a Construct time reward model 8 years ago
Matthias Volk dfd1fec8c5 Fixed compile issues 8 years ago
TimQu 66ab97ba4f transformer: Added functionality to also translate expected time formulas to expected rewards. 8 years ago
TimQu 19f353591f Added an option to transform CTMCs to MAs and DTMCs to MDPs. 8 years ago
TimQu 8a7a604f4c Fixed actually taking options for non-deterministic bisimulation when performing non-deterministic bisimulation. 8 years ago
Sebastian Junges f2850f9e6f verification api now takes (optionally) the environment as a first parameter, to make code less dependent on global setttings objects 8 years ago
TimQu 37eb90bc82 better check whether transition rewards can be scaled and lifted to action rewards 8 years ago
TimQu 2dd5c65051 fixed duplicated symbol linker error 8 years ago
TimQu 101b49b898 detect unsupported jani-features directly upon parsing the model. 8 years ago
dehnert c3d40d634b started working on the github issues by Linda 8 years ago
dehnert 51be532695 pulled out parsing from abstraction-refinement classes 8 years ago
TimQu d9ec0f8fcf removed include of old janiexportsettings 8 years ago
TimQu 86f0195b18 removed jani conversion in cli of main binary 8 years ago
Sebastian Junges 54c0bbb7c3 flatten of jani models before export via appropriate setting 8 years ago
Sebastian Junges e64e293d59 jani transformer which changes a variable into a location 8 years ago
dehnert 9d528db2fc adding translation of expressions used in formulas to symbolic-to-sparse transformers 8 years ago
Sebastian Junges 98969e627c updated counterexamples to support statistics to be exported 8 years ago
sjunges 79bb6734ed compile and link parsers in seperate binary 8 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 8 years ago
Joachim Klein b6d67e7995 properties.cpp: Output warning if we filter away all properties 8 years ago
Joachim Klein 04a1bbedfc properties.cpp: Log filename of properties file in --verbose mode 8 years ago
Joachim Klein 30a95ef9d6 Simplify check whether argument of --prop is a file/property 8 years ago
dehnert 135c38777f game-based abstraction working with rational numbers 8 years ago
dehnert 09866e4577 enabling changing value type in quotient extraction of dd-bisimulation 8 years ago
dehnert 9e5e1980dd first working version of symbolic Markov automaton bisimulation 9 years ago
dehnert 4d7be96dda MaxSAT-based high-level counterexamples for JANI 9 years ago
dehnert 24d6337006 JANI choice origins and MILP-based high-level cex for JANI 9 years ago
Sebastian Junges b64b65f156 qualitative model checking for pmdps enabled 9 years ago
dehnert 4591dba631 made maxsat-based counterexample generation be applicable to DTMCs and MDPs 9 years ago
TimQu 42cea9c688 better subenvironments 9 years ago
TimQu fd8c99b989 Introducing Environment in MinMaxSolvers and ModelCheckers 9 years ago
dehnert 57a6115beb new bisimulation-based abstraction-refinement model checker that uses the new abstraction-refinement framework 9 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 9 years ago
dehnert b415c12c25 further preparation of partial bisimulation model checker 9 years ago
dehnert 9c685f3bdb started on partial bisimulation model checker 9 years ago
dehnert 9a6abf7eec fixed a bug in dd-based reward model building 9 years ago
dehnert f96403de9e added reduction to state-based rewards to symbolic (reward) models 9 years ago
Sebastian Junges 63fd02937f pomdps 9 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. 9 years ago
dehnert f3ebfaa90f more work on MDP bisimulation 9 years ago
dehnert b25ef3f09c introduced symbolic bisimulation modes lazy and eager, fixed bug in sparse quotient extraction 9 years ago
dehnert 8a01765005 enabling symbolic bisimulation from cli 9 years ago
Sebastian Junges 53a2723e0c storm pars result moved from storm to storm pars 9 years ago
sjunges 5a3c67c352 Use result.toString to generate easier-to-parse result files 9 years ago
TimQu 07259e8f0d added parser for IMCAs explicit Markov automaton format 9 years ago
TimQu 57490a7947 fixed continuous to discrete time transformation 9 years ago
TimQu c7b83ffb5f moved parameter lifting related code out of the main library/executable 9 years ago
TimQu b3c8b92ea5 added model transformations to the api 9 years ago
TimQu 8b29b71c46 added the option to build a model with state valuations to the api 9 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. 9 years ago