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.
 
 
 
 
 
 
Chris Novakovic 341efe4d21 Don't hardcode maximum dimensions for DOT graphs 7 years ago
..
graphviz explicit.graphviz: some more tweaks for HTML label support 7 years ago
modelviews Don't hardcode maximum dimensions for DOT graphs 7 years ago
rewards explicit: Fix transition rewards from deadlock states 8 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 explicit.CTMCModelChecker: In transient probability computation, honor the global epsilon parameter from the settings 8 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 9 years ago
CTMDPSimple.java Tidy/improve passing of settings to explicit model checkers. 14 years ago
ConstructModel.java explicit: don't re-explore states when not using labels 8 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 DOT export: support decorators 9 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 Add preprocessing for steady-state in explicit engine 8 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 9 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 Remove ModelExplorer interface and replace with ModelGenerator. 10 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 8 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 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 explicit.MDPSparse: fix mvMultRewJacMinMaxSingle to properly handle zero-reward selfloops 8 years ago
MDPExplicit.java Don't hardcode maximum dimensions for DOT graphs 7 years ago
MDPGeneric.java Refactor explicit.MDP, split generic part (independent of data type for transition probabilities) into MDPGeneric 8 years ago
MDPModelChecker.java ExportIterations: Log the file name when exporting iterations 8 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 8 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 Don't hardcode maximum dimensions for DOT graphs 7 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 9 years ago
ModelTransformation.java explicit.ModelTransformation: remove unnecessary Exception [from Steffen Märcker] 9 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 9 years ago
ProbModelChecker.java explicit: indicate 'not supported' for state reward export in unsupported formats 7 years ago
Product.java Make use of the new PrismNotSupportedException. 11 years ago
QuantAbstractRefine.java Don't hardcode maximum dimensions for DOT graphs 7 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 7 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 9 years ago
StateModelChecker.java explicit: Fix initialization of some MC flags 8 years ago
StateStorage.java Code tidy + comments. 13 years ago
StateValues.java Implement round function 8 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