8255 Commits (f00a208e9cbccfaf63ce146f47bf4585caef1fa3)
 

Author SHA1 Message Date
Sebastian Junges f00a208e9c validate whether a winning region is maximal 5 years ago
Sebastian Junges d3c593fe74 set validation level from command line 5 years ago
Sebastian Junges a1f50253d9 compact output of winning region 5 years ago
Sebastian Junges b915a15758 Merge branch 'dirty' into almostsurepomdp 5 years ago
Sebastian Junges cd51a7125c Merge branch 'master' into almostsurepomdp 5 years ago
Sebastian Junges 0a5717aee7 lowlevel storing/loading bitvectors from a string (without any error handling, that is). Helpful to store bitvecots in python 5 years ago
Sebastian Junges 356eb0b3b1 fix debugging assistance code that is no longer valid when you compute multiple counterexamples 5 years ago
Sebastian Junges e9e9b15cb1 store/load winning region to file 5 years ago
Sebastian Junges b2e7c5d5ed various changes to allow restarting and more finegrained selection of switch-and-finish-with-policy 5 years ago
Sebastian Junges 43bb70e93d bugfix where the wrong successor variables where selected 5 years ago
Sebastian Junges 5783719c05 add a validator to the winning region search 5 years ago
Matthias Volk 06941e7c48 Setting 'dft-statistics' prints information about intermediate approximation results 5 years ago
Matthias Volk 1a1664e350 Updated .gitignore 5 years ago
Matthias Volk a61ea32aea Fixed some GCC warnings 5 years ago
Matthias Volk d3c8093e0f Removed unnecessary semicolons 5 years ago
Matthias Volk f45db73afe Support coloured output for GCC 5 years ago
Tim Quatmann 5a221acbd0 Multi-objective model checking: Fixed incorrect computations for some models with end components. (Github Issue #75) 5 years ago
Sebastian Junges c0ac9814e1 allow for graph-analysis and sat-based analysis interleaving, and restarting sat-based solver when advantageous 5 years ago
Sebastian Junges ea73e246a7 A new qualitative reachability analysis for POMDPs/prob1max, based on graphs (sound but incomplete). 5 years ago
Tim Quatmann 4eed592811 --timeout now just sends a SIGALRM signal (which can be catched by the signal handler). 5 years ago
Sebastian Junges a5774cf2bd Merge branch 'master' into almostsurepomdp 5 years ago
Sebastian Junges 4930908942 new version of containsVariable, with better performance and somewhat better to debug 5 years ago
Sebastian Junges 91cad8164f trace outputs towards debugging the JaniScopeChanger 5 years ago
Sebastian Junges e4a4214fc4 towards more helpful output when POMDP is not canonical 5 years ago
Sebastian Junges 0e97647d9e canonic POMDPs are now annotated with the state valuations and the choice labellings 5 years ago
Sebastian Junges 5277139640 first version of a generator for belief support MDPs 5 years ago
Sebastian Junges 94c87a9926 first version of query interface that is more accessible than the winning region itself 5 years ago
Sebastian Junges 86ece9d324 cleaning code 5 years ago
Tim Quatmann a728c01322 BitVector: Fixed an issue with the move assignment operator. The 'other' BitVector was left in an invalid state. 5 years ago
Matthias Volk 7e1f5bf2ac Fixed handling of constant BE in approximation 5 years ago
Matthias Volk 49dac54e8b Fixed typos 5 years ago
Tim Quatmann 88c31b36d0 Equation system based CTMC LRA solving: For the 'inner' linear equation system solver, also set whether the solver type has been set from default. This avoids potentially using unsound/inexact equation solvers. 5 years ago
Matthias Volk be7181f9f2 Removed double include 5 years ago
Matthias Volk 325b700c62 Explicitly set initialization order for SparseMatrix to avoid nasty segfaults 5 years ago
Matthias Volk c1b4c3270f Fixed initialization order warnings 5 years ago
Jip Spel 2bda04771b Remove duplicate preprocessing 5 years ago
Sebastian Junges 6d8c478378 Merge branch 'master' into almostsurepomdp 5 years ago
Sebastian Junges 92b384c17c fix in recently introduced isSinkState 5 years ago
Sebastian Junges c7f093575e Merge branch 'master' into almostsurepomdp 5 years ago
Sebastian Junges b98edfb595 Merge branch 'prism-pomdp' into almostsurepomdp 5 years ago
Sebastian Junges 5f2a598f48 remove unsound 1-state computation 5 years ago
Sebastian Junges 6608f9f00d Fixed implementation from CCD16 5 years ago
Sebastian Junges 7ba3b6b8d6 Canonic POMDP in -> Canonic POMDP out 5 years ago
Sebastian Junges e22cbdb91b support for computing the winning region or from initial state, some documentation 5 years ago
Sebastian Junges 39bfbd5bf7 post merge fixes to interface 5 years ago
Sebastian Junges 82978f4357 isSinkState 5 years ago
Sebastian Junges 1ef92dee9e backbone for a simulator on top of explicit state models 5 years ago
Tim Quatmann feebf1a24d Added scheduler export in .json 5 years ago
Tim Quatmann 120ec74e3b Fixes for json export of choice origins and state valuations. 5 years ago
Tim Quatmann a5ebb8b81b Export of choice origins to json 5 years ago