164 Commits (2f5a53196c5165703d197ed5a67f1d4e314e7d35)

Author SHA1 Message Date
Tim Quatmann fb112ab191 Added support for modulo operators when building symbolic models in exact mode. 4 years ago
Tim Quatmann 5a76128e3f Removed DdType::None because there is no use for this anymore. 4 years ago
Tim Quatmann d49210ac2e Added DdType::None to encode that an explicit representation should be used. 5 years ago
Sebastian Junges d6bfcb4818 refactoring: moving some code out of the util folder 5 years ago
Daniel Basgöze 7076a54dfb Add error checking to C style io 5 years ago
Daniel Basgöze b7c53c080b Remove trailing whitespace 5 years ago
Daniel Basgöze 002d9e1925 Add error checking to C style io 5 years ago
Daniel Basgöze 1ee87a876a Remove trailing whitespace 5 years ago
Matthias Volk 41199ea5c7 Append in dot output for DDs 5 years ago
TimQu 5d8419336f InternalAdds: Added a comment related to GitHub issue #64 5 years ago
TimQu 36c410875c Revert "InternalAdds: Making the different splitIntoGroups implementations more consistent to each other (in the sense that the Dd is traversed in the same order)." 5 years ago
Tim Quatmann 5d530bb532 Improved compatibility of the dd-to-sparse engine (can now handle reward models with state action rewards) 5 years ago
Tim Quatmann cefe43f2bf InternalAdds: Making the different splitIntoGroups implementations more consistent to each other (in the sense that the Dd is traversed in the same order). 5 years ago
Tim Quatmann a99f0905e2 dd/bisimulation: Added argument to "getQuotient" which allows to set the quotient type (dd / sparse) 5 years ago
Matthias Volk 7a8b32399c Issue warning if max memory of Sylvan is ignored 6 years ago
Sebastian Junges d295f6e777 export of bdds into dot and text format 6 years ago
Matthias Volk 685b5c6b27 Throw exceptions after switch/case to silence compiler warnings about not returning anything 6 years ago
Matthias Volk b2ea3993ef Fixed assertion in symbolic bisimulation 6 years ago
dehnert 2768d15f4f fixing minor issue in symboiic bisimulation relation pointed out by Tim 6 years ago
dehnert 8c96548566 more work on game-based abstraction 7 years ago
dehnert 692587495f fixed bug in quotient extraction 7 years ago
dehnert 3ad85ba0e6 fixes and improvements for game-based abstraction 7 years ago
dehnert c2e646b887 working towards predicate synthesis from explicit (qualitative) result for game-based abstraction 7 years ago
dehnert c6a5d5a74d started on refining menu games based on explicit results 7 years ago
dehnert edbe3b1952 more work on explicit game solving 7 years ago
dehnert cedae194e3 towards labeling generation in dd to sparse conversion 7 years ago
dehnert 733bec60bd started on hybrid solution of abstraction 7 years ago
dehnert 316412c5d3 fixed a bug related to closing symbolic Markov automata 7 years ago
dehnert 09866e4577 enabling changing value type in quotient extraction of dd-bisimulation 7 years ago
dehnert 2e15674580 fixed an issue in state-act reward refinement for nondet models 7 years ago
dehnert 207b608e20 using sylvan way of computing cache/table sizes given a memory bound 7 years ago
dehnert ea21aca117 second attempt at fixing issue when not reusing blocks 7 years ago
dehnert 6638984b8e fixed an issue in sylvan refiner when not reusing block numbers 7 years ago
dehnert d6f2261ca9 enable representatives in quotient extraction also for MDP/MA 7 years ago
dehnert 66e08f9cd7 more time output in dd-based bisimulation 7 years ago
dehnert 34b6593ed8 overhauled output of dd-based bisimulation for benchmarking 7 years ago
dehnert 27d6e48dad workaround for quotient extraction using the original variables 7 years ago
dehnert 10f8ddc343 started on quotient extraction using the original variables, debugging CUDD... 7 years ago
dehnert 8482063a16 made symbolic bisimulation work with MA and support of sparse quotient extraction for MA 7 years ago
dehnert 9e5e1980dd first working version of symbolic Markov automaton bisimulation 7 years ago
dehnert 2a209d18e1 fixing some bisimulation issues 7 years ago
dehnert cd34e3d67e fixed issue in rational search preventing convergence in many cases 7 years ago
TimQu 68ec4ca0ce Various fixes for the case STORM_USE_CLN_EA=ON 7 years ago
TimQu fe95a4e4a7 fixed some number conversions that did not work for CLN numbers 7 years ago
Joachim Klein f56076aacf Add virtual destructors to classes having virtual functions. 7 years ago
dehnert eaee9bb2c2 removed parallel flag for bisimulation as this is now governed by sylvan:threads already, fixed bug in DD traversal 7 years ago
dehnert 0d5a4ef242 more work on sigrefmc integration 7 years ago
dehnert 99f45fea3c started integrating parallelism implementation of sigrefmc by Tom van Dijk 7 years ago
dehnert 1d1b17a707 fix some multi-threading issues 7 years ago
dehnert 05f2f241cb fixed some recently introduced issues 7 years ago