11 Commits (bfb81e2780fc2f806b89654e816b308dfe1d9463)

Author SHA1 Message Date
dehnert b3a02b6e8a fix in sparse ctmc model checker: bounded until returned empty result in case there are no non-prob0-states 8 years ago
TimQu 92beab426f created a modelCheckerHint class that allows to store all kinds of hints that a model checker might make use of 8 years ago
TimQu 7a7ad8a34a Instantiation model checker for MDPs. 8 years ago
dehnert c467fa5f38 printing -1 as infinity for rational numbers and added clipping result to valid range where appropriate 8 years ago
dehnert aac7433f39 expression manager now caches types, expression evaluator avoid creating unnecessary expressions and traversals 8 years ago
dehnert 7b0b6fa333 fixed a formula parsing bug, corrected some result printing 8 years ago
dehnert 6dce56d0bb improved printing of result to command line 8 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
sjunges ed970d78b1 property support for jani -- several changes throughout code, parser currently only supports probability properties 9 years ago
sjunges f7a3e02fb6 refactored model checkers st all are templated in the model, have to handle rational function bounds next 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
dehnert 5616004e6e remove debug output 9 years ago
dehnert 711d5cfa12 fixed bug in sparse dtmc elimination model checker. commented out weird eliminaton functions in CTMC model checker and storm.h 9 years ago
Mavo e443384b91 Added assertion 9 years ago
dehnert f3fa90cc37 more work towards exact solving 9 years ago
dehnert 8f087597cc more work towards proper scheduler generation 9 years ago
dehnert d42f52d983 all DTMC model checkers now support checking globally formulas 9 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert e9d677c792 Further work on MTBDD-based mc. 10 years ago
dehnert 546e047b8d Fixed a bug that prevented correct comparison with bounds in formulas. 10 years ago
dehnert 3fd62bc697 More work on MTBDD-based mc. 10 years ago
dehnert f0b591be77 Further work on reintegrating parametric model checking into main executable. 10 years ago
dehnert 5794bbea56 Made some adaptions to make parametric model checking work in the main executable. 10 years ago
dehnert b5f907d99d Added propositional model checker. Put some of the new classes in new folders. Fixed an issue that prevented compilation. 10 years ago
dehnert 1fb8d72a30 Merged master in parametricSystems. 10 years ago
dehnert 8a4706d9c9 A lot of work on model checker interfaces. In particular, the SCC elimination model checker is almost integrated. 10 years ago
dehnert b60c5ffdc0 Fixed a lot of tests, improved some things here and there. 10 years ago
dehnert 89df9621a9 MDP model checker works again. 10 years ago
dehnert 9026aa9ac9 Adapted first model checker to the new properties. 10 years ago