| .. |
|
rewards
|
Make use of the new PrismNotSupportedException.
|
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
|
Time-bounded CSL model checking for CTMCs in explicit engine.
|
15 years ago |
|
CTMCModelChecker.java
|
Bug fix in explicit engine CTMC until model checking (spotted by Chris Dehnert) (probably due to recent ProbModelChecker refactoring).
|
11 years ago |
|
CTMCSimple.java
|
Time-bounded CSL model checking for CTMCs in explicit engine.
|
15 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
|
Explicit engine: Add BitSet statesOfInterest parameter to the various checkExpression... methods [Joachim Klein].
|
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 code tidying (automatic mostly) for merging purposes.
|
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
|
Add possibility to specify type to -exportpropaut switch (dot or txt), e.g. -exportpropaut:dot dra.dot.
|
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
|
Some code tidying (automatic mostly) for merging purposes.
|
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
|
Added a getLabels() method to the explicit.Model hierarchty (from Joachim Klein).
|
12 years ago |
|
ModelCheckerResult.java
|
First bits of code for improved strategy generation.
|
13 years ago |
|
ModelExplicit.java
|
Add default implementation of infoString() and infoStringTable() to ModelExplicit.
|
11 years ago |
|
ModelExplorer.java
|
reintegrated fau
|
13 years ago |
|
ModelSimple.java
|
Some code tidying (automatic mostly) for merging purposes.
|
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 |
|
PrismExplicit.java
|
Make use of the new PrismNotSupportedException.
|
11 years ago |
|
PrismSTPGAbstractRefine.java
|
Make use of the new PrismNotSupportedException.
|
11 years ago |
|
ProbModelChecker.java
|
Some code tidying (automatic mostly) for merging purposes.
|
11 years ago |
|
Product.java
|
Make use of the new PrismNotSupportedException.
|
11 years ago |
|
QuantAbstractRefine.java
|
Make use of the new PrismNotSupportedException.
|
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
|
Bug fix in explicit.SCCComputerTarjan (from Joachim Klein).
|
11 years ago |
|
STPG.java
|
Some refactoring of explicit model classes, to introduce NondetModel interface.
|
13 years ago |
|
STPGAbstrSimple.java
|
Make use of the new PrismNotSupportedException.
|
11 years ago |
|
STPGModelChecker.java
|
Some code tidying (automatic mostly) for merging purposes.
|
11 years ago |
|
StateModelChecker.java
|
Some code tidying (automatic mostly) for merging purposes.
|
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
|
Align explicit SCComputer with symbolic one - it should not include trivial SCCs in the set computed; these should be stored separately.
|
11 years ago |
|
Utils.java
|
Utility array copy methods.
|
14 years ago |
|
package-info.java
|
Improved documentation (JavaDoc mostly).
|
15 years ago |