3725 Commits (4780e3aa3844edbac43c463bbbf9d3e3ac99a14c)
 

Author SHA1 Message Date
Dave Parker 4780e3aa38 Fix in release target of Makefile: force clean_all first. 6 years ago
Dave Parker dc4c29e945 Small change in simulator path initialisation. 6 years ago
Dave Parker 1749f26437 Bugfix: Broken GUI path generation when there are undefined constants. 6 years ago
Dave Parker 09263a4db3 Bug fix in recently added explicit.StateValues.dotProduct method. 6 years ago
Dave Parker 0bdae8bed0 Add dotProduct method to explicit.StateValues (already in symbolic ones). 6 years ago
Dave Parker fbdf5161da Small correction in -help message. 6 years ago
Dave Parker 1e0ffc1c49 Fix format of exported transient/steady-state vectors. 6 years ago
edoardo 46d33944d0 Added print statement when error happens in ModelGenerator2MTBDD. 6 years ago
Dave Parker 268f31621a Code tidy: change out-of-date variable names. 6 years ago
Dave Parker 9bbfd96b54 Bugfix: isMax() in RelOp.MAX. Code is never used currently it seems. 6 years ago
Dave Parker 316371cc1b Simple sanity check regression test for simulator. 6 years ago
Dave Parker 5cb056daf5 Add ModelGenerator interface for explicit model storage (ModelModelGenerator). 7 years ago
Dave Parker e15283efc9 Migrate simulator to ModelGenerator from ModulesFile. 7 years ago
Dave Parker cb6104214c New methods in ModelGenerator, ready for integration into the simulator. 7 years ago
Dave Parker 3dde812e48 State reward import from files for explicit engine. 7 years ago
Dave Parker a4734bf7a6 Basic auto-detection of model type for explicit file import. 7 years ago
Dave Parker 03cd89911b Replace ExplicitFiles2ModulesFile with ExplicitFiles2ModelInfo. 7 years ago
Dave Parker 67bc15ff3d New RewardGenerator interface for specifying information about rewards for a model. 8 years ago
Dave Parker 90a43520c2 Simplify ModelGenerator/ModelInfo interfaces slightly. 7 years ago
Dave Parker bf6e02d47e Print warning when -importmodel ignores (unsupported) transition rewards file. 7 years ago
Dave Parker 3947a2c0a6 Digital clocks engine now supports time-bounded reachability. 7 years ago
Dave Parker 5a3d94999b Digital clocks: clock scaling searches properties/file for comparisons (+ test cases). 7 years ago
Dave Parker 6c12c39a43 Digital clocks: manage translation of properties/file properly (+ test cases). 7 years ago
Dave Parker 38785c8356 Add getUndefinedConstantValues() to PropertiesFile (like in ModulesFile). 7 years ago
Dave Parker 2ddc5074c4 Better testing for strict/diagonal constraints in PTA digital clocks (+ test cases). 7 years ago
Dave Parker 8d03057f8f Property.deepCopy bug fix (affecting PropertiesFile.deepCopy too). 7 years ago
Dave Parker dd7223d0dc Better testing for nesting in PTA digital clocks (+ test cases). 7 years ago
Dave Parker be8a812143 Allow computeProbNesting to follow property references. 7 years ago
Dave Parker faabdef716 Error message fix (PTAs). 7 years ago
Dave Parker 632c959a94 Tidy up code to call digital clocks: should generalise to other models better. 7 years ago
Dave Parker bbc508f2b9 Bug fix: tra extension does not need to be first listed in -importmodel. 7 years ago
Dave Parker 6d5fcf65d3 Remove another dependency on ModulesFile from PrismCL. 7 years ago
Dave Parker 9ec521f64f Values constructors treat null as empty. 7 years ago
Dave Parker f97cd22744 Add extra property parsing methods to Prism that use the currently loaded model. 7 years ago
Dave Parker 3acc681dce Minor tidy up in ModulesFileModelGenerator. 7 years ago
Dave Parker b156e146df Code tidy. 7 years ago
Steffen Märcker 023d49fc77 Implement property switch to recognize multiple properties #107 7 years ago
Dave Parker 507f78783e Bug fix: out of range reward indices in explicit engine. 7 years ago
Dave Parker ed62b2c94c Further simplify CUDD build from Makefile (never a symlink now in git). 7 years ago
Dave Parker a2e48a5c04 Makefile tweak: comment fix. 7 years ago
Dave Parker beb5b779c8 Makefile tweak: simplify (and move) the definition of the location of CUDD. 7 years ago
Dave Parker 86ba6c024d Makefile tweak: move JNI header detection into Java section. 7 years ago
Chris Novakovic a712065d9a Makefile: replace hardcoded directory names with PRISM_*_DIR 7 years ago
Chris Novakovic 5d738c1b8d Makefile: export compiler flag/prefix/suffix variables 7 years ago
Chris Novakovic fc4aaebc22 cudd: don't declare makefile variables defined in top-level makefile 7 years ago
Chris Novakovic 02ef2ff1ef Makefile: define CFLAGS directly in place of CUDD_XCFLAGS 7 years ago
Chris Novakovic e60a7db8a8 Makefile: move definitions of CC, CXX, JAVACC for Cygwin 7 years ago
Chris Novakovic f55d40cc9a Makefile: export standard compiler and compiler flag variables 7 years ago
Chris Novakovic 6509b6ab9e Makefile: use standard variable names for compilers and their flags 7 years ago
Chris Novakovic 5326d326fe scripts/printversion.sh: accept PRISM source directory as argument 7 years ago