3522 Commits (95a5f843f64445da070bf1c88864899cca567131)

Author SHA1 Message Date
Joachim Klein f058cca5dd parser.ast.Update: support exact evaluation of update expressions 8 years ago
Joachim Klein 1add0c6de7 Property: support fractions in constant matching part of RESULT specs (experiments) 8 years ago
Joachim Klein 02d847c979 GUI: Support fractional constants in constant value picker for experiment 8 years ago
Joachim Klein 5eebb8ec3f DefinedConstant: Support fraction syntax when setting from string (experiments) 8 years ago
Joachim Klein 6c0294923e Use exact evaluation of constant expressions in exact and parametric mode 8 years ago
Joachim Klein bae541523c Refactor constant evaluation: support exact evaluation mode 8 years ago
Joachim Klein 9294070eb1 Values, getXYValue(): support for BigRational 8 years ago
Joachim Klein b94c42ae4a ExpressionLiteral: support for BigRational literals, use string for evaluateExact 8 years ago
Joachim Klein ba3469bf36 ExpressionConstant.evaluate(): cast BigRational constants to type 8 years ago
Joachim Klein 1af1a6f414 Type: provide castFromBigRational conversion to Java data types 8 years ago
Joachim Klein 3d5e75627d DefinedConstant/UndefinedConstants: support exact constants (BigRational) 8 years ago
Joachim Klein 6f3b25d0b8 Property, constants in RESULTs: support BigRationals 8 years ago
Joachim Klein 4d1ddc008f refactor: TypeDouble expressions may evaluate to BigRational, add proper casts 8 years ago
Joachim Klein 98d8e4cd72 BigRational: parse nested fractionals from String (e.g. 1/2/3) 8 years ago
Joachim Klein ccf03fb633 param.BigRational: add lessThan, lessThanEquals, greaterThan, greaterThanEquals 8 years ago
Joachim Klein 7a6e3ee74f param.BigRational: implement Number interface 8 years ago
Steffen Märcker 5898c55afe Improve implementations of DTMC::vmMult 8 years ago
Steffen Märcker 76ab6e2d76 Add preprocessing for steady-state in explicit engine 8 years ago
Steffen Märcker c25c745ae9 PrismUtils#doublesAreClose with filtering via an IterableInt 8 years ago
Joachim Klein 41bf3d1f0f PrismUtils.normalise() for vector and subset of states 8 years ago
Steffen Märcker 9a3f5f4bbf Add comment on power method for steady-state computation 8 years ago
Steffen Märcker ca9309d18e Harmonize log output after steady-state power iteration between engines 8 years ago
Joachim Klein 3653d64604 prism-auto: handle case of a 0 time out 8 years ago
Joachim Klein 0dc329bb15 prism-auto: partially revert 05e7aed 8 years ago
Joachim Klein 57b68f6f9d Statistical MC: Fix infinite sampling for lower bounded P[F]/P[U] 8 years ago
Joachim Klein 37fad8894e SamplerBoundedUntilDisc: tweak handling of absent upper bound 8 years ago
Joachim Klein 367a2bd717 Statistical MC: Check bounds for CTMC bounded until 8 years ago
Joachim Klein 05e7aedd95 prism-auto: tweak exit code handling in --verbose-test mode 8 years ago
Joachim Klein ef197ce5c8 Fix NPE in fast adaptive uniformisation (cumulative reward, transition rewards without action name) 8 years ago
Dave Parker 270042f637 Tidy some w3c imports; was causing compile issues in Eclipse+Java10. 8 years ago
Dave Parker 2bec750205 Removed -d64 and -d32 from Mac launch scripts. 8 years ago
Joachim Klein bf29be976f param/Makefile: ignore package-info.java 8 years ago
Joachim Klein c32cde62cf prism-auto: it's an error when file specified via -a/--args does not exist 8 years ago
Joachim Klein 99b66c8220 explicit -steadystate: take initial distribution into account 8 years ago
Joachim Klein 8c1965d3eb PrismLangException.getMessage(): Make robust if ASTElement printing fails 8 years ago
Joachim Klein 46d8ec3d8b explicit.LTLModelChecker: protect against int overflow if product state space can not be indexed by int 8 years ago
Steffen Märcker e038badd12 Rewrite Values#clone for readability and efficiency 8 years ago
Joachim Klein 491d05d4fa prism-auto: flush() to align script with prism output when used with pipes 8 years ago
Joachim Klein 55d7351994 prism-auto: --timeout n 8 years ago
Joachim Klein f1378fab52 prism-auto: --skip-duplicate-runs 8 years ago
Joachim Klein 9bf1813160 prism-auto: --skip-export-runs 8 years ago
Joachim Klein 36f895a597 prism-auto: Derive ngprism location from --prog setting 8 years ago
Joachim Klein 67594e4e5c PrismSettings: create directories when saving settings file 8 years ago
Joachim Klein ead6f01343 PrismSettings: adapt JavaDoc to recent change in settings file location, CHANGELOG.TXT 8 years ago
Joachim Klein d8b3b72cb9 PrismSettings: resave to the same file used for loading 8 years ago
Joachim Klein 7352d90cb1 Makefile: target 'tests' picks up extra arguments via TESTS_ARGS 8 years ago
Joachim Klein 1c26bf0826 Makefiles: add Makefiles for common, cex package; update for simulator 8 years ago
Joachim Klein 0ae71e58a5 Makefile: for explicit package, include sub-packages 8 years ago
Joachim Klein 382aa51de3 FileSetting: On-first-use allocation of file selector 8 years ago
Joachim Klein fbcf55aa63 GUI renderers/editors: Move from static allocation to allocation on first use 8 years ago