3106 Commits (32b870eba96de8f950fd4558f26a960709269a0c)

Author SHA1 Message Date
Dave Parker 5311a2b640 Add -heuristic switch to trigger automatic selection of engines/settings. 6 years ago
Dave Parker b6df2a88c6 Enable export of transient probability computation for MTBDD engine. 6 years ago
Dave Parker 193366cb7d Explicit engine: avoid numerical computation where precomputation suffices. 6 years ago
Dave Parker 83d05859a1 Allow negative rationals for test mode RESULT specifications. 6 years ago
Dave Parker 31197545fa Missing author header. 6 years ago
Dave Parker 9c4b446b62 Typo bugfix (unused code). 6 years ago
Dave Parker e82b00b325 ParamResult and BigRational: Allow +Infinity as well as Infinity in result spec. 6 years ago
Joachim Klein 7d6b899ef4 param: Fix divide by infinity. 6 years ago
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 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 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 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. 7 years ago
Dave Parker 9bbfd96b54 Bugfix: isMax() in RelOp.MAX. Code is never used currently it seems. 7 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