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 4050c50235 Support <<>> and [[]] operators for MDP (only * or empty), all engines. 11 years ago
..
rewards Implement lifting to product for STPG 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 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
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 Make use of the new PrismNotSupportedException. 11 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 Add a remove() impl to AddDefaultActionToTransitionsIterator - Java 7 does not have a default implementation of this. 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 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
DTMCSimple.java Code tidy. 11 years ago
DTMCUniformisedSimple.java Add default implementation of infoString() and infoStringTable() to ModelExplicit. 11 years ago
Distribution.java Some code tidying (automatic mostly) for merging purposes. 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 Some tidying/fixing in EC generation, including proper support in the explicit engine version for finding ECs that intersect with "accept". 11 years ago
FastAdaptiveUniformisation.java fixed computation of lost probability to take into account probability mass intentionally destroyed 12 years ago
FastAdaptiveUniformisationModelChecker.java Make use of the new PrismNotSupportedException. 11 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 Refactor explicit engine product construction. 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 Bugfix in lifting rewards to product. 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 Fix JavaDoc bugs. 11 years ago
ModelCheckerResult.java First bits of code for improved strategy generation. 13 years ago
ModelExplicit.java Add methods to the explicit.Model interface to get a (cached) PredecessorRelation. [from Joachim Klein] 11 years ago
ModelExplorer.java reintegrated fau 13 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 Make use of the new PrismNotSupportedException. 11 years ago
PrismSTPGAbstractRefine.java Make use of the new PrismNotSupportedException. 11 years ago
ProbModelChecker.java Support <<>> and [[]] operators for MDP (only * or empty), all engines. 11 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 Make use of the new PrismNotSupportedException. 11 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 Fix some comments. 11 years ago
StateModelChecker.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
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 Performance improvement for SubNondetModel (and thus explicit engine end-component detection) + a bugfix. [from Marcus Daum] 11 years ago
Utils.java Utility array copy methods. 14 years ago
package-info.java Improved documentation (JavaDoc mostly). 15 years ago