3647 Commits (b49ecc8dcbb42ab03dd2ac74cda7f173628e9ea1)
 

Author SHA1 Message Date
Joachim Klein b49ecc8dcb MTBDD model checking: Harden against missing ODD 7 years ago
Joachim Klein e2fa7215b9 StateValuesDV: Fix output when indices are not to be printed 7 years ago
Joachim Klein a957dabe15 ExportIterations: use int64_t for vector size instead of int 7 years ago
Joachim Klein bb6c9a522a prism-auto: exit code 1 in test mode if there were failures 7 years ago
Dave Parker 39d83fafea Compile warning fix. 7 years ago
Joachim Klein 190b7d6c64 lpsolve java wrapper: fix delete/delete[] issues 7 years ago
Joachim Klein 58034a739f
README.md: Clarify affiliation 7 years ago
Dave Parker 1285bbfc99 Add "make test" to brief install instructions in README. 7 years ago
Dave Parker 31aa67ff75 Version number (4.5.dev). 7 years ago
Dave Parker 3f99181bae Verion number + release date in CHANGELOG. 7 years ago
Dave Parker 66e766aa0f Add release_source target to Makefile for building source releases. 7 years ago
Dave Parker 18d4fb7890 Update manual (4.5). 7 years ago
Dave Parker e4dc132cdc Version number (4.5). 7 years ago
Dave Parker 0c64f02107 CHANGELOG. 7 years ago
Dave Parker 8394df8e1a Update CHANGELOG wrt latest commits. 7 years ago
Dave Parker c0533b0b0d Install script mods: add git dependency and run make/test in subshell. 7 years ago
Joachim Klein 1e04c20ca6
Fix explicit non-prob LTL checking with experiments 7 years ago
Joachim Klein 0972e1c183 Switch to MTBDD only if MTBDD engine is not already selected 7 years ago
Joachim Klein cd8fc128d5 GUISimulator, 'Export path': Optionally export reward information as well 7 years ago
Joachim Klein 6a7458fb47 Simulator: Optionally export rewards with path 7 years ago
Joachim Klein 5ebbe698d1 Simulation results (GUI): Note if nondeterminism was resolved uniformly 7 years ago
Joachim Klein 4fc79a68fc Simulation results: Note if nondeterminism was resolved uniformly 7 years ago
Joachim Klein df6aee3df9 ModelType: fix visibility of removeNondeterminism() 7 years ago
Joachim Klein 15ebaecbf8
Travis CI: Temporarily disable jdk 11 7 years ago
Joachim Klein 615d3c2147 PRISM startup scripts: use exec call to start Java by default 7 years ago
Joachim Klein 9e386b90a1 PRISM startup scripts: remove support for notification via NOTIFY='yes' 7 years ago
Joachim Klein 7b8a4628d0
Fix evaluateExact for unary minus 7 years ago
Joachim Klein e8788b776f Fix rare crash during GUI startup. 7 years ago
Joachim Klein 06bba360ca ExportIterations: Switch to HTTPS in PRISM URL 7 years ago
Joachim Klein dc5a8b6f7e Proper DD cleanup after MTBDD engine's Gauss-Seidel exception 7 years ago
Dave Parker f2ba95d88c Update scripts README. 7 years ago
Dave Parker 4838bcaf28 Fix install scripts: echo commands and bail on errors. 7 years ago
Dave Parker f2b8945bd8 Utility scripts for installing on PRISM on fresh OSs (Ubuntu, RHEL for now). 7 years ago
Joachim Klein 98c019b175 Automatically switch to MTBDD engine before model checking if hybrid/sparse engine can not handle state space 7 years ago
Dave Parker 262440f004 Warning message typo. 7 years ago
Joachim Klein 837bdc601d
Rmin/max[C]: Switch from -hybrid (default) engine to -sparse 7 years ago
Dave Parker 6196501210 Export of individual solution vectors during multi-objective model checking (currently disabled). 7 years ago
Chris Novakovic 8c020ca3db explicit: make state sorting optional 7 years ago
ep2016 f5b7af9c98 Check for unbounded variables in ModelGenerator2MTBDD. 7 years ago
Joachim Klein d73591178b
PrismHybrid.java: Protect interval iteration JNI calls against large state spaces 7 years ago
Joachim Klein 81bf49b003
PrismSparse.java: Protect interval iteration JNI calls against large state spaces 7 years ago
Joachim Klein 04982ea720
param/Makefile: Fix typo 7 years ago
Joachim Klein 7328789e4f prism.NondetModelChecker: Fix potential memory leak when using -exportstrat and interval iteration 7 years ago
Joachim Klein 15482e8458 Sparse engine with -exportstrat: Fix crash during strategy initialization 7 years ago
Joachim Klein 36b5c49e84
RangeConstraint: Fix comment 7 years ago
Joachim Klein 8597e400a9
FileSetting: remove dead code 7 years ago
Joachim Klein d4ba9ffd0f
Delete settings.DoubleRangeConstraint 7 years ago
Joachim Klein 6f325e96bb Add @Deprecated annotations for methods where deprecation is marked in JavaDoc 7 years ago
Steffen Märcker 917dd5e2f4 ExpressionFunc: use overflow-aware math for integer evaluation 7 years ago
Steffen Märcker 2ecfe7af39 explicit, BinaryOp and UnaryOp evaluation: Use overflow-aware math for integer evaluation 7 years ago