12 Commits (2ef0405104c8426f79862e61fe883c703ac59032)

Author SHA1 Message Date
dehnert dce43d78e7 Started implementation of time-bounded reachability of Markov automata. 12 years ago
dehnert 281140c8ff Sketched algorith outline for time-bounded reachability for Markov automata. 12 years ago
dehnert dabfb5e1dd First working version of LRA computation for Markov automata. 12 years ago
dehnert 339b598694 Enabled computation of LRA for individual maximal end components. It remains to compute the overall LRA value using the values for the individual MECs. 12 years ago
dehnert 45f137face Prepared stub for Long-Run Average computation for Markov automata. 12 years ago
dehnert 101c39f365 Added correct detection of states that possess infinite exptected time to reach a given goal set. 12 years ago
dehnert f1a9b1e602 First version of minimum expected time for Markov automata. 12 years ago
dehnert a99bdf1b17 Switched to more elegant solution to query initial states of a model. 12 years ago
dehnert f39fb24f65 Removed pointers from Model Checker Interface (and callback methods in formulas). From now on, the results are returned in form of an object. Because of the existing move semantics for the types in question, this does not come at a performance penalty. 12 years ago
Lanchid f9ab6f85d0 - Restructuration of model checkers (by logic) 12 years ago