24 Commits (d9bad734bd2e6f4bc10400000a923f85412b0844)

Author SHA1 Message Date
Joachim Klein d9bad734bd (interval iteration, explicit) provide IterationMethod computations for interval iteration 9 years ago
Joachim Klein 3c691c980a explicit.DTMC/NondetModel: add default method getNumTransitions(OfInt states) 9 years ago
Joachim Klein 1dd339ede5 explicit.DTMC: mvMultRewGS for Gauss-Seidel style reward computations 9 years ago
Joachim Klein a89228dff1 explicit.DTMC: provide mv... methods for Jacobi-style iteration 9 years ago
Joachim Klein a29887d36d explicit.DTMC: provide variants for mvMult, mvMultGS, mvMultRew, taking OfInt iterators 9 years ago
Joachim Klein 11fde2c393 explicit.DTMC: provide default implementations for mvMultSingle, mvMultJacSingle, mvMultRewSingle, vmMult (based on forEachTransition / sumOverTransition) 9 years ago
Joachim Klein f669ac11d9 explicit.DTMC/MDP: provide forEachTransition and sumOverTransitions methods 9 years ago
Joachim Klein 2bd70172ce explicit.DTMC, refactor: move mvMult, mvMultGS, mvMultRew from DTMCExplicit to default methods in DTMC 9 years ago
Joachim Klein ed6c0a1cfb explicit.DTMC, refactor: provide default implementation for prob0step and prob1step, as well as new single state prob0step, prob1step methods 9 years ago
Dave Parker 5b8f3cd4d6 Add iterator to get actions from a DTMC (not usually stored, yet), defaulting them to null, and display these from exportToPrismExplicitTra(). 11 years ago
Dave Parker b970c2740b Fix oddity in return type of DTMC.getNumTransitions(s) - double not int. 12 years ago
Ernst Moritz Hahn 55025ee63b too slow 13 years ago
Ernst Moritz Hahn 4ae35b1beb began modifying for storing actions 13 years ago
Dave Parker edab23b581 More updates to explicit library: 15 years ago
Dave Parker 4ec5f0f9ae Transient probability computation in explicit engine + some connection to CL. 15 years ago
Dave Parker 52d2d21447 Update to newest version of explicit code (from prism-qar) plus -explicit switch for command-line and MDP solution settings. 15 years ago
Dave Parker d40ffd38e9 Preliminary code to attach explicit stuff to PRISM + some more Model class re-arrangements. 16 years ago
Dave Parker 8f2748a711 Redesign/tidy of model interfaces + more CTMC model checking. 16 years ago
Dave Parker 2803fc45e0 Explicit-state model checker for DTMCs (not very efficient - mostly MDP-like). 16 years ago
Dave Parker b75bf6792a Info output for explicit models. 16 years ago
Dave Parker 85bcef53d2 Improvements to import from tra files (explicit lib). 16 years ago
Dave Parker 900c100728 DTMC transition count bugfix. 16 years ago
Dave Parker 67c7429531 Changes to DTMC/MDP/STPG interface. 17 years ago
Dave Parker d199d035ed Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk. 17 years ago