734 Commits (ce5ca9d1ced4ecfdc5b77ce00ecc05c914c81164)

Author SHA1 Message Date
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
dehnert 2e8f74a700 First steps toward exact linear equation solver 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
PBerger 9b9468fbfd Fixed issues in graph.cpp when CARL is not available. 9 years ago
sjunges bfe7354b22 fixed a double extern declaration 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
TimQu ff8332bd62 display model statistics before bisimiulation 9 years ago
TimQu 56be3c183b implemented refinement of regions plus benchmarks 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
dehnert 94b817c531 removed debug output 10 years ago
dehnert 0f6e6e4da1 added feature to compute step-bounded until probabilities in parametric models 10 years ago
dehnert 8ed4a5f849 some refactoring in elimination-based model checker 10 years ago
TimQu 1225b056f2 a little refactoring 10 years ago
sjunges 1e1400d68d merge 10 years ago
sjunges 096778a5d0 assorted fixes (builder for no-fix-deadline, semicolon, xercesbuild) 10 years ago
TimQu 8ab7cae974 early termination 10 years ago
TimQu c0b5190022 Extended interface of linEqSolvers a little, 10 years ago
dehnert dd5af80d5a work towards easier deployment of other ordering heuristics 10 years ago
dehnert d0e15d1a4f more work (and stuff, you know?) 10 years ago
dehnert b297cdf38f added some syntatic sugar to PRISM parser in order to enhance performance tests of symbolic model checker 10 years ago
dehnert 0d6612352c silenced sylvan and gmm warnings (for clang) 10 years ago
dehnert abacfdd28d added sylvan settings. made sylvan available from the cli 10 years ago
dehnert 7376eaf866 made symbolic MDP model checker tests work 10 years ago
dehnert 7f75db2790 ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working. 10 years ago
dehnert 8657fb0181 introduced relational product operations to prob0/1 algorithms (where possible) 10 years ago
TimQu 91fb664910 Refactored a little and implemented functions for prophesy 10 years ago
TimQu f3f3a31e1e Optimization for policy recycling 10 years ago
dehnert 19029cd905 functional tests compile and run again, yay! 10 years ago
TimQu 9c645ba24b Work on policy recycling 10 years ago
TimQu dae0faa2a0 refactored the quick implementation of the recent bugfix 10 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 10 years ago
dehnert 7fa7381047 trying to get the new infrastructure of the DD abstraction layer integrated into the other parts of storm 10 years ago
TimQu 87c8241ec7 policies for games 10 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
dehnert b88165f27c fixed the warnings related to our macros 10 years ago
TimQu 0863d0e51a don't store ALL the occurring policies... 10 years ago
dehnert b31d98909b Explicit MDP bisim working but unfortunately slow :( 10 years ago
dehnert 7156a63b0f tried different approach for bisim for MDPs 10 years ago
TimQu 6ddddd8cfa Implemented policy extraction for value iteration 10 years ago
dehnert 2484a515a0 some more work on bisim 10 years ago