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.
 
 
 
 
 
 
Joachim Klein 09fc23a350 explicit.MDPModelChecker: prob0/1... methods take MDPGeneric instead of MDP as argument 9 years ago
..
graphviz explicit.graphviz: infrastructure for more flexible DOT exports 9 years ago
modelviews explicit.modelviews: Various helpers for providing modified views of a given DTMC / MDP [with Steffen Maercker] 9 years ago
rewards Fix explicit engine import of state rewards (need to add details to ModelInfo for it to work properly). Also catch attempts to export state rewards more cleanly in this case. 9 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 Cache the embedded DTMC inside CTMCSimple. This preserves the cached PredecessorRelation in the DTMC, allowing subsequent properties to be checked more efficiently. [from Joachim Klein] 11 years ago
CTMCModelChecker.java Refactoring in explicit CTMC model checker to reuse existing methods. 9 years ago
CTMCSimple.java Cache the embedded DTMC inside CTMCSimple. This preserves the cached PredecessorRelation in the DTMC, allowing subsequent properties to be checked more efficiently. [from Joachim Klein] 11 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: Make calls to StateModelChecker.loadLabelsFile static 10 years ago
CTMDPSimple.java Tidy/improve passing of settings to explicit model checkers. 15 years ago
ConstructModel.java explicit.ConstructModel: Convert DTMCSimple to DTMCSparse (as for MDPs) [with Steffen Maercker] 9 years ago
DTMC.java (interval iteration, explicit) provide IterationMethod computations for interval iteration 9 years ago
DTMCEmbeddedSimple.java explicit.DTMCEmbeddedSimple: simplify getTransitionsIterator, provide forEachTransition specialization 9 years ago
DTMCExplicit.java explicit DOT export: support decorators 9 years ago
DTMCFromMDPAndMDStrategy.java explicit.DTMCFromMDPAndMDStrategy: simplify getTransitionsIterator, provide forEachTransition specialization 9 years ago
DTMCFromMDPMemorylessAdversary.java explicit.DTMC, refactor: remove specialized prob0step, prob1step in sub-classes in favor of default methods in DTMC 9 years ago
DTMCModelChecker.java explicit model checkers: flag to silence log output during precomputations (prob0/1...) 9 years ago
DTMCSimple.java explicit DTMCSimple, MDPSimple refactor: remove mv... specialisations so the default methods from DTMC/MDP are used 9 years ago
DTMCSparse.java explicit.DTMCSparse: sparse storage variant for DTMCs [with Steffen Maercker] 9 years ago
DTMCUniformisedSimple.java explicit.DTMC, refactor: remove specialized prob0step, prob1step in sub-classes in favor of default methods in DTMC 9 years ago
DijkstraSweepMPI.java (interval iteration, explicit) actually perform interval iteration using the explicit engine 9 years ago
Distribution.java Distribution: provide constructor from Iterator over the transitions (Entry<Integer, Double>) 9 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 Comment typo 10 years ago
ExportIterations.java (export-iterations) introduce --exportiterations option, ExportIterations helper classes for C and Java 9 years ago
FastAdaptiveUniformisation.java Remove ModelExplorer interface and replace with ModelGenerator. 10 years ago
FastAdaptiveUniformisationModelChecker.java Remove ModelExplorer interface and replace with ModelGenerator. 10 years ago
FoxGlynn.java Improved Fox-Glynn for small numbers + int overflow bugfix (Vojta). 16 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 Topological interval iteration: Fix bug preventing convergence in some cases 9 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 Refactor explicit SCC computation, splitting SCCConsumer from SCCComputer. 9 years ago
LTS.java Add LTS model type and expose underlying graph of a DA as an LTS. 11 years ago
LTSExplicit.java cleanup some import warnings, artifacts of the recent set of refactorings... 9 years ago
LTSNBAProduct.java explicit.LTSNBAProduct: take atomic propositions of NBA into account 10 years ago
MDP.java Refactor explicit.MDP, split generic part (independent of data type for transition probabilities) into MDPGeneric 9 years ago
MDPExplicit.java cleanup some import warnings, artifacts of the recent set of refactorings... 9 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.MDPModelChecker: prob0/1... methods take MDPGeneric instead of MDP as argument 9 years ago
MDPSimple.java explicit DTMCSimple, MDPSimple refactor: remove mv... specialisations so the default methods from DTMC/MDP are used 9 years ago
MDPSparse.java explicit.MDPSparse: simplify code for getTransitionsIterator 9 years ago
Makefile Makefiles: inhibit parallel building (-j n mode) 9 years ago
MinMax.java Allow <<>> to be used for MDPs (explicit engine only). 11 years ago
Model.java explicit DOT export: support decorators 9 years ago
ModelCheckerResult.java First bits of code for improved strategy generation. 13 years ago
ModelExplicit.java explicit DOT export: support decorators 9 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 Refactor explicit SCC computation, splitting SCCConsumer from SCCComputer. 9 years ago
NondetModel.java explicit.DTMC/NondetModel: add default method getNumTransitions(OfInt states) 9 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
PrismExplicit.java Various improvements focused on the ModelGenerator interface: 10 years ago
PrismSTPGAbstractRefine.java PrismSTPGAbstractRefine: cleanup refactoring from SVN 11747 10 years ago
ProbModelChecker.java explicit model checkers: flag to silence log output during precomputations (prob0/1...) 9 years ago
Product.java Make use of the new PrismNotSupportedException. 11 years ago
QuantAbstractRefine.java Clean up output when avg time is shown as NaN. [from Joachim Klein; and the last commit] 11 years ago
QuantAbstractRefineExample.java Remove unused "techLog" from Prism object and other classes. 10 years ago
SCCComputer.java explicit.SCCComputer: convenience method forSCCs for functional-style iteration over the SCCs of a model 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 explicit.SCCInfo, SCCComputer: method for obtaining topological ordering (SCCInfo) 9 years ago
STPG.java Move some STPG stuff from prism-games back to the trunk. 11 years ago
STPGAbstrSimple.java explicit DOT export: support decorators 9 years ago
STPGExplicit.java Move some STPG stuff from prism-games back to the trunk. 11 years ago
STPGModelChecker.java explicit: Make calls to StateModelChecker.loadLabelsFile static 10 years ago
StateModelChecker.java (interval iteration) prepare settings for interval iteration 9 years ago
StateStorage.java Code tidy + comments. 13 years ago
StateValues.java explicit.StateValues: getType() 9 years ago
SubNondetModel.java cleanup some import warnings, artifacts of the recent set of refactorings... 9 years ago
SuccessorsIterator.java refactor explicit.Model/NondetModel, getSuccessorsIterator: new abstract method getSuccessors, getSuccessorsIterator becomes default method 9 years ago
Utils.java Utility array copy methods. 14 years ago
ZeroRewardECQuotient.java explicit.ZeroRewardECQuotient 9 years ago
package-info.java Improved documentation (JavaDoc mostly). 15 years ago