3847 Commits (ad7c243d96310d6b3e8c1b664af6b6c3929de5c9)
 

Author SHA1 Message Date
Joachim Klein a6e4458805 param.BigRational: Handle division by zero explicitly 6 years ago
Joachim Klein 779b8ed568 param: For constant division by zero, use BigRational division 6 years ago
Joachim Klein 004424bd31 param.JasFunctionFactory.fromBigRational: handle special values directly 6 years ago
Joachim Klein 3f3beec58b ParamResult: Support infinity, NaN in result spec also for parametric MC 6 years ago
Joachim Klein c789077310 checkAgainstExpectedResultString: Fix NaN check for exact 6 years ago
Joachim Klein 7fb6884f81 param.BigRational: fix javadocs 6 years ago
Joachim Klein 64cc4ec7cd param.JasFunction.toString: Change output for infinities to Infinity/-Infinity 6 years ago
Dave Parker 8942060c82 Another array normalise method in PrismUtils. 6 years ago
Dave Parker 43577489f7 prism-log-extract: Add --show-fields option to print all fields/meta-fields. 6 years ago
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