23 Commits (f7e2ff08437977187421d92dffbebce3490caea1)

Author SHA1 Message Date
Tim Quatmann f7e2ff0843 Apply max. Prog. assumption while building with the dd engine. 5 years ago
Tim Quatmann 9e54ce4e8b Improved detection of terminal states for Dd engine. Also reduced code duplication. 5 years ago
Matthias Volk 6a77ce210a Moved setting nofixdl to build settings 6 years ago
Matthias Volk fba3223f63 Use typedefs of RationalFunctionAdapter 6 years ago
dehnert 11d2ee2fda making sure to add meta variables to transition matrix DD to make sure one can abstract from them later 8 years ago
dehnert 36554b5b87 fixed some issues with reward preservation in dd-based bisimulation 8 years ago
dehnert 9a6abf7eec fixed a bug in dd-based reward model building 8 years ago
dehnert d23547d99f started optimizing some DdManager methods 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
dehnert 7f346d2f0b more work on quotient extraction 8 years ago
dehnert 853b035473 fixed bug and added testsfor symbolic linear equation solver (rational number and rational function) 8 years ago
dehnert 952776a057 hybrid engine working for rational numbers 8 years ago
dehnert ee90c51b2a cleaned up constants.cpp to finalize separation of rational functions and rational numbers 8 years ago
dehnert 2e8ff870ff completed interface of (sylvan) ADDs for storing rational functions 8 years ago
dehnert 1a803f4270 created symbolic native solver to factor out numerical solution; prepared the code-path that stores rational functions in DDs (hybrid + dd engines) 8 years ago
dehnert 77bd6e4a44 fixed some model building issues 8 years ago
dehnert 43354d0c20 bunch of fixes (prominently in prism -> jani conversion) 8 years ago
dehnert ad18fee1dc commit to switch workplace 8 years ago
dehnert 136cb194d1 fixed a bunch of unused variable warnings 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
dehnert 0c3b163a14 bugfix in unsynchronized action combination 9 years ago
dehnert 3504d09500 added quite some debug output to see where things are going wrong 9 years ago
dehnert ba35120683 fixing problems as a consequence of moving from PRISM programs to SymbolicModelDescription 9 years ago
dehnert 99badd02c5 more work towards JANI reward models 9 years ago
dehnert e274cd33eb adapted cli to use symbolic model description rather than PRISM program 9 years ago
dehnert 156ab071a5 more work on abstraction refinement 9 years ago
dehnert 8b29ab079c fixed some bugs in custom cudd functions 9 years ago
dehnert 6168af3c99 intermediate commit in an attempt to have proper cudd support for some operations 9 years ago
dehnert 4733643bcf made the games compile again 9 years ago
hbruintjes ebe6775b27 Fix missing ValueType template arguments (which defaulted to double) 9 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
dehnert 512a1ec558 added special label 'deadlock' to models and builders 9 years ago
dehnert 4063d88913 added option to build all labels/reward models for next-state generators 9 years ago
dehnert d35c99e844 renamed central model builder function 9 years ago
dehnert efda4e2950 changed the ordering of operations a bit to get more performance 9 years ago
dehnert ca57e22abc started profiling 9 years ago
dehnert 3d4552cbf8 started working on improved JANI model building that still allows for more relaxed rules than PRISM when it comes to writing global variables 9 years ago
dehnert 82023d280d JANI model builder for MDPs is working now, but too slow 9 years ago
dehnert 3919f90712 started debugging JANI MDP building 9 years ago
dehnert 310db8a234 started to include reachability in JANI model generation 9 years ago
dehnert 6313e4c31b fixed a bug in symbolic model generator 9 years ago
dehnert adf8232896 more work and fixes for symbolic JANI builder 9 years ago
dehnert c4327e91a9 more work on symbolic JANI model builder 9 years ago
dehnert 7d03f0e4d0 improved error checking for custom parallel composition. added small tests. 9 years ago
dehnert bf65ef726c system composition in PRISM appears to be working 9 years ago
dehnert 4c4e830a4c started on supporting renaming/hiding in PRISM models 9 years ago
dehnert 1df8a5c7cc parallel composition (full, restricted, interleaving) for PRISM appears to work, added some more sanity checks for parallel composition 9 years ago
dehnert 4e97d294b3 fixed bug in composition 9 years ago