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 6ee3395544 Explicit models: Move exportToPrismLanguage methods to default implementations in interfaces. 6 years ago
..
graphviz explicit.graphviz: some more tweaks for HTML label support 8 years ago
modelviews Explicit models: Move exportToPrismLanguage methods to default implementations in interfaces. 6 years ago
rewards Consistent treatment of illegal rewards in symbolic/explicit engines. 6 years ago
BasicModelTransformation.java explicit.BasicModelTransformation [with Steffen Maercker] 9 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 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
ConstructModel.java Minor refactor in explicit.ConstructModel. 6 years ago
DTMC.java Explicit models: Move exportToPrismLanguage methods to default implementations in interfaces. 6 years ago
DTMCEmbeddedSimple.java Explicit models: Move getModelType() to default implementations in interfaces. 6 years ago
DTMCExplicit.java Explicit models: Move exportToPrismLanguage methods to default implementations in interfaces. 6 years ago
DTMCFromMDPAndMDStrategy.java Explicit models: Move getModelType() to default implementations in interfaces. 6 years ago
DTMCFromMDPMemorylessAdversary.java Explicit models: Move getModelType() to default implementations in interfaces. 6 years ago
DTMCModelChecker.java Explicit engine: avoid numerical computation where precomputation suffices. 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
Distribution.java Add some useful methods to explicit.Distribution. 8 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 7 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 explicit.FoxGlynn: exception message typos 8 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 Refactoring in explicit.IterationMethod to use getNumTransitions methods. 6 years ago
IterationMethodGS.java (interval iteration, explicit) provide IterationMethod computations for interval iteration 9 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 Explicit models: Move exportToPrismLanguage methods to default implementations in interfaces. 6 years ago
LTSExplicit.java Explicit models: Move exportToPrismLanguage methods to default implementations in interfaces. 6 years ago
LTSNBAProduct.java explicit.LTSNBAProduct: take atomic propositions of NBA into account 10 years ago
MDP.java Explicit models: Move exportToPrismLanguage methods to default implementations in interfaces. 6 years ago
MDPExplicit.java Explicit models: Move exportToPrismLanguage methods to default implementations in interfaces. 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 Explicit engine: avoid numerical computation where precomputation suffices. 6 years ago
MDPSimple.java Explicit model refactoring (transition counting). 6 years ago
MDPSparse.java Explicit model refactoring (transition counting). 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). 11 years ago
Model.java Explicit models: Move exportToDot methods to default implementations in interfaces. 6 years ago
ModelCheckerResult.java First bits of code for improved strategy generation. 13 years ago
ModelExplicit.java Explicit models: Move exportToPrismLanguage methods to default implementations in interfaces. 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 7 years ago
NondetModel.java Explicit models: Move exportToDot methods to default implementations in interfaces. 6 years ago
NondetModelSimple.java Some refactoring of explicit model classes, to introduce NondetModel interface. 13 years ago
PredecessorRelation.java explicit.PredecessorRelation: consistently use getPre() 10 years ago
PrismSTPGAbstractRefine.java PrismSTPGAbstractRefine: cleanup refactoring from SVN 11747 10 years ago
ProbModelChecker.java New RewardGenerator interface for specifying information about rewards for a model. 7 years ago
Product.java Speed up mapping from product model to original model 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. 10 years ago
SCCComputer.java JavaDoc typos 8 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 exportToPrismLanguage methods to default implementations in interfaces. 6 years ago
STPGAbstrSimple.java Explicit models: Move exportToPrismLanguage methods to default implementations in interfaces. 6 years ago
STPGExplicit.java Explicit models: Move exportToPrismLanguage methods to default implementations in interfaces. 6 years ago
STPGModelChecker.java explicit: Make calls to StateModelChecker.loadLabelsFile static 10 years ago
StateModelChecker.java New RewardGenerator interface for specifying information about rewards for a model. 7 years ago
StateStorage.java Code tidy + comments. 13 years ago
StateValues.java StateValues.setValue(int i, Object val) utility method. 6 years ago
SubNondetModel.java Explicit models: Move exportToPrismExplicit methods to default implementations in interfaces. 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. 6 years ago
ZeroRewardECQuotient.java explicit.ZeroRewardECQuotient 9 years ago
package-info.java Improved documentation (JavaDoc mostly). 15 years ago