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
Before, the argument to `--prop` was only treated as a file if (a) it exits and (b) contains a dot.
We remove the requirement for a dot and always treat the argument as a file if it exists.
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
8 years ago
dehnert
4d7be96dda
MaxSAT-based high-level counterexamples for JANI
8 years ago
dehnert
24d6337006
JANI choice origins and MILP-based high-level cex for JANI
8 years ago
Sebastian Junges
b64b65f156
qualitative model checking for pmdps enabled
8 years ago
dehnert
4591dba631
made maxsat-based counterexample generation be applicable to DTMCs and MDPs
8 years ago
TimQu
42cea9c688
better subenvironments
8 years ago
TimQu
fd8c99b989
Introducing Environment in MinMaxSolvers and ModelCheckers
8 years ago
dehnert
57a6115beb
new bisimulation-based abstraction-refinement model checker that uses the new abstraction-refinement framework
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
b415c12c25
further preparation of partial bisimulation model checker
8 years ago
dehnert
9c685f3bdb
started on partial bisimulation model checker
8 years ago
dehnert
9a6abf7eec
fixed a bug in dd-based reward model building
8 years ago
dehnert
f96403de9e
added reduction to state-based rewards to symbolic (reward) models
8 years ago
Sebastian Junges
63fd02937f
pomdps
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.
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
Matthias Volk
d893f5a19b
Named variables in api
9 years ago
Matthias Volk
535d70f427
Added missing include
9 years ago
dehnert
f7965cfc12
minor cleanup
9 years ago
dehnert
ea02ea0838
started overhaul of cli/api
9 years ago