3580 Commits (1980b088cd54759bf480087f9c67091d02bd0261)
 

Author SHA1 Message Date
Dave Parker 1980b088cd Update README to account for recent file arrangements. 7 years ago
Dave Parker 9a10895479 Fixes to release building on Windows. 7 years ago
Dave Parker 3467f22e8a Move/simplify release building Makefile scripts. 7 years ago
Dave Parker ecfe1ec63d Tidy and document main PRISM Makefile. 7 years ago
Dave Parker 3928f783f4 Add html copy of manual into repo, for release building. 7 years ago
Dave Parker 6d1cc7776d Small fix for recent refactoring. 7 years ago
Dave Parker 6d6b5266ad
Update README.md 7 years ago
Dave Parker 55cfb8f400 Move text files up to top-level and Markdownify README. 7 years ago
Dave Parker 84230b1bbb Changelog. 7 years ago
Dave Parker 0b86821b1c Code tidy in ModulesFile: simplify (deprecated) getInitialValues() method. 7 years ago
Dave Parker ce4fd3d3a4 Fix export of intermediate adversaries in value-iteration based multi-objective. 7 years ago
Joachim Klein da3503a3c7
prism-auto: cleanup getFilesInDir call 7 years ago
Dave Parker ef71e5a3f2 Minor Makefile tidy: use LIB_DIR variable. 7 years ago
Chris Novakovic 5ebf3b0cc2 .gitignore: add prism(-sources).jar and associated temporary file 7 years ago
Chris Novakovic 7f7813105e prism/Makefile: add "source-jar" target 7 years ago
Chris Novakovic 6d75b3a234 prism/Makefile: parameterise hardcoded directory names 7 years ago
Joachim Klein 6f77b585ec sparse.cc: fix build_nd_action_vector() result storage 7 years ago
Joachim Klein 9a2f7f47d5 PrismFileLog: fix handling of close() call for stdout 7 years ago
Joachim Klein 1413ae3576 DebugJDD: Inhibit leak checks if there was a fatal error during the run 8 years ago
Joachim Klein a621e72ade prism-auto: count 'not tested' test cases separately 8 years ago
Joachim Klein 3c34373a82 test cases: add a few more R=?[F], R=?[S], R=?[C] properties for CTMCs 8 years ago
Joachim Klein 799285f921 Makefile: new target 'testsfull' 8 years ago
Joachim Klein 5ed762171f prism-tests: unsupported CTL with step bounds test cases 8 years ago
Joachim Klein 2cb079156a prism-tests: tweak result values for test cases (better tests of the exact engine) 8 years ago
Joachim Klein e55d9ca6e3 prism-auto: tweak test statistics (count non-convergence, ...) 8 years ago
Joachim Klein 5bd3c2103e
Property.java: typo 8 years ago
Joachim Klein f767eb70d0 symbolic exports: fix ReleaseStringUTFChars call on null pointer 8 years ago
Joachim Klein bbec66cd62 explicit: Fix initialization of some MC flags 8 years ago
Joachim Klein 759d588ae3 param/exact: Transitions that fix a deadlock don't earn transition rewards 8 years ago
Joachim Klein ba137391d3 PrismCL: Tweak quoting of command-line arguments in log output 8 years ago
Dave Parker 447d4732be GUI: Tooltip hints for creating new properties/constant/labels. 8 years ago
Dave Parker c0c8e686b8 GUI: Switch to Properties tab on creation of new properties file. 8 years ago
Joachim Klein 081b9a9503
Makefile: Remove JAVAH variable 8 years ago
Joachim Klein 4de3c189a4 Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
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