3738 Commits (bc8f512cf753500331ad7438abaebf02225e526c)
 

Author SHA1 Message Date
Dave Parker bc8f512cf7 prism-auto: --args-list option (command-line version of --args) 6 years ago
Dave Parker 85a51698a4 New prism-log-extract script for processing PRISM log files. 6 years ago
Dave Parker 4b77dd2c51 prism-auto: Add basic filtering of benchmarks using models.csv metadata. 6 years ago
Dave Parker cfc7a47f90 prism-auto: --log-subdirs option to create benchmark subdirectories for logs. 6 years ago
Dave Parker 684d2bf93e Parse fraction test RESULT specs with BigRational even in non-exact mode. 6 years ago
Dave Parker 26fad9a607 Auto-switch to explicit engine for interval interation on Rmin. 6 years ago
Dave Parker dc1af52f4d Add tra file export to ParamModel (but not connected to -exportmodel etc.). 6 years ago
Dave Parker 931bbbb0b1 Allow --javamaxmem as well as -javamaxmem (same for --javastack). 6 years ago
Dave Parker 0126982112 prism-auto update: remove use of U mode in open() to avoid deprecation errors. 6 years ago
Dave Parker d6bc3101a8 GUI fix: do not show parsing red cross if model is blank. 6 years ago
Dave Parker b7b012fb11 Bugfix: ModulesFileModelGenerator always needs a parent (e.g. for settings). 6 years ago
Dave Parker 4c75a22a4e Add TransitionList.getChoiceModuleOrAction(). 6 years ago
Dave Parker 273ed92831 Matching ModulesFileModelGenerator and ModulesFileModelGeneratorSymbolic. 6 years ago
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