3314 Commits (730785ea5f3e10a891298ae26455f0b0ffa8a756)
 

Author SHA1 Message Date
Joachim Klein b2fbb25dd9 JDD.isSingleton: improve documentation (requires that the vars are ordered) 9 years ago
Dave Parker 32404e1ab6 Bugfix: Model labels get exported twice when there is also a properties file due to recent ModelInfo refacetoring. 9 years ago
Dave Parker d08a8d4c33 prism-auto fix: when checking output files in test mode, fail immediately when the first one is different. 9 years ago
Joachim Klein 0ee323ea6a explicit.MDPModelChecker: implement instantaneous reward computation (Rmax/min [I=x]) 9 years ago
Joachim Klein 01a398bbc0 explicit.DTMCModelChecker.computeTotalRewards: use predecessor-relation-based computations for prob0 9 years ago
Joachim Klein c7c8c8a7ff explicit.DTMCModelChecker.computeReachRewards: use predecessor-relation-based computation for prob1 9 years ago
Joachim Klein 750923dfbf (param/exact) fix handling of != in parametric/exact engine (with Linda Leuschner) 9 years ago
Dave Parker 28b741819d Optimise computation of expected instantaenous rewards (R[I=k]) for DTMCs when the value is only required for one state (explicit engine). 9 years ago
Dave Parker b9a8cada88 Add DTMC transient probability computation for explicit engine. 9 years ago
Dave Parker 700a13f030 Refactoring in explicit CTMC model checker to reuse existing methods. 9 years ago
Dave Parker 751e95fa42 Small fix in prism-auto: make sure directory is passed to bench to benchmark function in "build" mode, in particular so that log names are created consisently. (Reported by Steffen Marcker). 9 years ago
Joachim Klein c0c584b589 add common.StopWatch for easily tracking computation times and printing to the PRISM log 9 years ago
Joachim Klein cb812db4bf symbolic: MDPQuotient transformation for computing the quotient MDP given an equivalence relation on the states 9 years ago
Joachim Klein 4c9dfcc993 symbolic: add ModelTransformation, ModelExpressionTransformation (similar to functionality in explicit engine) 9 years ago
Joachim Klein 1c2ed21102 symbolic NondetModel: support transformation using a ProbModelTransformationOperator 9 years ago
Joachim Klein 8b05233940 symbolic: add NondetModelTransformationOperator and NondetModel.getTransformed() 9 years ago
Joachim Klein ae759ccefd symbolic: add ProbModelTransformationOperator and ProbModel.getTransformed() 9 years ago
Joachim Klein c94a4352a9 ModelVariablesDD: preallocation of extra action variables, new settings -ddextrastatevars and -ddextraactionvars 9 years ago
Joachim Klein 983fcba898 Modules2MTBDD: add remark about state variable gap difference in -o2 and -o1 variable ordering 9 years ago
Joachim Klein 33ab0a4ecd Modules2MTBDD: comment typo 9 years ago
Joachim Klein f155656282 JDDVars: add method allZero() for obtaining a cubeset with all the variables negated 9 years ago
Joachim Klein 42c18cdfc0 prism.NondetModel: cleanup import 9 years ago
Joachim Klein 4e23441d17 ProbModel/NondetModel: add doReachability with seed states 9 years ago
Joachim Klein 87e0da357d prism.NondetModel: cody tidy in doReachability, set the result of reachability computation via setReach() 9 years ago
Dave Parker e7cd227ae7 Code documentation. 9 years ago
Dave Parker c0e99cea6b Error message typo. 9 years ago
Joachim Klein 1e5d779cb3 prism-auto: In test mode, cleanup the temporary files used for capturing PRISM output 9 years ago
Joachim Klein b203d6438d prism-auto: Use line ending agnostic file compare 9 years ago
Joachim Klein fe533db326 prism-auto: Fix test-mode on Windows 9 years ago
Joachim Klein 559c970ef7 NativeIntArray.cc: use ptr_to_jlong instead of a simple (long) cast 9 years ago
Joachim Klein 9ea91f2dd2 PrismUtils.formatDouble: Improve previous commit, strip trailing zeros for .xxx0000 as well 9 years ago
Joachim Klein d960f4b513 Fix in PrismUtils.formatDouble methods: Only remove trailing .000 not trailing zeros for integers [with Linda Leuschner] 9 years ago
Dave Parker ebd19aa9d6 Fix bug (two bugs, actually) in Gauss-Seidel solution of MDP expected reward to a target for models with self-loops. 9 years ago
Joachim Klein 93c2138383 TestModelGenerator: correctly setup and tear down CUDD 9 years ago
Joachim Klein 526b0e7d8d ModelGenerator2MTBDD: fix use of ModelVariablesDD, actually allocate variables via ModelVariablesDD 9 years ago
Joachim Klein 937a6c2a43 VarList: add getIndexFromDeclaration() 9 years ago
Joachim Klein 994b6207d9 AcceptanceGeneric: add toRabin() and toStreett() methods 9 years ago
Joachim Klein 30ed75086f AcceptanceGeneric: add and() and or() methods 9 years ago
Joachim Klein 16bbd0b24b Prism: reset currentModel and currentModelExpl to null in clearBuiltModel() 9 years ago
Joachim Klein 3d48780b8d Refactor: Switch MTBDD variable handling for symbolic models to ModelVariablesDD infrastructure 9 years ago
Joachim Klein a69f3d2e3f prism/ModelVariablesDD: for handling the MTBDD variable related logic for symbolic models 9 years ago
Joachim Klein 0fb6ab0a53 JDDVars: add mergeVarsFrom(), sortByIndex() and removeVar() methods 9 years ago
Joachim Klein 8b07176df3 ModelGenerator2MTBDD: simplify reference handling, use JDDNode.copy(), JDD.DerefArray() 9 years ago
Joachim Klein 410b38ab30 Modules2MTBDD: simplify reference handling, use JDDNode.copy(), JDD.DerefArray() 9 years ago
Joachim Klein 4340969f70 JDD: Add DerefArray convenience method 9 years ago
Joachim Klein d7c915394c JDDVars: deprecate addVars() and refAll(), instead use copy() or copyVarsFrom() 9 years ago
Joachim Klein c8d545b4f2 ast.RelOp: for negate, optionally keep the strictness of the operator [with Steffen Maercker and Marcus Daum] 9 years ago
Joachim Klein f54feb473b symbolic ProbModel: add method addUniqueLabelDD() 9 years ago
Joachim Klein 502faa6a26 explicit/symbolic: refactor checkExpressionLabel to use getLabelList() 9 years ago
Joachim Klein b80f41d5bc ModelExplicit: refactor addUniqueLabel to ensure that already defined label names are avoided 9 years ago