227 Commits (b3643abbb8484ba556fa0a036c4be5ffe816febc)

Author SHA1 Message Date
Mavo 566cef0f91 Started on compiling without Carl 10 years ago
dehnert 83c4b1647c solvers now can allocated auxiliary memory 10 years ago
dehnert be5fdeb636 started working on internal auxiliary storage of solvers 10 years ago
dehnert 95b95d9c64 fixed some minor issues and renamed equation solver methods slightly to make the names a bit more compact 10 years ago
dehnert b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 10 years ago
dehnert 9ab33528b4 started to fill value iteration implementation in new general min-max solver 10 years ago
dehnert b4e0cabef6 started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers 10 years ago
dehnert 248b257f20 enabled rationals/rational functions in CTMC model checker 10 years ago
dehnert 49f59052f8 made model checkers give up possession of matrix to solver when possible 10 years ago
dehnert 00d331ebb4 moved linear equation solver factories to the respective solver files (and away from utility). restructured settings in factories and the way they are forwarded to the linear equation solvers. fixed all resulting errors 10 years ago
dehnert 15a4d4757f added feature to linear equation solver factories to take posession of the matrix to forward it to the solvers 10 years ago
dehnert f3fa90cc37 more work towards exact solving 10 years ago
dehnert 2096c54b84 more explicit instantiations for rational function and some more tests for eigen solver 10 years ago
dehnert f3701f66fb bugfix for symbolic reachability reward computation 10 years ago
dehnert 6810c0d50f fixed bug in computation of instantaneous rewards on DTMCs 10 years ago
dehnert 2c23b1ed99 fixed bug in sparse DTMC model checker 10 years ago
dehnert 1136ff0d37 fixed a failing test (uninitialized data issue) 10 years ago
dehnert 51402ec853 removed measure type and only added measure type to reward/time operators 10 years ago
dehnert 08bed36579 fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm 10 years ago
dehnert b3483211ff alpha version of conditional rewards for dtmc 10 years ago
dehnert b46ee5425e started to implement conditional rewards for dtmcs 10 years ago
dehnert dc8a5b11e0 more refactoring regarding fragment checking 10 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 10 years ago
dehnert 3727018ef4 added functionality to sparse MDP helper to compute until probabilities just for maybe states (and produce the corresponding scheduler) 10 years ago
dehnert 8f087597cc more work towards proper scheduler generation 10 years ago
dehnert bdcd4b26a3 refactoring early termination and solve goals and bounds 10 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 10 years ago
dehnert 1308b91fda adapted canHandle in model checker interface to CheckTask 10 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 10 years ago
dehnert 85adfe9df2 more replacement work in interfaces 10 years ago
dehnert ecfff3d2f9 in the spirit of JP: up 10 years ago
dehnert 16be4f9adc replace in model checker interface (part 2) 10 years ago
dehnert d459fb5b92 replace in model checker interface (part 1) 10 years ago
dehnert 5b60585b8a replaced boost::optional<std::string>() by boost::none 10 years ago
dehnert b1c103811b conditional probabilities in MDPs should now also work in the min-case 10 years ago
dehnert 3e38e73efe conditional probabilities in MDPs (Baier method) available in sparse MDP model checker 10 years ago
dehnert 756b2c5e30 added globally operator to functionality of hybrid/symbolic MDP model checkers 10 years ago
dehnert 135dfb27b1 added globally operator to funcationlity of sparse MDP model checker 10 years ago
dehnert d42f52d983 all DTMC model checkers now support checking globally formulas 10 years ago
dehnert 84205a0bf6 refined computation of conditional probs a bit. Sebastian, if you're reading this: shouldn't you be working? :) 10 years ago
dehnert 33757633c8 first version of conditional probabilities for (non-parametric) DTMCs a la Baier 10 years ago
dehnert 645f130a62 introduced long-run average reward formula 11 years ago
sjunges 1e1400d68d merge 11 years ago
dehnert 0708672a68 removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD 11 years ago
dehnert b7ea918d1b update to latest version of sylvan and accompanying changes (mostly because 0 * inf = nan in IEEE754) 11 years ago
dehnert f8fc39870a hybrid and symbolic model checkers working with sylvan 11 years ago
dehnert 7376eaf866 made symbolic MDP model checker tests work 11 years ago
dehnert 7f75db2790 ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working. 11 years ago
dehnert 009dabf2f1 started cleanining up 11 years ago
dehnert a258d1ab48 restructured ODD to be independent of the DD library being used 11 years ago