146 Commits (796d7652df67dfcd38ca533371f36c65c00c0268)

Author SHA1 Message Date
Mavo 796d7652df Fixed problem with bounds in MA model checker 9 years ago
Mavo 174058bb5e Do not destroy the universe by dividing by 0 9 years ago
Mavo e4c2702889 Fixed problem in MaximalEndComponents 9 years ago
dehnert dc8a5b11e0 more refactoring regarding fragment checking 9 years ago
dehnert be8c65525e introduced some methods to query formula type 9 years ago
dehnert b772c92edb removed reward path formulas. reward path formulas are now just path formulas. this allows some invalid formulas to be constructed, so this now has to be checked dynamically 9 years ago
Mavo a6a8e5fff6 Structure for MA to CTMC 9 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 9 years ago
dehnert 1308b91fda adapted canHandle in model checker interface to CheckTask 9 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 9 years ago
dehnert 3cd5738bb7 more replacement work in interfaces 9 years ago
dehnert 85adfe9df2 more replacement work in interfaces 9 years ago
Mavo b55cc3276e Reachability probabilities for CTMCs 9 years ago
dehnert 16be4f9adc replace in model checker interface (part 2) 9 years ago
dehnert d459fb5b92 replace in model checker interface (part 1) 9 years ago
dehnert 5b60585b8a replaced boost::optional<std::string>() by boost::none 9 years ago
Mavo e04cc99931 Removed debug output 9 years ago
Mavo 62f7305bea No rewards for target states 9 years ago
Mavo 3e4ddbea8c Integrated expected time on parametric CTMCs 9 years ago
dehnert 1c7f5dae56 fixed a bug pointed out by Matthias 9 years ago
Mavo 71070cb281 Implemented expected time on CTMC by reduction to DTMC with rewards 9 years ago
sjunges 6cd3cdcd6b fixed missing template instantations 9 years ago
dehnert 645f130a62 introduced long-run average reward formula 9 years ago
sjunges 1e1400d68d merge 9 years ago
dehnert f8fc39870a hybrid and symbolic model checkers working with sylvan 9 years ago
dehnert a258d1ab48 restructured ODD to be independent of the DD library being used 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
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
sjunges f08f66e900 added an option for polic extraction to the helper, some includes 10 years ago
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
dehnert 56eae69703 added more missing headers 10 years ago
dehnert f51e8eeaea moved reward model template parameter from helper classes to the affected functions. this sadly excludes the SparseDtmcPrctlHelper for which clang then produces a segfault (bug report pending) 10 years ago
dehnert 21d9e91586 work towards interval reward model 10 years ago
sjunges 35a154f67f Splitted graph in h and cpp` 10 years ago
sjunges e3122e5ede Faster compilation and topological failing test failed 10 years ago
dehnert 29716ea5f8 performance tests now compile again. also fixed some warnings 10 years ago
dehnert b94e978843 another round of fixes 10 years ago
dehnert 5d07a840be removed debug output 10 years ago
dehnert 28f5a8799a added header to make gcc happy 10 years ago
dehnert b3178e17f6 more bug fixes 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 5beb33e3d8 merged a bit more 10 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 10 years ago
dehnert 8ff557cfad more work on creating helpers for model checkers 10 years ago
dehnert 9d138d86f7 further work on creating helper classes for model checking tasks 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert b56766e993 more work on reward model that turned out to be refactoring in disguise 10 years ago
dehnert 661ba7d16f Further work on new reward model 10 years ago
dehnert c99a61307f hybrid dtmc model checker can now also treat lra 10 years ago