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 40eafca2f5 imported patch rewardcounter-MDPCounterAndCounterTransformation.patch 7 years ago
..
graphviz explicit.graphviz: some more tweaks for HTML label support 7 years ago
modelviews explicit engine: support -exportrows 7 years ago
rewards imported patch ex-dtmc-weights-MCRewardsPositive.patch 7 years ago
BasicModelTransformation.java imported patch MT-states-of-interest.patch 7 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 imported patch rewardcounter-TemporalOperatorBounds-use.patch 7 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 imported patch rewardcounter-TemporalOperatorBounds-use.patch 7 years ago
CTMDPSimple.java Tidy/improve passing of settings to explicit model checkers. 15 years ago
ConstructModel.java explicit: don't re-explore states when not using labels 8 years ago
CounterProduct.java imported patch rewardcounter-MDPCounterAndCounterTransformation.patch 7 years ago
CounterTransformation.java imported patch rewardcounter-MDPCounterAndCounterTransformation.patch 7 years ago
DTMC.java Improve implementations of DTMC::vmMult 8 years ago
DTMCEmbeddedSimple.java Improve implementations of DTMC::vmMult 8 years ago
DTMCExplicit.java explicit engine: support -exportrows 7 years ago
DTMCFromMDPAndMDStrategy.java Bug fix in DTMCFromMDPAndMDStrategy, related to recent changes to successors info in explicit engine. 8 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 imported patch rewardcounter-DTMCModelChecker.removeBounds.patch 7 years ago
DTMCProductOperator.java explicit: +ProductOperator (generic) 7 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 Improve implementations of DTMC::vmMult 8 years ago
DTMCUniformisedSimple.java Improve implementations of DTMC::vmMult 8 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 Comment typo 10 years ago
ExportIterations.java ExportIterations: Support for generating unique filenames (for multiple iterations during the same PRISM run) 8 years ago
FastAdaptiveUniformisation.java Fast adaptive uniformisation: Fix for incomplete model exploration 8 years ago
FastAdaptiveUniformisationModelChecker.java imported patch rewardcounter-TemporalOperatorBounds-use.patch 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 explicit: tweak wording in iteration statistics 9 years ago
IterationMethodGS.java (interval iteration, explicit) provide IterationMethod computations for interval iteration 9 years ago
IterationMethodJacobi.java imported patch iteration-method-jacobi-mdp-explicit.patch 7 years ago
IterationMethodPower.java (interval iteration, explicit) provide IterationMethod computations for interval iteration 9 years ago
LTLModelChecker.java imported patch rewardcounter-TemporalOperatorBounds-use.patch 7 years ago
LTS.java Add LTS model type and expose underlying graph of a DA as an LTS. 11 years ago
LTSExplicit.java explicit engine: support -exportrows 7 years ago
LTSNBAProduct.java explicit.LTSNBAProduct: take atomic propositions of NBA into account 10 years ago
MDP.java imported patch iteration-method-jacobi-mdp-explicit.patch 7 years ago
MDPExplicit.java explicit engine: support -exportrows 7 years ago
MDPGeneric.java Refactor explicit.MDP, split generic part (independent of data type for transition probabilities) into MDPGeneric 9 years ago
MDPModelChecker.java imported patch explicit-fairness-warning.patch 7 years ago
MDPProductOperator.java imported patch rewardcounter-MDPProductOperator.patch 7 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: fix mvMultRewJacMinMaxSingle to properly handle zero-reward selfloops 9 years ago
Makefile Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
MinMax.java Allow <<>> to be used for MDPs (explicit engine only). 11 years ago
Model.java explicit engine: support -exportrows 7 years ago
ModelCheckerResult.java First bits of code for improved strategy generation. 13 years ago
ModelExplicit.java explicit engine: support -exportrows 7 years ago
ModelExpressionTransformation.java Add ModelExpressionTransformation interface 7 years ago
ModelExpressionTransformationIdentity.java imported patch MET-ModelExpressionTransformationIdentity.patch 7 years ago
ModelExpressionTransformationNested.java ModelExpressionTransformationNested 7 years ago
ModelSimple.java explicit model import: some more minor fixes to set correct initial states 10 years ago
ModelTransformation.java imported patch MT-states-of-interest.patch 7 years ago
ModelTransformationNested.java imported patch MT-states-of-interest.patch 7 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
PrismSTPGAbstractRefine.java PrismSTPGAbstractRefine: cleanup refactoring from SVN 11747 10 years ago
ProbModelChecker.java imported patch rewardcounter-TemporalOperatorBounds-use.patch 7 years ago
Product.java imported patch MT-states-of-interest.patch 7 years ago
ProductState.java imported patch rewardcounter-ProductState-int.patch 7 years ago
ProductWithProductStates.java imported patch prod-with-productstates-rely-on-product-for-soi.patch 7 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 imported patch sccmethodex-setting.patch 7 years ago
SCCComputerTarjan.java imported patch tarjan-lowlink-index-array.patch 7 years ago
SCCComputerTarjanIterative.java imported patch tmp-tarjan-iterative-2.patch 7 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 7 years ago
STPG.java Move some STPG stuff from prism-games back to the trunk. 11 years ago
STPGAbstrSimple.java explicit engine: support -exportrows 7 years ago
STPGExplicit.java Move some STPG stuff from prism-games back to the trunk. 11 years ago
STPGModelChecker.java imported patch explicit-fairness-warning.patch 7 years ago
StateModelChecker.java (HOA path) StateModelChecker (symbolic, explicit): Provide access to the ModulesFile / PropertiesFile stored in the model checker 7 years ago
StateStorage.java Code tidy + comments. 13 years ago
StateValues.java Implement round function 8 years ago
SubNondetModel.java explicit engine: support -exportrows 7 years ago
SuccessorsIterator.java imported patch succ-it-from-trans-it.patch 7 years ago
Utils.java Utility array copy methods. 14 years ago
ZeroRewardECQuotient.java imported patch ex-dtmc-weights-rewards-has-positive-negative.patch 7 years ago
package-info.java Improved documentation (JavaDoc mostly). 15 years ago