| .. |
|
rewards
|
NaN values in rewards cause an error (explicit engine only so far).
|
12 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
|
Code tidy (remove warnings).
|
12 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.
|
14 years ago |
|
ConstructModel.java
|
Minor refactor (aligning with something in a branch).
|
12 years ago |
|
DTMC.java
|
Fix oddity in return type of DTMC.getNumTransitions(s) - double not int.
|
12 years ago |
|
DTMCEmbeddedSimple.java
|
Refactor: use IterableStateSet to simplify loops [Joachim Klein].
|
11 years ago |
|
DTMCExplicit.java
|
Refactor: use IterableStateSet to simplify loops [Joachim Klein].
|
11 years ago |
|
DTMCFromMDPAndMDStrategy.java
|
Fix oddity in return type of DTMC.getNumTransitions(s) - double not int.
|
12 years ago |
|
DTMCFromMDPMemorylessAdversary.java
|
Fix oddity in return type of DTMC.getNumTransitions(s) - double not int.
|
12 years ago |
|
DTMCModelChecker.java
|
Model checkers: use DASimplify, allow AcceptanceReach in computations. [Joachim Klein]
|
11 years ago |
|
DTMCSimple.java
|
Refactor: use IterableStateSet to simplify loops [Joachim Klein].
|
11 years ago |
|
DTMCUniformisedSimple.java
|
Fix oddity in return type of DTMC.getNumTransitions(s) - double not int.
|
12 years ago |
|
Distribution.java
|
Some refactoring of explicit model classes, to introduce NondetModel interface.
|
13 years ago |
|
DistributionSet.java
|
Some refactoring of explicit model classes, to introduce NondetModel interface.
|
13 years ago |
|
ECComputer.java
|
EC generation: comments and refactoring.
|
13 years ago |
|
ECComputerDefault.java
|
EC generation: comments and refactoring.
|
13 years ago |
|
FastAdaptiveUniformisation.java
|
fixed computation of lost probability to take into account probability mass intentionally destroyed
|
11 years ago |
|
FastAdaptiveUniformisationModelChecker.java
|
bugfix fau
|
12 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
|
Adapt (explicit) LTLModelChecker to support generic acceptance types. [Joachim Klein]
|
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
|
Model checkers: use DASimplify, allow AcceptanceReach in computations. [Joachim Klein]
|
11 years ago |
|
MDPSimple.java
|
Refactor: use IterableStateSet to simplify loops [Joachim Klein].
|
11 years ago |
|
MDPSparse.java
|
Refactor: use IterableStateSet to simplify loops [Joachim Klein].
|
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).
|
11 years ago |
|
ModelCheckerResult.java
|
First bits of code for improved strategy generation.
|
13 years ago |
|
ModelExplicit.java
|
Added a getLabels() method to the explicit.Model hierarchty (from Joachim Klein).
|
11 years ago |
|
ModelExplorer.java
|
reintegrated fau
|
13 years ago |
|
ModelSimple.java
|
Re-arrangement of explicit model classes:
|
15 years ago |
|
ModelTransformation.java
|
Add ModelTransformation interface and abstract Product class for product of model and automaton. [Joachim Klein]
|
11 years ago |
|
NonProbModelChecker.java
|
Explicit engine: Add BitSet statesOfInterest parameter to the various checkExpression... methods [Joachim Klein].
|
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
|
Small refactoring of methods to compute steady-state probabilities.
|
12 years ago |
|
PrismSTPGAbstractRefine.java
|
More classes switched to PrismComponent.
|
13 years ago |
|
ProbModelChecker.java
|
New setting/switch: -pathviaautomata (all path formulas are handled via the LTL/DRA-engine), defaults to false. Honour in model checkers. [Joachim Klein]
|
11 years ago |
|
Product.java
|
Add ModelTransformation interface and abstract Product class for product of model and automaton. [Joachim Klein]
|
11 years ago |
|
QuantAbstractRefine.java
|
Compile fix.
|
13 years ago |
|
QuantAbstractRefineExample.java
|
More classes switched to PrismComponent.
|
13 years ago |
|
SCCComputer.java
|
Tidy up of symbolic/explicit SCC/EC computer classes, incl. integration of PrismComponent interface + knock-on effects.
|
13 years ago |
|
SCCComputerTarjan.java
|
Tidy up of symbolic/explicit SCC/EC computer classes, incl. integration of PrismComponent interface + knock-on effects.
|
13 years ago |
|
STPG.java
|
Some refactoring of explicit model classes, to introduce NondetModel interface.
|
13 years ago |
|
STPGAbstrSimple.java
|
Refactor: use IterableStateSet to simplify loops [Joachim Klein].
|
11 years ago |
|
STPGModelChecker.java
|
Explicit engine: Add BitSet statesOfInterest parameter to the various checkExpression... methods [Joachim Klein].
|
11 years ago |
|
StateModelChecker.java
|
Provide getConstantValues() for model checkers, allowing other classes to access the constants. [Joachim Klein]
|
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
|
SubNondetModel: more efficient allSuccessorsInSet and someSuccessorsInSet [Joachim Klein].
|
11 years ago |
|
Utils.java
|
Utility array copy methods.
|
14 years ago |
|
package-info.java
|
Improved documentation (JavaDoc mostly).
|
15 years ago |