3546 Commits (2ef1acd80227b9ad7952f45bc5f6e66614b88bd2)
 

Author SHA1 Message Date
Joachim Klein 2ef1acd802 Fast adaptive uniformisation: Fix for incomplete model exploration 8 years ago
Joachim Klein 96442e5a3a Statistical MC: Don't complain about P=?/R=?/... for nondeterministic models 8 years ago
Joachim Klein 8cd3435bbd Statistical model checking: Print warning if we resolve the nondeterminism 8 years ago
Joachim Klein b4041d946c ModelType: add removeNondeterminism() 8 years ago
Joachim Klein 530c981092 PrismCL: Special handling for stack overflow 8 years ago
Joachim Klein 159e9fd76e GUI: Handle StackOverflowErrors gracefully 8 years ago
Joachim Klein 7b61ecc0e7 StackTraceHelper: convert stack traces to length-limited string 8 years ago
Joachim Klein e33f8eee3c Add -javastack x command line parameter to specify Java stack size 8 years ago
Joachim Klein 88a10b763d GUI: In properties tab, support double-click for adding constants, labels 8 years ago
Joachim Klein c61ca02d99 PrismFileLog: make more robust (multiple close, print after close) 8 years ago
Joachim Klein 789b43938b explicit.FoxGlynn: exception message typos 8 years ago
Joachim Klein a93741dc85 explicit.CTMCModelChecker: In transient probability computation, honor the global epsilon parameter from the settings 8 years ago
Joachim Klein 39b9fcbe65 Fox-Glynn computation: Apply accuracy check also for the 'naive' case (avoid infinite loop) 8 years ago
Joachim Klein 22acfdb8cc mtbdd stochastic computations: fix MTBDD leaks in Fox-Glynn error handling 8 years ago
Joachim Klein 7e329d50b1 FoxGlynnWeights: actually return early in case of error 8 years ago
Joachim Klein a412c9e30c symbolic stochastic computations: fix memory leak of the FoxGlynnWeights weights array 8 years ago
Joachim Klein 5f40773fac FoxGlynnWeights: Zero-initialise structure 8 years ago
Joachim Klein 90d8529f2d sparse/hybrid stochastic: fix delete call in error case 8 years ago
Joachim Klein 2fc69ac0af prism.h: typo 8 years ago
Steffen Märcker a2aee2fa36 Implement round function 8 years ago
Steffen Märcker 4317643abf Check argument instead of result in function evaluation 8 years ago
Joachim Klein b148c57342
Makfile: call clean_ext from clea_all 8 years ago
Joachim Klein 278e103822 Command-line PRISM: skip exports, steady-state and transition computations in exact / parametric mode 8 years ago
Joachim Klein 4f0137933c param / exact: Evaluate expressions exactly in various places (+tests) 8 years ago
Joachim Klein 87f21fe232 ModulesFile: exact evaluation mode for expressions in initial state computation 8 years ago
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
Joachim Klein 1363d2b586 Simple test cases/sanity checks for DTMC steady-state computation 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 048b4978ac
Travis CI: Reactivate JDK10 as target 8 years ago
Joachim Klein dc9276fcef
Travis configuration: Disable JDK10 for the moment 8 years ago