14 Commits (a85f4fdc897f64626514c389311c6f8ec9464518)

Author SHA1 Message Date
dehnert a85f4fdc89 replaced some StoRMs and Storms by storm, reworked version output a bit 8 years ago
sjunges 8fc0033bb2 fix dft-to-gspn regarding properties, now compiles again, and changed settings: Properties are now in IOSettings (should not change usage) 8 years ago
dehnert 7af65ac804 slightly modified stats output and fixed memory measurement under linux 9 years ago
dehnert a7e9c5819f removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking 9 years ago
dehnert 16a06d9f03 formula parser now directly emits properties with names; name filtering of properties from cli 9 years ago
dehnert b4381a7c48 Constants in formulas appear to be working 9 years ago
Sebastian Junges 88e17d423a updated dft->gspn->jani workflow 9 years ago
dehnert df7da86bd7 flattening JANI models appears to be working, started adding tests 9 years ago
dehnert bf5018b858 post-merge fixes 9 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
dehnert 5a793839e9 add some trace messages 9 years ago
dehnert 8f096e9475 more work on transient variables 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 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
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 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
Mavo a0d659f2da always use shared_ptr<Formula const> 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
sjunges e0980de0ba first version of storm without log4cplus as a dependency 9 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
sjunges bb408b2b29 parser returns non-const formulae now 10 years ago
sjunges d8191d8c6a const formulae 10 years ago
dehnert 756ac1cad7 added timeout and memout flags. memout is, however, not supported by Mac OS 10 years ago
dehnert cf15015421 some more work on games 10 years ago
dehnert 94b817c531 removed debug output 10 years ago
sjunges 649c928828 further refactored api / shifted some highlevel functionality to cli 10 years ago
sjunges 01a3748e87 Refactored part of the API / more functions 10 years ago
dehnert ffc9eda1c2 enabled terminal states for explicit model builder 10 years ago
sjunges f219437acf Faster compilation times! 10 years ago
dehnert d7490a74cb properties can now be given as string or file. both ways accept multiple formulas 10 years ago
dehnert f9f5a4e206 reincluded tbb in gmm. fixed missing header. extended formula parser to return multiple formulas 10 years ago
dehnert 1a07b24682 added some convenience functions for reward model building 10 years ago
sjunges 3c098f085a In principal, we need a fixpoint iteration for the static simplification. For now, we just call simplify twice. 10 years ago
dehnert e631dbd1a0 more work on new reward models 10 years ago