40 Commits (102602dea251e76a5247c367401717030718752e)

Author SHA1 Message Date
sjunges 102602dea2 some refactoring 9 years ago
Mavo a6a8e5fff6 Structure for MA to CTMC 9 years ago
Mavo d60afed273 MA model checking can be called now for doubles 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) 9 years ago
Mavo b55cc3276e Reachability probabilities for CTMCs 9 years ago
dehnert 5b60585b8a replaced boost::optional<std::string>() by boost::none 9 years ago
Mavo 3e4ddbea8c Integrated expected time on parametric CTMCs 9 years ago
sjunges bb408b2b29 parser returns non-const formulae now 9 years ago
sjunges d8191d8c6a const formulae 9 years ago
sjunges c2138a8f1d no, thou shall not check how stupid i've been here 9 years ago
sjunges 524f3aa0c2 perform bisim wrt single formula 9 years ago
sjunges 95c37244a2 reduced complexity of bisimulation and preprocess call 9 years ago
Mavo 0a1ebc2f73 Distinct error message for parametric model checking 9 years ago
sjunges ad01dfa611 refactored bisimulation a bit (mainly the entry point as well as hidden some options) 9 years ago
dehnert ebbd03c15b fixed some warning-related stuff. introduced abstraction-refinement engine in options and entrypoints that currently only throws not-implemented exception 9 years ago
sjunges e4725aa4a1 Instead of returning the program, return the prepared formulas 9 years ago
sjunges e45ce6f293 replaced stdpair by struct for model,program pairs 9 years ago
sjunges 1e1400d68d merge 9 years ago
dehnert d0e15d1a4f more work (and stuff, you know?) 9 years ago
dehnert abacfdd28d added sylvan settings. made sylvan available from the cli 9 years ago
dehnert 19029cd905 functional tests compile and run again, yay! 10 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
dehnert 7156a63b0f tried different approach for bisim for MDPs 10 years ago
dehnert 2484a515a0 some more work on bisim 10 years ago
dehnert 40a75baee7 using some template magic to make it compile again 10 years ago
dehnert 11b04c7940 more work towards making the new bisim class available from the cl 10 years ago
dehnert 1428f1647b commented in some more tests, however the main entry points need to be fixed because of the new templating of the bisimulation class 10 years ago
dehnert 96954ddd15 refactoring of bisimulation class in the prospect of extending it to (CT)MDPs, not yet done 10 years ago
sjunges 86155a5a87 extra option for export of a matrix 10 years ago
dehnert 5c838e2006 added the feature to build information about the state space that can be retrieved after building the model to the explicit model builder 10 years ago
sjunges 7884fc37ed explicit model builder supports non-default reward models 10 years ago
sjunges c3e390c59a extended api with an option to verify model according to given engine 10 years ago
sjunges 649c928828 further refactored api / shifted some highlevel functionality to cli 10 years ago
sjunges c281efcde3 refactored parts of the api 10 years ago
sjunges 01a3748e87 Refactored part of the API / more functions 10 years ago
dehnert bc3f6b8d80 fixes for parts that were affected by recent parser templating 10 years ago
chris a216b5a9d9 added support for parsing choice labels for explicit MDPs 10 years ago
dehnert f409087f47 first version of interval reward model support for MDPs. also fixed a missing include that prevented compilation of the main executable 10 years ago
sjunges f219437acf Faster compilation times! 10 years ago
dehnert 972c391eb1 fixed some more bugs/warnings 10 years ago
dehnert fbd05cd780 more and more bugfixes 10 years ago
dehnert 1a07b24682 added some convenience functions for reward model building 10 years ago
dehnert 6133c3462a symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs 10 years ago
dehnert 72cb30d6b0 started replacing ValueType template argument by model class in all instantiations 10 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert 04f789619c some work towards eliminating compiler warnings 10 years ago
sjunges 812b101c40 better program checks, some extensions in model and matrix 10 years ago
sjunges 2e0c9c1244 unification of some constructs in carl propagated to storm 10 years ago
sjunges 8b1e003657 Fix 10 years ago