| .. |
|
DefinedConstant.java
|
Tidy/document DefinedConstant and UndefinedConstants classes.
|
15 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
|
EC generation: comments and refactoring.
|
13 years ago |
|
ExplicitFiles2MTBDD.java
|
..2MTBDD: from refAll to JDDVars.copyFrom()
|
11 years ago |
|
ExplicitModel2MTBDD.java
|
..2MTBDD: from refAll to JDDVars.copyFrom()
|
11 years ago |
|
Filter.java
|
Model checkers (symbolic/explicit) cache some filter info for optimisations/checks during model checking.
|
15 years ago |
|
IntegerBound.java
|
Fix JavaDoc bugs.
|
11 years ago |
|
Interval.java
|
Partial implementation of filter for explicit engine.
|
15 years ago |
|
LTLModelChecker.java
|
Symbolic LTLModelChecker: Provide constructDAForLTLFormula, use in ProbModelChecker and NondetModelChecker
|
11 years ago |
|
Makefile
|
Makefile fixes: stop javah-created headers showing as modified in Cygwin svn due to line endings.
|
13 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
|
New (hidden) options for different symbolic reachability methods (-frontier, -bfs). Also: new way to read options from C++ code: PrismNative stores reference to Prism object which is then queried.
|
15 years ago |
|
ModelChecker.java
|
Provide getConstantValues() for model checkers, allowing other classes to access the constants. [Joachim Klein]
|
12 years ago |
|
ModelType.java
|
Add LTS model type and expose underlying graph of a DA as an LTS.
|
11 years ago |
|
Modules2MTBDD.java
|
..2MTBDD: from refAll to JDDVars.copyFrom()
|
11 years ago |
|
MultiObjModelChecker.java
|
Allow -exportpropaut to export DA in HOA format, e.g.: prism dice.pm -pf "P=?[X X d=6]" -exportpropaut:hoa da.hoa
|
11 years ago |
|
MultiObjUtils.java
|
Fix JavaDoc bugs.
|
11 years ago |
|
NativeIntArray.cc
|
Corrected/added headers + copyright info.
|
14 years ago |
|
NativeIntArray.java
|
Fix JavaDoc bugs.
|
11 years ago |
|
NonProbModelChecker.java
|
Method name typo: JDD.AreInterecting -> JDD.AreIntersecting.
|
11 years ago |
|
NondetModel.java
|
Fix (again) computation of number of nondet choices for symbolic models (did not work for large number of nondet DD vars).
|
11 years ago |
|
NondetModelChecker.java
|
Symbolic LTLModelChecker: Provide constructDAForLTLFormula, use in ProbModelChecker and NondetModelChecker
|
11 years ago |
|
OpRelOpBound.java
|
Support <<>> and [[]] operators for MDP (only * or empty), all engines.
|
11 years ago |
|
Operator.java
|
Fix JavaDoc bugs.
|
11 years ago |
|
OpsAndBoundsList.java
|
Fix JavaDoc bugs.
|
11 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
|
Corrected/added headers + copyright info.
|
14 years ago |
|
Preprocessor.java
|
Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk.
|
17 years ago |
|
Prism.java
|
Fix JDD leak for symbolic PTA (digital clock engine). Clear the built model before setting currentModel=null. [from Joachim Klein]
|
11 years ago |
|
PrismCL.java
|
Add -dddebug and -ddtrace command-line arguments to PrismCL
|
11 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.
|
13 years ago |
|
PrismLangException.java
|
Merged prism-parser branch (revs 577:659) into trunk.
|
19 years ago |
|
PrismLog.java
|
PrismLog: implement Closable / AutoClosable [with Steffen Maercker]
|
11 years ago |
|
PrismModelListener.java
|
* Continued major changes to PRISM API
|
15 years ago |
|
PrismNative.cc
|
PrismNative: Use setvbuf() to set stdout to line-buffered.
|
11 years ago |
|
PrismNative.java
|
New (hidden) options for different symbolic reachability methods (-frontier, -bfs). Also: new way to read options from C++ code: PrismNative stores reference to Prism object which is then queried.
|
15 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.
|
17 years ago |
|
PrismSettings.java
|
Settings: remove debug output for -ltl2datool argument
|
11 years ago |
|
PrismSettingsListener.java
|
Javadoc fixes.
|
16 years ago |
|
PrismStaTra.java
|
Fixed PrismStaTra to handle action labels in tra files.
|
17 years ago |
|
PrismTest.java
|
Prism.modelCheck() takes Property rather than Expression objects, and thus displays property names when model checking.
|
15 years ago |
|
PrismUtils.java
|
Allow -exportpropaut to export DA in HOA format, e.g.: prism dice.pm -pf "P=?[X X d=6]" -exportpropaut:hoa da.hoa
|
11 years ago |
|
ProbModel.java
|
ProbModelChecker.clear(): deref complete var arrays, fix StateModelChecker constructor
|
11 years ago |
|
ProbModelChecker.java
|
Symbolic LTLModelChecker: Provide constructDAForLTLFormula, use in ProbModelChecker and NondetModelChecker
|
11 years ago |
|
ProgressDisplay.java
|
Bugfixes in new ProgressDisplay.
|
15 years ago |
|
PropertyConstants.java
|
reintegrated parametric stuff
|
14 years ago |
|
RangingConstant.java
|
Javadoc fixes.
|
16 years ago |
|
Reactions2Prism.java
|
Check for duplicate ids/names in reactions-to-PRISM translation.
|
14 years ago |
|
ReactionsText2Prism.java
|
Strip comments (commencing #) from reactions files.
|
14 years ago |
|
Result.java
|
Add optinal storage of a StateVector to Result class.
|
12 years ago |
|
ResultListener.java
|
Eclipse tidy (remove unused imports).
|
19 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
|
Added sbml2prism script.
|
12 years ago |
|
SCCComputer.java
|
Symbolic, BSCC computation: Omit BSCC size output when there are >10 BSCCs
|
11 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
|
Export to string array option in StateList (unused) + tidy.
|
17 years ago |
|
StateListMTBDD.java
|
New constructor in StateListMTBDD - needed in Lus code.
|
15 years ago |
|
StateModelChecker.java
|
symbolic StateModelChecker: deref filter if the recursive checkExpression call throws an exception
|
11 years ago |
|
StateValues.java
|
StateValues: new method filter(dd, double), sets values not in filter to d
|
11 years ago |
|
StateValuesDV.java
|
StateValues: new method filter(dd, double), sets values not in filter to d
|
11 years ago |
|
StateValuesMTBDD.java
|
StateValues: new method filter(dd, double), sets values not in filter to d
|
11 years ago |
|
StateValuesVoid.java
|
StateValues: new method filter(dd, double), sets values not in filter to d
|
11 years ago |
|
StateVector.java
|
Add clear() to the StateVector interface
|
12 years ago |
|
StochModel.java
|
Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk.
|
17 years ago |
|
StochModelChecker.java
|
Remove un-needed check for LTL formula inside time-bounded until.
|
15 years ago |
|
Tile.java
|
Fix JavaDoc bugs.
|
11 years ago |
|
TileList.java
|
Code tidy.
|
14 years ago |
|
UndefinedConstants.java
|
Fix JavaDoc bugs.
|
11 years ago |
|
Version.java
|
Version numbering (back to dev)
|
11 years ago |
|
package-info.java
|
Improved documentation (JavaDoc mostly).
|
16 years ago |
|
prism.cc
|
Added method get_real_time to get real system time, via Java, from C.
|
15 years ago |