646 Commits (61a8b9bb29bcbcee9835b6c11758648d82f04b97)

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 6f2916d557 Adapted the explicit model generator to the new hash map. Surprise: doesn't work yet. 11 years ago
dehnert ab0caf79e8 Replaced action names by indices in PRISM programs. 11 years ago
dehnert ee9533e586 Started working on making the main executable build again. 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 b787d6420a Using correct carl::pow now. 11 years ago
dehnert b7492d543a Further work regarding rewards in parameterized models. Note: this includes some debug output. 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
svkurowski 30b9811512 Enable checking MDP models from the CLI 11 years ago
dehnert 609a948495 Put noexcept in Macro and use deprecated throw() for MSVC to make it happy. 11 years ago
dehnert 79798e2cb1 Fixed the reward-issue even harder. 11 years ago
dehnert c4c7794069 Intermediate commit. 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 71ceb3f34b Removed some time measurements and fixed simplify functionality. 11 years ago
dehnert ed6f3dae9f Renamed the newly added method. 11 years ago
dehnert 2437601a85 Added function to compute distances of states to some other set of states. 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 d3fc2d8fbf Fixed small but important bug in SCC decomposition that led to wrong results when using MSVC. 11 years ago
dehnert 13555cca4d Some 'fixes' here and there. 11 years ago
dehnert 70464128aa Too tired for a message. 11 years ago
dehnert 6eb846da97 Fixed minor issue in constants comparator. 11 years ago
dehnert d06c5b4a0c Fixed simplify. 11 years ago
dehnert 4d20e099bf Added stuff, you know? 11 years ago
dehnert 60510d07f7 Fixed one parametric model. Added debug output. 11 years ago
dehnert 9756de998a Bunch of fixes. 11 years ago
dehnert c2abd9968f Introduced constants comparator in explicit model adapter. 11 years ago
dehnert 843a1d1fdf Added comparator use for checking validity of probability matrices such that only if the value is actually constant it is required to be one. 11 years ago
dehnert aa6e44a1e2 Some fixes after merge. 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 d78d88b84d added export of constraints and resultfile 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 0776d8a74b Added and fixed some example models. Added option for maximal size of SCC that gets eliminated using state elimination. 11 years ago
dehnert 4eea90646a Fixed attributes of some example files. Added option to eliminate entry states in the very end (added option module for model checking of parametric models). Added feature to specify the formulas to check on the command line. 11 years ago
dehnert 2fa3036dc3 Added functionality to replace identifiers in an expression with the values given in an valuation. State-variables now get replaced in probabilities specified by a parameterized model. Fixed and added some parameterized models. 11 years ago
sjunges addeedc339 better isOne checking 11 years ago