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 22e5ad1799 POMDPs: Add belief state info to dot files generated by -exportadv. 6 years ago
..
graphviz explicit.graphviz: some more tweaks for HTML label support 8 years ago
modelviews Add default implementation of NondetModel.areAllChoiceActionsUnique(). 6 years ago
rewards Add support for model checking partially observable MDPs (POMDPs). 6 years ago
BasicModelTransformation.java Store and report on accuracy information for numerical model checking queries. 6 years ago
Belief.java Better toString() for explicit.Belief. 6 years ago
BirthProcess.java small bug fix for extremely large right truncation points from Fox-Glynn in the FAU method 13 years ago
Bisimulation.java Make use of the new PrismNotSupportedException. 11 years ago
CTMC.java Explicit models: Move getModelType() to default implementations in interfaces. 6 years ago
CTMCModelChecker.java Provide method to compute steady state probs for BSCC without explicit post processing 7 years ago
CTMCSimple.java Explicit models: Move getModelType() to default implementations in interfaces. 6 years ago
CTMDP.java Explicit models: Move getModelType() to default implementations in interfaces. 6 years ago
CTMDPModelChecker.java explicit: Make calls to StateModelChecker.loadLabelsFile static 10 years ago
CTMDPSimple.java Explicit models: Move getModelType() to default implementations in interfaces. 6 years ago
ChoiceActionsSimple.java Bug fix in (recent) explicit engine simple->sparse conversion of actions. 6 years ago
ConstructModel.java Add check that POMDP states do not have duplicate actions. 6 years ago
DTMC.java Tidy and comment explicit engine Dot export code. 6 years ago
DTMCEmbeddedSimple.java Explicit models: Move getModelType() to default implementations in interfaces. 6 years ago
DTMCExplicit.java Add default implementation of getTransitionsAndActionsIterator to DTMC. 6 years ago
DTMCFromMDPAndMDStrategy.java Explicit models: Move infoString methods to default implementations in interfaces. 6 years ago
DTMCFromMDPMemorylessAdversary.java Add default implementation of getTransitionsAndActionsIterator to DTMC. 6 years ago
DTMCModelChecker.java Store and report on accuracy information for numerical model checking queries. 6 years ago
DTMCSimple.java Explicit model refactoring (transition counting). 6 years ago
DTMCSparse.java Explicit model refactoring (transition counting). 6 years ago
DTMCUniformisedSimple.java Explicit models: Move getModelType() to default implementations in interfaces. 6 years ago
DijkstraSweepMPI.java (interval iteration, explicit) actually perform interval iteration using the explicit engine 9 years ago
DiscretizedBelief.java Add support for model checking partially observable MDPs (POMDPs). 6 years ago
Distribution.java Fix PrismUtils.doublesAreEqual() and use in more places. 6 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 Refactor explicit SCC computation, splitting SCCConsumer from SCCComputer. 9 years ago
ExplicitFiles2Model.java Replace ExplicitFiles2ModulesFile with ExplicitFiles2ModelInfo. 7 years ago
ExportIterations.java ExportIterations: Switch to HTTPS in PRISM URL 8 years ago
FastAdaptiveUniformisation.java Fast adaptive uniformisation: Fix for incomplete model exploration 8 years ago
FastAdaptiveUniformisationModelChecker.java New RewardGenerator interface for specifying information about rewards for a model. 7 years ago
FoxGlynn.java Comments (Fox-Glynn). 6 years ago
IncomingChoiceRelation.java explicit.IncomingChoiceRelation 9 years ago
IndexedSet.java Fixed bug with IndexedSet default constructor not initializing data structures 13 years ago
IterationMethod.java Store and report on accuracy information for numerical model checking queries. 6 years ago
IterationMethodGS.java Store and report on accuracy information for numerical model checking queries. 6 years ago
IterationMethodJacobi.java (interval iteration, explicit) provide IterationMethod computations for interval iteration 9 years ago
IterationMethodPower.java (interval iteration, explicit) provide IterationMethod computations for interval iteration 9 years ago
LTLModelChecker.java explicit.LTLModelChecker: protect against int overflow if product state space can not be indexed by int 8 years ago
LTS.java Add (explicit engine) tra file export for LTSs. 6 years ago
LTSNBAProduct.java Convert LTSExplicit to LTSSimple. 6 years ago
LTSSimple.java Add action label storage to LTSSimple. 6 years ago
MDP.java Tidy and comment explicit engine Dot export code. 6 years ago
MDPExplicit.java Add default implementation of NondetModel.areAllChoiceActionsUnique(). 6 years ago
MDPGeneric.java Refactor explicit.MDP, split generic part (independent of data type for transition probabilities) into MDPGeneric 9 years ago
MDPModelChecker.java Store and report on accuracy information for numerical model checking queries. 6 years ago
MDPSimple.java Encapsulate action storage in explicit.MDPSimple to new class ChoiceActionsSimple. 6 years ago
MDPSparse.java Bug fix in (recent) explicit engine simple->sparse conversion of actions. 6 years ago
Makefile Makefile: replace hardcoded directory names with PRISM_*_DIR 7 years ago
MinMax.java Allow <<>> to be used for MDPs (explicit engine only). 12 years ago
Model.java Add getLabelToStatesMap() to explicit.Model. 6 years ago
ModelCheckerResult.java Store and report on accuracy information for numerical model checking queries. 6 years ago
ModelExplicit.java Generalise MDPSimple copy constructor from MDPSparse to MDP. 6 years ago
ModelModelGenerator.java ModelGenerator (actually ModelInfo) improvements. 6 years ago
ModelSimple.java explicit model import: some more minor fixes to set correct initial states 10 years ago
ModelTransformation.java explicit.ModelTransformation: remove unnecessary Exception [from Steffen Märcker] 10 years ago
NonProbModelChecker.java Fix explicit non-prob LTL checking with experiments 8 years ago
NondetModel.java Add check that POMDP states do not have duplicate actions. 6 years ago
NondetModelSimple.java Some refactoring of explicit model classes, to introduce NondetModel interface. 13 years ago
POMDP.java Add support for model checking partially observable MDPs (POMDPs). 6 years ago
POMDPModelChecker.java POMDPs: Add belief state info to dot files generated by -exportadv. 6 years ago
POMDPSimple.java Add check that POMDP states with the same observation have the same actions. 6 years ago
PartiallyObservableModel.java Add support for model checking partially observable MDPs (POMDPs). 6 years ago
PredecessorRelation.java explicit.PredecessorRelation: consistently use getPre() 11 years ago
PrismSTPGAbstractRefine.java PrismSTPGAbstractRefine: cleanup refactoring from SVN 11747 10 years ago
ProbModelChecker.java Add support for model checking partially observable MDPs (POMDPs). 6 years ago
Product.java Store and report on accuracy information for numerical model checking queries. 6 years ago
QuantAbstractRefine.java Don't hardcode maximum dimensions for DOT graphs 8 years ago
QuantAbstractRefineExample.java Remove unused "techLog" from Prism object and other classes. 11 years ago
SCCComputer.java JavaDoc typos 9 years ago
SCCComputerTarjan.java explicit.SCCComputer: provide variant of computeSCCs where the state space is restricted with an IntPredicate 9 years ago
SCCConsumer.java Refactor explicit SCC computation, splitting SCCConsumer from SCCComputer. 9 years ago
SCCConsumerBSCCs.java cleanup some import warnings, artifacts of the recent set of refactorings... 9 years ago
SCCConsumerBitSet.java Refactor explicit SCC computation, splitting SCCConsumer from SCCComputer. 9 years ago
SCCConsumerStore.java Refactor explicit SCC computation, splitting SCCConsumer from SCCComputer. 9 years ago
SCCInfo.java IntSet: add toString methods 8 years ago
STPG.java Explicit models: Move infoString methods to default implementations in interfaces. 6 years ago
STPGAbstrSimple.java Add default implementation of NondetModel.areAllChoiceActionsUnique(). 6 years ago
STPGExplicit.java Explicit models: Move infoString methods to default implementations in interfaces. 6 years ago
STPGModelChecker.java explicit: Make calls to StateModelChecker.loadLabelsFile static 10 years ago
StateModelChecker.java Add support for model checking partially observable MDPs (POMDPs). 6 years ago
StateStorage.java Code tidy + comments. 13 years ago
StateValues.java Checking bounded properties (e.g. P>p[...]) fails if results are too inaccurate. 6 years ago
SubNondetModel.java Add default implementation of NondetModel.areAllChoiceActionsUnique(). 6 years ago
SuccessorsIterator.java refactor explicit.Model/NondetModel, getSuccessorsIterator: new abstract method getSuccessors, getSuccessorsIterator becomes default method 9 years ago
Utils.java Explicit engine: avoid numerical computation where precomputation suffices. 7 years ago
ZeroRewardECQuotient.java explicit.ZeroRewardECQuotient 9 years ago
package-info.java Improved documentation (JavaDoc mostly). 16 years ago