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 97074f5d58 Refactor explicit SCC computation, splitting SCCConsumer from SCCComputer. 9 years ago
..
DefaultModelGenerator.java Add a default implementation of ModelInfo.rewardStructHasTransitionRewards in DefaultModelGenerator (which returns true), plus some notes about this in the JavaDoc for related methods. 10 years ago
DefinedConstant.java Tidy/document DefinedConstant and UndefinedConstants classes. 15 years ago
ECComputer.java symbolic ECComputer: provide helpers for graph-based computation of transititions staying in an EC 9 years ago
ECComputerDefault.java symbolic ECComputerDefault: remove the two numeric methods in EC computations 9 years ago
ExplicitFiles2MTBDD.java ExplicitFiles2MTBDD: fix missing JDDNode copy 9 years ago
ExplicitModel2MTBDD.java Refactor: Switch MTBDD variable handling for symbolic models to ModelVariablesDD infrastructure 10 years ago
Filter.java Model checkers (symbolic/explicit) cache some filter info for optimisations/checks during model checking. 14 years ago
IntegerBound.java Fix JavaDoc bugs. 11 years ago
Interval.java Partial implementation of filter for explicit engine. 15 years ago
LTLModelChecker.java LTLModelCheckers: constructDFAForCosafetyRewardLTL 9 years ago
MDPQuotient.java symbolic: MDPQuotient transformation for computing the quotient MDP given an equivalence relation on the states 9 years ago
Makefile Makefile: compile ngprism with CFLAGS instead of CPPFLAGS options (calls C compiler) 10 years ago
MathML2Prism.java Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk. 17 years ago
Model.java prism.Model: move addUniqueLabelDD interface to Model 9 years ago
ModelChecker.java Symbolic model checkers: Change the checkXYZ methods to take a stateOfInterest argument 9 years ago
ModelExpressionTransformation.java symbolic: add ModelTransformation, ModelExpressionTransformation (similar to functionality in explicit engine) 9 years ago
ModelExpressionTransformationNested.java symbolic: add ModelTransformation, ModelExpressionTransformation (similar to functionality in explicit engine) 9 years ago
ModelGenerator.java Add a default implementation of ModelInfo.rewardStructHasTransitionRewards in DefaultModelGenerator (which returns true), plus some notes about this in the JavaDoc for related methods. 10 years ago
ModelGenerator2MTBDD.java ModelGenerator2MTBDD: fix use of ModelVariablesDD, actually allocate variables via ModelVariablesDD 10 years ago
ModelGeneratorSymbolic.java Refactor parametric model construction to use an extension of ModelGenerator instead of reading specifically from a ModulesFile. Needs further refactoring. 10 years ago
ModelInfo.java Add a default implementation of ModelInfo.rewardStructHasTransitionRewards in DefaultModelGenerator (which returns true), plus some notes about this in the JavaDoc for related methods. 10 years ago
ModelTransformation.java symbolic: add ModelTransformation, ModelExpressionTransformation (similar to functionality in explicit engine) 9 years ago
ModelTransformationNested.java symbolic: add ModelTransformation, ModelExpressionTransformation (similar to functionality in explicit engine) 9 years ago
ModelType.java Some refactoring of the RelOp and ModelType enums. [from Steffen Marcker]] 11 years ago
ModelVariablesDD.java ModelVariablesDD: preallocation of extra action variables, new settings -ddextrastatevars and -ddextraactionvars 9 years ago
Modules2MTBDD.java Symbolic model checkers: Change the checkXYZ methods to take a stateOfInterest argument 9 years ago
MultiObjModelChecker.java symbolic LTL model checking: perform DA product constructions from the statesOfInterest 9 years ago
MultiObjUtils.java Fix JavaDoc bugs. 11 years ago
NativeIntArray.cc NativeIntArray.cc: use ptr_to_jlong instead of a simple (long) cast 10 years ago
NativeIntArray.java Fix JavaDoc bugs. 11 years ago
NonProbModelChecker.java Symbolic model checkers: Change the checkXYZ methods to take a stateOfInterest argument 9 years ago
NondetModel.java ODD: Use int64_t for offsets everywhere, check for arithmetic overflow 9 years ago
NondetModelChecker.java symbolic MDP model checker: Use LTL2WDBA construction to obtain DFA for co-safe LTL reward computations 9 years ago
NondetModelTransformationOperator.java symbolic: add NondetModelTransformationOperator and NondetModel.getTransformed() 9 years ago
OpRelOpBound.java Small fix in OpRelOpBound toString method. 10 years ago
Operator.java Fix JavaDoc bugs. 11 years ago
OpsAndBoundsList.java Changing an undocumented feature (aka bug) where in the output Pareto curve, probabilistic properties came before reward properties. Now the output respects the order which user gave on input to multi(...) 10 years ago
PEPA2Prism.java Bug fix: Do not delete PEPA file after translation (especially if it is not a temporary file!) 10 years ago
Pair.java Some useful additions to Pair utility class: implements Map.Entry and has a toString(). 11 years ago
PermutedLexicographicComparator.java Fix JavaDoc bugs. 11 years ago
Point.java Changing an undocumented feature (aka bug) where in the output Pareto curve, probabilistic properties came before reward properties. Now the output respects the order which user gave on input to multi(...) 10 years ago
Preprocessor.java Change prism.parseSingleExpressionString calls to static access 10 years ago
Prism.java Refactor explicit SCC computation, splitting SCCConsumer from SCCComputer. 9 years ago
PrismCL.java Demote -exportmodeldotview to a hidden option for now (not ready yet). 9 years ago
PrismComponent.java Code tweaks: make Updater independent of PRISM/sim + make SimEngine into PrismComponent. 13 years ago
PrismDevNullLog.java New PrismDevNullLog class. 15 years ago
PrismException.java Updated email addresses and affiliations in copyright info. 19 years ago
PrismFileLog.java Code tidy + new methods in PrismFileLog. 12 years ago
PrismLangException.java Merged prism-parser branch (revs 577:659) into trunk. 18 years ago
PrismLanguageTranslator.java Refactoring of to-PRISM language translations: addition of PrismLanguageTranslator abstract class (preliminary version of) and connection with SBML/reactions/PEPA translators. Also, add support for SBML import to Prism class (but not used elsewhere yet). 11 years ago
PrismLog.java PrismLog: implement Closable / AutoClosable [with Steffen Maercker] 11 years ago
PrismModelListener.java * Continued major changes to PRISM API 14 years ago
PrismNG.java First version of Nailgun support built directly into PRISM. Adding switch -ng when running prism will instead start a Nailgun server ready to run PRISM instances, and running ngprism runs PRISM as a Nailgun client. 11 years ago
PrismNative.cc (export-iterations) introduce --exportiterations option, ExportIterations helper classes for C and Java 9 years ago
PrismNative.java (export-iterations) introduce --exportiterations option, ExportIterations helper classes for C and Java 9 years ago
PrismNotSupportedException.java New PrismNotSupportedException, to be throw when a model/prop/engine combination is not supported. Displays as UNSUPPORTED, not FAIL, in test mode. [from Joachim Klein] 11 years ago
PrismPrintStreamLog.java Re-arrange of PrismLog code + methods to print arrays. 16 years ago
PrismSettings.java (export-iterations) introduce --exportiterations option, ExportIterations helper classes for C and Java 9 years ago
PrismSettingsListener.java Javadoc fixes. 16 years ago
PrismStaTra.java Fixed PrismStaTra to handle action labels in tra files. 16 years ago
PrismTest.java Remove unused "techLog" from Prism object and other classes. 10 years ago
PrismUtils.java PrismUtils: findMaxFinite 9 years ago
ProbModel.java prism.Model: move addUniqueLabelDD interface to Model 9 years ago
ProbModelChecker.java symbolic DTMC checker: Use LTL2WDBA construction to obtain DFA for co-safe LTL reward computations 9 years ago
ProbModelTransformationOperator.java symbolic: add ProbModelTransformationOperator and ProbModel.getTransformed() 9 years ago
Product.java introduce prism.Product wrapper for the result of a product construction (similar to explicit.Product) 9 years ago
ProgressDisplay.java Bugfixes in new ProgressDisplay. 14 years ago
PropertyConstants.java reintegrated parametric stuff 13 years ago
RangingConstant.java Javadoc fixes. 16 years ago
Reactions2Prism.java Refactoring of to-PRISM language translations: addition of PrismLanguageTranslator abstract class (preliminary version of) and connection with SBML/reactions/PEPA translators. Also, add support for SBML import to Prism class (but not used elsewhere yet). 11 years ago
ReactionsText2Prism.java Refactoring of to-PRISM language translations: addition of PrismLanguageTranslator abstract class (preliminary version of) and connection with SBML/reactions/PEPA translators. Also, add support for SBML import to Prism class (but not used elsewhere yet). 11 years ago
Result.java Add optinal storage of a StateVector to Result class. 12 years ago
ResultListener.java Eclipse tidy (remove unused imports). 18 years ago
ResultsCollection.java Bugfix: extra colon inserted via last commit. 11 years ago
ResultsExporter.java Small fix in results export 11 years ago
SBML2Prism.java Refactoring of to-PRISM language translations: addition of PrismLanguageTranslator abstract class (preliminary version of) and connection with SBML/reactions/PEPA translators. Also, add support for SBML import to Prism class (but not used elsewhere yet). 11 years ago
SCCComputer.java prism.SCCComputer: SanityJDD checks 10 years ago
SCCComputerLockstep.java Method name typo: JDD.AreInterecting -> JDD.AreIntersecting. 11 years ago
SCCComputerSCCFind.java Method name typo: JDD.AreInterecting -> JDD.AreIntersecting. 11 years ago
SCCComputerXB.java Tidy up of symbolic/explicit SCC/EC computer classes, incl. integration of PrismComponent interface + knock-on effects. 13 years ago
StateList.java New getIndexOfState method in prism.StateList (not tested yet). 10 years ago
StateListMTBDD.java Bug fix in StateListMTBDD.getIndexOfState. 10 years ago
StateModelChecker.java prism.StateModelChecker: add createModelChecker() helper method 9 years ago
StateValues.java JDD, prism.StateValues: find max finite value 9 years ago
StateValuesDV.java JDD, prism.StateValues: find max finite value 9 years ago
StateValuesMTBDD.java JDD, prism.StateValues: find max finite value 9 years ago
StateValuesVoid.java JDD, prism.StateValues: find max finite value 9 years ago
StateVector.java Add clear() to the StateVector interface 12 years ago
StochModel.java prism.StochModel: provide getEmbeddedDTMC() 9 years ago
StochModelChecker.java prism.StochModelChecker: handle co-safe LTL reward computation for CTMCs 9 years ago
TestModelGenerator.java TestModelGenerator: correctly setup and tear down CUDD 10 years ago
Tile.java Bugfix for a case when the Pareto curve for minimising objectives contained (0,0) and the direction for a new hyperplane was not correctly computed 10 years ago
TileList.java Bugfix for a case when the Pareto curve for minimising objectives contained (0,0) and the direction for a new hyperplane was not correctly computed 10 years ago
UndefinedConstants.java prism.UndefinedConstants: provide additional method removeConstants(Collection<String> constNames) 10 years ago
Version.java Version num 4.3 -> 4.3.1 (keep in sync with minor change to public release). 10 years ago
ng.c.orig First version of Nailgun support built directly into PRISM. Adding switch -ng when running prism will instead start a Nailgun server ready to run PRISM instances, and running ngprism runs PRISM as a Nailgun client. 11 years ago
ngprism.c ngprism: Allow the use of "ngprism stop" to kill the server. 11 years ago
package-info.java Improved documentation (JavaDoc mostly). 15 years ago
prism.cc (export-iterations) introduce --exportiterations option, ExportIterations helper classes for C and Java 9 years ago