| .. |
|
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
|
New PrismComponent class: refactoring for various model checking components.
|
13 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
|
Refinements to PrismComponent interface, and to explicit.StateModelChecker handling of settings (originally due to bug caused by calling overridable methods in explicit model checking constructors).
|
13 years ago |
|
CTMDPSimple.java
|
Tidy/improve passing of settings to explicit model checkers.
|
15 years ago |
|
ConstructModel.java
|
Make default settings consistent in ConstructModel methods.
|
13 years ago |
|
DTMC.java
|
Fix oddity in return type of DTMC.getNumTransitions(s) - double not int.
|
12 years ago |
|
DTMCEmbeddedSimple.java
|
Fix oddity in return type of DTMC.getNumTransitions(s) - double not int.
|
12 years ago |
|
DTMCExplicit.java
|
Refactor exportToDot methods for explicit model classes - subclasses just need to export their transitions, so it is easier to add more functionality regarding state info.
|
12 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
|
Refactoring wrt the way that relational operators are stored for P/R/S operators (String -> RelOp).
|
12 years ago |
|
DTMCSimple.java
|
Fix oddity in return type of DTMC.getNumTransitions(s) - double not int.
|
12 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
|
fix for fau
|
12 years ago |
|
FastAdaptiveUniformisationModelChecker.java
|
Minor code refactoring.
|
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
|
Comment typo
|
12 years ago |
|
MDP.java
|
Tidy up of export-to-Dot functionality, plus new "dot" option for exporting strategy (explicit engine only, currently).
|
12 years ago |
|
MDPExplicit.java
|
Refactor exportToDot methods for explicit model classes - subclasses just need to export their transitions, so it is easier to add more functionality regarding state info.
|
12 years ago |
|
MDPModelChecker.java
|
Make sure that some PrismFileLogs are close()ed after use - spotted as a bug by Bruno.
|
12 years ago |
|
MDPSimple.java
|
Bug fix: missing state rewards in mvMultRewMinMaxSingleChoices methods (showed up on mdps/reach/mdp_simple.nm regression test).
|
12 years ago |
|
MDPSparse.java
|
Bug fix: missing state rewards in mvMultRewMinMaxSingleChoices methods (showed up on mdps/reach/mdp_simple.nm regression test).
|
12 years ago |
|
Makefile
|
Fix makefiles with easier setup of classpath using * for jars.
|
14 years ago |
|
Model.java
|
Add option to show states in dot file exported for explicit models (plus some commenting).
|
12 years ago |
|
ModelCheckerResult.java
|
First bits of code for improved strategy generation.
|
13 years ago |
|
ModelExplicit.java
|
Add option to show states in dot file exported for explicit models (plus some commenting).
|
12 years ago |
|
ModelExplorer.java
|
reintegrated fau
|
13 years ago |
|
ModelSimple.java
|
Re-arrangement of explicit model classes:
|
15 years ago |
|
NonProbModelChecker.java
|
Better error reporting for non-supported explicit-state CTL.
|
13 years ago |
|
NondetModel.java
|
Tidy up of export-to-Dot functionality, plus new "dot" option for exporting strategy (explicit engine only, currently).
|
12 years ago |
|
NondetModelSimple.java
|
Some refactoring of explicit model classes, to introduce NondetModel interface.
|
13 years ago |
|
PrismExplicit.java
|
Switch ConstructModel class to PrismComponent interface.
|
13 years ago |
|
PrismSTPGAbstractRefine.java
|
More classes switched to PrismComponent.
|
13 years ago |
|
ProbModelChecker.java
|
Refactoring wrt the way that relational operators are stored for P/R/S operators (String -> RelOp).
|
12 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 exportToDot methods for explicit model classes - subclasses just need to export their transitions, so it is easier to add more functionality regarding state info.
|
12 years ago |
|
STPGModelChecker.java
|
Make sure that some PrismFileLogs are close()ed after use - spotted as a bug by Bruno.
|
12 years ago |
|
StateModelChecker.java
|
Store vector in Result during model checking if requested.
|
12 years ago |
|
StateStorage.java
|
Code tidy + comments.
|
13 years ago |
|
StateValues.java
|
Add clear() to the StateVector interface
|
12 years ago |
|
SubNondetModel.java
|
Add option to show states in dot file exported for explicit models (plus some commenting).
|
12 years ago |
|
Utils.java
|
Utility array copy methods.
|
14 years ago |
|
package-info.java
|
Improved documentation (JavaDoc mostly).
|
15 years ago |