595 Commits (20f07bf291caa13066382e342f09920e8cacb789)

Author SHA1 Message Date
Mavo 3f41aa55f8 Cleaned up debug output 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 08bed36579 fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm 9 years ago
Mavo fa4a1aa68f Fixed bug with filtering reward vector 9 years ago
dehnert b3483211ff alpha version of conditional rewards for dtmc 9 years ago
dehnert b46ee5425e started to implement conditional rewards for dtmcs 9 years ago
dehnert 7b643fe166 tests working again 9 years ago
dehnert dc8a5b11e0 more refactoring regarding fragment checking 9 years ago
dehnert 2604df54ec more refactoring of formula classes: in particular 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 6b31b23c62 Removed unused time keeping variables 9 years ago
dehnert 3727018ef4 added functionality to sparse MDP helper to compute until probabilities just for maybe states (and produce the corresponding scheduler) 9 years ago
Mavo a6a8e5fff6 Structure for MA to CTMC 9 years ago
dehnert 8f087597cc more work towards proper scheduler generation 9 years ago
Mavo 56bcdcc807 Priority queue as pointer 9 years ago
dehnert bdcd4b26a3 refactoring early termination and solve goals and bounds 9 years ago
Mavo 7a10a04cde Created StateEliminator with specialized subclasses 9 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 9 years ago
Mavo f67c92b526 FlexibleSparseMatrix is in own class now 9 years ago
dehnert 824d026860 started to write outline of abstraction-refinement procedure 9 years ago
dehnert 9e9e23a370 more preparation for game-based abstraction 9 years ago
dehnert c83db93c55 made everything compile again after latest changes (CheckTasks) 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
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
dehnert ecfff3d2f9 in the spirit of JP: up 9 years ago
dehnert e3c4f5fa72 more work on customizing checking process 9 years ago
Mavo b55cc3276e Reachability probabilities for CTMCs 9 years ago
dehnert 280af18341 still introducing check settings 9 years ago
dehnert 5dd2dff92a replace in model checker interface (part 3) 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 31703b67ee added reward model (name) to check settings 9 years ago
dehnert 5b60585b8a replaced boost::optional<std::string>() by boost::none 9 years ago
dehnert bd67b141fa a bit more work toward CheckSettings objects 9 years ago
dehnert d6c141b336 started working on class to capture check-specific settings for model checkers 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 64e7cd63f5 removed obsolete menu-game model checker class 9 years ago
dehnert cf15015421 some more work on games 9 years ago
dehnert b1c103811b conditional probabilities in MDPs should now also work in the min-case 9 years ago
dehnert 3e38e73efe conditional probabilities in MDPs (Baier method) available in sparse MDP model checker 9 years ago