29 Commits (2bd0e2e37752bedb11b72946f7b986e76662958d)

Author SHA1 Message Date
dehnert 2bd0e2e377 Improved performance of explicit model generation a bit. 11 years ago
dehnert 91e177028d Started refactoring explicit model generator of PRISM models 11 years ago
dehnert 5e9e7b875b Proper output of MathSAT version on command line. 11 years ago
dehnert c474920fa4 Started refactoring SMT solvers. Now displaying MathSAT version in CLI. 11 years ago
dehnert 7014d289e8 Fixed some issues related to bisimulation in the presence of state rewards. 11 years ago
svkurowski 287281d053 Enable checking MDP models from the CLI 11 years ago
dehnert 79798e2cb1 Fixed the reward-issue even harder. 11 years ago
dehnert 7cd0dfe8b0 Fixed an issue regarding the reward model generation. 11 years ago
dehnert 370a0ae476 Fixed some issues in bisimulation and added some tests. 11 years ago
dehnert 2f20abf47f The user can now select on the command line which reward model of a symbolic model is to be used (as a second [optional] argument to --symbolic). 11 years ago
dehnert e6904dcb21 Renamed bisimulation decomposition class to reflect that now also weak bisimulations can be computed. 11 years ago
dehnert 7257bb23c3 Further work on weak bisimulation. Model checking can now be done from tne command line again. 11 years ago
dehnert 56aec18a48 Added bisimulation settings. Further work on weak bisimulation. 11 years ago
dehnert 1c091d7640 Renamed some classes to indicate that only strong bisimulation can be computed. Added option to start with an initial partition that preserves only certain formulas. Added ConstantsComparator concept that is to be used when constants have to be compared with other constants. 11 years ago
dehnert af270dee8a Enabled bisimulation quotienting. 11 years ago
dehnert 0e0027aa8e Further work on sparse bisimulation. 11 years ago
dehnert bc43ce52ab Eliminated two bugs, more to come. 11 years ago
dehnert 8c64a1911c Still bugs in bisimulation minimization. 11 years ago
dehnert 828e46ce87 Started working on a more clever way to do bisimulation minimization. 11 years ago
sjunges a18d5e9631 missing headers due to removal of other headers in another file 11 years ago
sjunges 7a5131ad6d added a header which was missing and caused trouble now it was removed elsewhere 11 years ago
dehnert ca9dddb110 Sparse Bisimulation is still ongoing work. 11 years ago
sjunges cafcb3f238 version info extended and moved to cpp, added options flag (although unclear what exactly should be displayed then) 11 years ago
dehnert 0a0485c8f0 Added the functionality to specify and parse a configuration file to set command line options. 11 years ago
dehnert 1f1b60e6de Added macros that can be used for printing and warnings. Included Dennis' fix for model checking of Markov automata. Added check methods to the settings modules that check whether the specified options are non-contradictive. 11 years ago
dehnert de5f90fe4b Rough version of refactored version of processing the options (in terms of computing something). Currently it is only capable of parsing the model and generating a counterexample. 11 years ago
dehnert e49814d391 Modified pctl/csl/ltl options to now take formulas instead of files. Prefixed the macros with STORM_. Moved these macros into a file in the utilities. Modified architecture of the exception classes slightly. Threw away all the contents of main(). This will now be build from scratch. 11 years ago