87 Commits (44c06641d74121e90c06057924123c34be1f446f)

Author SHA1 Message Date
dehnert 8f096e9475 more work on transient variables 9 years ago
dehnert 9de219a6b9 more work on jit-based model builder 9 years ago
sjunges ecc74595ba several jani related fixes: IsInitialRestrictionSet(), FormulaContext, minor things 9 years ago
sjunges ed970d78b1 property support for jani -- several changes throughout code, parser currently only supports probability properties 9 years ago
sjunges 744216d5d2 export formulae 9 years ago
sjunges ae57574d85 first version of explicit format export [mdps/no rewards only currently] 9 years ago
sjunges 1309729150 export standard compliant jani by moving destinations outwards 9 years ago
sjunges 1557983f8b Jani Export settings and code 9 years ago
dehnert 99badd02c5 more work towards JANI reward models 9 years ago
dehnert c2cab571f5 made tests work again 9 years ago
dehnert e274cd33eb adapted cli to use symbolic model description rather than PRISM program 9 years ago
dehnert d5ba9e00e8 started on making jani available from cli, commit to switch workplace 9 years ago
sjunges 548ba8bbeb somehow managed my way through the policy guessing, several minor extensions to solvers 9 years ago
sjunges 444318e624 refactoring up to tests done 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
hbruintjes d9cb1a79f8 Replace cout macros with l3pp 9 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
dehnert f3fa90cc37 more work towards exact solving 9 years ago
dehnert d3de111b3b more work to enable storm to use rational arithmetic 9 years ago
dehnert 8f12b3b8c4 added option 'exact' (in addition to parametric) 9 years ago
dehnert 4cc780cbc0 tests compiling and running again 9 years ago
dehnert ddf165d4d3 more work on tearing PRISM-specific functionality out of the explicit model builder 9 years ago
Mavo a0d659f2da always use shared_ptr<Formula const> 9 years ago
dehnert 60bbce0ba1 added two tests for exploration engine 9 years ago
dehnert 1424d536ca renamed learning to exploration engine and started on a minor refactoring 9 years ago
dehnert 38ea181e3d added tons of debug output. all small test models now show sane results 9 years ago
dehnert b06419afe0 working towards EC detection 9 years ago
Mavo c9f04ecc0b Added IOSettings 9 years ago
Mavo effadc5cca Split into general settings and markov chain settings 9 years ago
Mavo 8241df3b0b First step towards settings for multiple binaries 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
dehnert ca354cffe4 moved preprocessing of PRISM program to utility to make it accessible from learning-based model checker 9 years ago
dehnert 7dee6d3da2 started on learning-based MDP model checking 9 years ago
dehnert bb7d8ca3c5 added learning as new engine selection in options 9 years ago
Mavo f935f502dd Activate pCTMCs for storm 10 years ago
TimQu da0dafe5be ModelInstantiator!!!!11 10 years ago
sjunges e0980de0ba first version of storm without log4cplus as a dependency 10 years ago
dehnert e5f9ddfbcc changed cli to create tasks that only compute the value for the initial state (if the model checker supports that) 10 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 10 years ago
dehnert 5b60585b8a replaced boost::optional<std::string>() by boost::none 10 years ago
TimQu 2b320523b5 fixed displaying of non const states and transitions 10 years ago
sjunges bb408b2b29 parser returns non-const formulae now 10 years ago
TimQu 79d07a6bbd .. 10 years ago
TimQu bb55d04acb .. 10 years ago
TimQu 9d942bc78f .. 10 years ago
TimQu d6f65465d2 Number of non-const states and transitions 10 years ago
sjunges d8191d8c6a const formulae 10 years ago
dehnert fdf2d81c61 added missing template parameter 10 years ago
TimQu 7c1cfdcdf1 .. 10 years ago
TimQu ea828243ee .. 10 years ago