You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dave Parker a025ae2e07 Add model checking of R[C] operator for CTMCs. 10 years ago
..
rewards Bug fix in lifting reward structures to a product model (when there are some states with no transition rewards). 11 years ago
BirthProcess.java small bug fix for extremely large right truncation points from Fox-Glynn in the FAU method 12 years ago
Bisimulation.java Make use of the new PrismNotSupportedException. 11 years ago
CTMC.java Cache the embedded DTMC inside CTMCSimple. This preserves the cached PredecessorRelation in the DTMC, allowing subsequent properties to be checked more efficiently. [from Joachim Klein] 11 years ago
CTMCModelChecker.java Add model checking of R[C] operator for CTMCs. 10 years ago
CTMCSimple.java Cache the embedded DTMC inside CTMCSimple. This preserves the cached PredecessorRelation in the DTMC, allowing subsequent properties to be checked more efficiently. [from Joachim Klein] 11 years ago
CTMDP.java Update to newest version of explicit code (from prism-qar) plus -explicit switch for command-line and MDP solution settings. 15 years ago
CTMDPModelChecker.java Some refactoring in explicit model checking engines: create new child model checkers, rather than inheriting their functionality as a subclass(e.g. DTMCModelChecker from CTMCModelChecker) - avoids problems where some methods are not implemented in the subclass. 11 years ago
CTMDPSimple.java Tidy/improve passing of settings to explicit model checkers. 15 years ago
ConstructModel.java Remove defunct field from ConstructModel. 10 years ago
DTMC.java Add iterator to get actions from a DTMC (not usually stored, yet), defaulting them to null, and display these from exportToPrismExplicitTra(). 11 years ago
DTMCEmbeddedSimple.java Make use of the new PrismNotSupportedException. 11 years ago
DTMCExplicit.java Small refactoring in DTMCExplicit: cleaner implementation of iterator. 11 years ago
DTMCFromMDPAndMDStrategy.java Make use of the new PrismNotSupportedException. 11 years ago
DTMCFromMDPMemorylessAdversary.java Code tidy: cleaner way to create empty iterators (thanks Steffen). 11 years ago
DTMCModelChecker.java Small optimisation in explicit model checkers, when enlarging target for reachability. [from Steffen Marcker] 11 years ago
DTMCSimple.java Code tidy. 11 years ago
DTMCUniformisedSimple.java Add default implementation of infoString() and infoStringTable() to ModelExplicit. 11 years ago
Distribution.java Comment clarifications. 11 years ago
DistributionSet.java Some refactoring of explicit model classes, to introduce NondetModel interface. 13 years ago
ECComputer.java Some tidying/fixing in EC generation, including proper support in the explicit engine version for finding ECs that intersect with "accept". 11 years ago
ECComputerDefault.java ECComputerDefault: optimize by using BitSet.isEmpty() instead of BitSet.cardinality() == 0 11 years ago
FastAdaptiveUniformisation.java Remove ModelExplorer interface and replace with ModelGenerator. 10 years ago
FastAdaptiveUniformisationModelChecker.java Remove ModelExplorer interface and replace with ModelGenerator. 10 years ago
FoxGlynn.java Improved Fox-Glynn for small numbers + int overflow bugfix (Vojta). 16 years ago
IndexedSet.java Fixed bug with IndexedSet default constructor not initializing data structures 13 years ago
LTLModelChecker.java explicit.LTLModelChecker: Comment whitespace 11 years ago
LTS.java Add LTS model type and expose underlying graph of a DA as an LTS. 11 years ago
MDP.java Remove getTransitionsIterator from NondetModel. 12 years ago
MDPExplicit.java Refactor: use IterableStateSet to simplify loops [Joachim Klein]. 11 years ago
MDPModelChecker.java Small tidies/fixes in explicit engine MDP strat generation. 11 years ago
MDPSimple.java Inefficiency in precomputatino routines in explicit engine (spotted by Steffen Marcker). 11 years ago
MDPSparse.java Inefficiency in precomputatino routines in explicit engine (spotted by Steffen Marcker). 11 years ago
Makefile Fix makefiles with easier setup of classpath using * for jars. 14 years ago
MinMax.java Allow <<>> to be used for MDPs (explicit engine only). 11 years ago
Model.java explicit: setVarList() / getVarList() for the explicit models 11 years ago
ModelCheckerResult.java First bits of code for improved strategy generation. 13 years ago
ModelExplicit.java Fix some unclosed logs when exporting. [from Steffen Marcker] 11 years ago
ModelSimple.java Add some (already implemented) methods to ModelSimple interface. 11 years ago
ModelTransformation.java Add ModelTransformation interface and abstract Product class for product of model and automaton. [Joachim Klein] 11 years ago
NonProbModelChecker.java Make use of the new PrismNotSupportedException. 11 years ago
NondetModel.java Bug fix in getSuccessorsIterator(s) in SubNondetModel (showed up as regression test failure in prism-games-heuristics-merge), plus required missing method getSuccessorsIterator(s,i) in NondetModel. 12 years ago
NondetModelSimple.java Some refactoring of explicit model classes, to introduce NondetModel interface. 13 years ago
PredecessorRelation.java Add explicit.PredecessorRelation class for computing / storing predecessor relation of models. [from Joachim Klein] 11 years ago
PrismExplicit.java Auto-format. 10 years ago
PrismSTPGAbstractRefine.java Make use of the new PrismNotSupportedException. 11 years ago
ProbModelChecker.java Add model checking of R[C] operator for CTMCs. 10 years ago
Product.java Make use of the new PrismNotSupportedException. 11 years ago
QuantAbstractRefine.java Clean up output when avg time is shown as NaN. [from Joachim Klein; and the last commit] 11 years ago
QuantAbstractRefineExample.java Improve explicit.ConstructModel: generalise to use new ModelGenerator interface (not just ModulesFiles via the simulator) and tidy up the settings within the class. 10 years ago
SCCComputer.java Align explicit SCComputer with symbolic one - it should not include trivial SCCs in the set computed; these should be stored separately. 11 years ago
SCCComputerTarjan.java Bigfix in CTMC model checking, due to recent BSCC code reorganisation. [from Joachim Klein] 11 years ago
STPG.java Move some STPG stuff from prism-games back to the trunk. 11 years ago
STPGAbstrSimple.java Make use of the new PrismNotSupportedException. 11 years ago
STPGExplicit.java Move some STPG stuff from prism-games back to the trunk. 11 years ago
STPGModelChecker.java Extend previous commit (reachability enlarging target) to STPG model checking. 11 years ago
StateModelChecker.java Add test methods for special cases in ExpressionLabels. 10 years ago
StateStorage.java Code tidy + comments. 13 years ago
StateValues.java Allow -importinitdist (and anything else that uses StateValues.readFromFile) to read vector files with lines of the form i:x, not just x. 11 years ago
SubNondetModel.java explicit: setVarList() / getVarList() for the explicit models 11 years ago
Utils.java Utility array copy methods. 14 years ago
package-info.java Improved documentation (JavaDoc mostly). 15 years ago