151 Commits (e2ac8ee84e4bd8b1810e8b67c311eef8f72ed7c8)

Author SHA1 Message Date
Dave Parker e8bb5b2880 Store and report on accuracy information for numerical model checking queries. 6 years ago
Dave Parker 6b84e7308e Bugfix in strategy generation for multi-objective value iteration (Pareto curve). 6 years ago
Chris Novakovic a712065d9a Makefile: replace hardcoded directory names with PRISM_*_DIR 7 years ago
Chris Novakovic f55d40cc9a Makefile: export standard compiler and compiler flag variables 7 years ago
Chris Novakovic 6509b6ab9e Makefile: use standard variable names for compilers and their flags 7 years ago
Chris Novakovic aa09191f20 Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
Joachim Klein b49ecc8dcb MTBDD model checking: Harden against missing ODD 7 years ago
Dave Parker 39d83fafea Compile warning fix. 7 years ago
Dave Parker 6196501210 Export of individual solution vectors during multi-objective model checking (currently disabled). 7 years ago
Joachim Klein 81bf49b003
PrismSparse.java: Protect interval iteration JNI calls against large state spaces 7 years ago
Chris Novakovic 341efe4d21 Don't hardcode maximum dimensions for DOT graphs 8 years ago
Dave Parker ce4fd3d3a4 Fix export of intermediate adversaries in value-iteration based multi-objective. 8 years ago
Joachim Klein 6f77b585ec sparse.cc: fix build_nd_action_vector() result storage 8 years ago
Joachim Klein f767eb70d0 symbolic exports: fix ReleaseStringUTFChars call on null pointer 8 years ago
Joachim Klein 4de3c189a4 Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
Joachim Klein a412c9e30c symbolic stochastic computations: fix memory leak of the FoxGlynnWeights weights array 8 years ago
Joachim Klein 90d8529f2d sparse/hybrid stochastic: fix delete call in error case 8 years ago
Joachim Klein 950d7e49bb mtbdd/hybrid/sparse: Generate PrismNotSupportedExceptions if native error message contains 'not supported' 8 years ago
Joachim Klein b2f835545c PS_NondetUntilInterval.cc: doc fix 8 years ago
Joachim Klein 7fc6878dc6 Fix bug in sparse MDP reachability reward interval iteration 8 years ago
Joachim Klein 038ed779ff ExportIterations: Log the file name when exporting iterations (2) 8 years ago
Joachim Klein 7edb481d76 Hybrid/sparse: Add check against state index overflow also to interval iteration methods 8 years ago
Joachim Klein 5adb550043 Makefiles: inhibit parallel building (-j n mode) 9 years ago
Joachim Klein 83e6c291b0 (native) switch includes from .h to C++ header wrappers 9 years ago
Joachim Klein 7c5eb10d37 PH,PM,PS: cast jints to int in printf 9 years ago
Joachim Klein 7d874df348 PrismMTBDD, PrismSparse export_string: Pass via "%s" to log 9 years ago
Joachim Klein 6b856bce86 PH, PS: log errors via "%s" 9 years ago
Joachim Klein a8b8daaf71 PS: cleanup warning message printing 9 years ago
Joachim Klein 2bb7a217f2 PS: cleanup format strings 9 years ago
Joachim Klein 14ad1d32af fix compilation issue: cmath / isinf 9 years ago
Joachim Klein c1efd5233b (interval iteration, symbolic) interval iteration variants for the computation methods of MTBDD, Hybrid and Sparse 9 years ago
Joachim Klein 7c612640da PS iteration methods: use MeasureSupNorm. MultiObjective remains todo. 9 years ago
Joachim Klein 3c2a2232e1 (export-iterations) Sparse engine: If enabled, export iterations to HTML file 9 years ago
Joachim Klein 30f7def86c (export-iterations) introduce --exportiterations option, ExportIterations helper classes for C and Java 9 years ago
Joachim Klein cc90e7a20c Sparse engine: Error if number of reachable states is too large 9 years ago
Joachim Klein 732d224bd7 Win64 cleanup, sparse_adv.cc: avoid pointer-to-integer casts 9 years ago
Joachim Klein 4c134da06d Win64 cleanup, PS_NondetMulti*: avoid pointer-to-integer casts 9 years ago
Joachim Klein 9850ae3c71 sparse engine: consistently use delete[] when destroying solution vectors 10 years ago
Dave Parker 3b68b5e0a9 Bug fix: respect disable_selfloop setting during adversary generation in LP-based multi-objective model checking. 10 years ago
Vojtech Forejt 4562006bb0 fixed multiobjective lp bug where the reward objective function was not set if there were no PCTL targets. 10 years ago
Dave Parker 619b7d53c5 Re-enable disabled convergence check in multi-objective value iteration since it can give the wrong answer. Better fix follows. 11 years ago
Dave Parker 5ab01f26b8 Refactoring + tidying in multi-objective value iteration. 11 years ago
Dave Parker d52576a6dd Refactoring + tidying in multi-objective value iteration. 11 years ago
Dave Parker 91c8af3aac Refactoring + tidying in multi-objective value iteration. 11 years ago
Dave Parker 1493a0c6c5 Refactoring in multi-objective value iteration: move check for step-bounded with GS. 11 years ago
Dave Parker 3afca48506 More info printed out by multi-objective value iteration + more efficient vector access. 11 years ago
Dave Parker a64997f903 Bugfixes in sparse engine adversary generation (cumulative reward and multi-objective): remove second stat line. 11 years ago
Dave Parker 91d984cce8 Add some adversary generation for multi-objective value iteration (just exports one adv for each separated weighted objective). 11 years ago
Dave Parker ff05caf158 Code tidy. 11 years ago
Dave Parker cd859b45db Multi-objective value iteration: generate (but do not yet export) adversaries for each weighted query. 11 years ago