644 Commits (c068b7e3870af7cb9ea1794af4e4c13f119752ba)

Author SHA1 Message Date
dehnert 3952b47d1b fix some compile issues 8 years ago
dehnert d557ef1075 started to make game solver flexible enough to also solve the (explicit) games of game-based abstraction 8 years ago
dehnert c2e646b887 working towards predicate synthesis from explicit (qualitative) result for game-based abstraction 8 years ago
dehnert c6a5d5a74d started on refining menu games based on explicit results 8 years ago
dehnert 9665f4fa30 sparse qualitative solving of menu games 8 years ago
dehnert edbe3b1952 more work on explicit game solving 8 years ago
dehnert cedae194e3 towards labeling generation in dd to sparse conversion 8 years ago
dehnert 733bec60bd started on hybrid solution of abstraction 8 years ago
dehnert b4d8c209cd optimizations for game-based abstraction refinement 8 years ago
dehnert 316412c5d3 fixed a bug related to closing symbolic Markov automata 8 years ago
dehnert 09866e4577 enabling changing value type in quotient extraction of dd-bisimulation 8 years ago
dehnert 2e15674580 fixed an issue in state-act reward refinement for nondet models 8 years ago
dehnert 207b608e20 using sylvan way of computing cache/table sizes given a memory bound 8 years ago
dehnert 77a031aaeb changed encoding of spirit parser, fixed an issue in variable information related to how many bits are necessary to store the state, changed some output formatting 8 years ago
dehnert ea21aca117 second attempt at fixing issue when not reusing blocks 8 years ago
dehnert 6638984b8e fixed an issue in sylvan refiner when not reusing block numbers 8 years ago
dehnert d6f2261ca9 enable representatives in quotient extraction also for MDP/MA 8 years ago
dehnert 66e08f9cd7 more time output in dd-based bisimulation 8 years ago
dehnert 34b6593ed8 overhauled output of dd-based bisimulation for benchmarking 8 years ago
dehnert 27d6e48dad workaround for quotient extraction using the original variables 8 years ago
dehnert 10f8ddc343 started on quotient extraction using the original variables, debugging CUDD... 8 years ago
TimQu 537a8152d3 Removed Duplicated code 8 years ago
dehnert 8482063a16 made symbolic bisimulation work with MA and support of sparse quotient extraction for MA 8 years ago
dehnert 9e5e1980dd first working version of symbolic Markov automaton bisimulation 8 years ago
dehnert 4d7be96dda MaxSAT-based high-level counterexamples for JANI 8 years ago
dehnert 24d6337006 JANI choice origins and MILP-based high-level cex for JANI 8 years ago
dehnert 2a209d18e1 fixing some bisimulation issues 8 years ago
TimQu b69543802d completed the renaming from topologicalValueIterationMinMaxSolver to TopologicalCudaMinMax... 8 years ago
TimQu 3b394a965e some qvi optimizations 8 years ago
dehnert 59666a9fe9 slight renaming in matrix builder to better capture semantics 8 years ago
dehnert 99647c11fb fixed an issue pointed out by Tim 8 years ago
sjunges 8ce3eaddc3 PrismProgram -- Used Constants 8 years ago
dehnert 8646d614d4 reduced the number of initial buckets for the hash map used in explicit model building 8 years ago
TimQu 8e7d3107ca added function to check whether a matrix is the identity matrix 8 years ago
dehnert 905ae821f3 extended SMT-based minimal label set generator so that it can deal with lower-bounded properties (however loosing the minimality property in some sense) 8 years ago
dehnert cd34e3d67e fixed issue in rational search preventing convergence in many cases 8 years ago
TimQu 68ec4ca0ce Various fixes for the case STORM_USE_CLN_EA=ON 8 years ago
dehnert 0d78367b9a Catching empty selection in getSubmatrix pointed out by Timo Gros 8 years ago
TimQu fe95a4e4a7 fixed some number conversions that did not work for CLN numbers 8 years ago
dehnert c2c306163f slightly fixing syntax 8 years ago
Joachim Klein f5a3291ce7 Fix memory leak in BitVector::operator=(BitVector&& other) 8 years ago
Joachim Klein f56076aacf Add virtual destructors to classes having virtual functions. 8 years ago
dehnert 533585fda6 moving to weak_pointers in variables to resolve memory leak in expression manager 8 years ago
dehnert c20f3a9400 fixed bug in bit vector copy constructor pointed out by Joachim Klein 8 years ago
dehnert c94bc3a585 fix erroneous copy constructor of bit vector 8 years ago
dehnert a72f82a6d4 fixed typo 8 years ago
dehnert 95fae73833 slight improvements to bit vector hashmap 8 years ago
dehnert 8b557c36a7 adding murmur3 as a possible hash fct for bit vectors 8 years ago
dehnert eaee9bb2c2 removed parallel flag for bisimulation as this is now governed by sylvan:threads already, fixed bug in DD traversal 8 years ago
dehnert d6c5367e85 fix possible memory leak in bitvector 8 years ago