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.
Dave Parker
2700f52271
Allow the actual type of a PRISM model to differ from the one specified in the file.
For now, this provides a cleaner implementation of the default (unspecified)
model type being set to an MDP. Later, this will allow the actual model type
to be omitted or partially specified and derived from langage features.
6 years ago
..
parser
PTAParser.jj: update to include changes from PTAParser.java (fixes #32)
9 years ago
BackwardsReach.java
Remove unnecessary adversary generation from PTA backwards reachability.
11 years ago
BackwardsReachabilityGraph.java
Add support for backwards reachability algorithm to solve PTAs .
11 years ago
Constraint.java
Add support for backwards reachability algorithm to solve PTAs .
11 years ago
DB.java
Code tidy.
17 years ago
DBM.java
Add support for backwards reachability algorithm to solve PTAs .
11 years ago
DBMFactory.java
Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk.
17 years ago
DBMList.java
Deal with module/model alphabets properly in PTAs, in particular when storing PTAs internally using pta.PTA. The definition of the alphabet of a PTA from a PRISM model is now correct and inline with the defition for other models.
10 years ago
DBMListFactory.java
Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk.
17 years ago
DigitalClocks.java
Allow the actual type of a PRISM model to differ from the one specified in the file.
6 years ago
Edge.java
Javadoc fixes.
16 years ago
ForwardsReach.java
Added StateStorage interface
13 years ago
LocZone.java
Add support for backwards reachability algorithm to solve PTAs .
11 years ago
LocZoneSet.java
Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk.
17 years ago
LocZoneSetOld.java
Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk.
17 years ago
Makefile
Makefile: replace hardcoded directory names with PRISM_*_DIR
7 years ago
Modules2PTA.java
Fix JDK9 compilation issue, use parser.ast.Module instead of Module
9 years ago
NCZone.java
Better detection of timelocks (in forwards reach) + some additions/fixes to DBMs.
16 years ago
PTA.java
Deal with module/model alphabets properly in PTAs, in particular when storing PTAs internally using pta.PTA. The definition of the alphabet of a PTA from a PRISM model is now correct and inline with the defition for other models.
10 years ago
PTAAbstractRefine.java
More classes switched to PrismComponent.
13 years ago
PTAModelChecker.java
Optimisation for PTA model checking where the initial state is a target - just return 1.
10 years ago
PTAModelCheckerCL.java
More classes switched to PrismComponent.
13 years ago
PTAParallel.java
Deal with module/model alphabets properly in PTAs, in particular when storing PTAs internally using pta.PTA. The definition of the alphabet of a PTA from a PRISM model is now correct and inline with the defition for other models.
10 years ago
ReachabilityGraph.java
Javadoc fixes.
16 years ago
SymbolicTransition.java
Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk.
17 years ago
Transition.java
Javadoc fixes.
16 years ago
Zone.java
Added unbounded check to Zone classes (+ API tweak).
16 years ago
ZoneFactory.java
Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk.
17 years ago
package-info.java
Improved documentation (JavaDoc mostly).
16 years ago