15 Commits (33585c811fe49d29f43a525e2a8a1dfef9e183e1)

Author SHA1 Message Date
TimQu 33585c811f MinMax Solver requirements now respect whether the solution is known to be unique or not. 8 years ago
dehnert f2e581b3df rational search for symbolic linear equation solvers 8 years ago
dehnert 2d41de479e added progress outputs to iterative solvers 8 years ago
dehnert d25cc4b05f first version of sound value iteration 8 years ago
dehnert 9d95d2adcf first version of multiply-and-reduce (only for native) 8 years ago
dehnert 9bda631795 symbolic MDP helper respecting solver requirements 8 years ago
dehnert 7c24607427 started on symbolic solver requirements 8 years ago
dehnert 153339c5be first draft of policy iteration using DDs 8 years ago
dehnert 952776a057 hybrid engine working for rational numbers 8 years ago
dehnert 61157cc1c5 add warning when computing minimal rewards on MDPs that reward values may be too low 9 years ago
dehnert b258f1e52d some more warnings gone 9 years ago
dehnert 8d6b029d67 next batch of fixing warnings 9 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
sjunges f7a3e02fb6 refactored model checkers st all are templated in the model, have to handle rational function bounds next 9 years ago
dehnert 95b95d9c64 fixed some minor issues and renamed equation solver methods slightly to make the names a bit more compact 9 years ago
dehnert f3701f66fb bugfix for symbolic reachability reward computation 9 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 9 years ago
dehnert 756b2c5e30 added globally operator to functionality of hybrid/symbolic MDP model checkers 10 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert 0708672a68 removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD 10 years ago
dehnert b7ea918d1b update to latest version of sylvan and accompanying changes (mostly because 0 * inf = nan in IEEE754) 10 years ago
dehnert 7376eaf866 made symbolic MDP model checker tests work 10 years ago
dehnert a258d1ab48 restructured ODD to be independent of the DD library being used 10 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 10 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
sjunges 35a154f67f Splitted graph in h and cpp` 10 years ago
sjunges e3122e5ede Faster compilation and topological failing test failed 10 years ago
dehnert fbd05cd780 more and more bugfixes 10 years ago
dehnert b56766e993 more work on reward model that turned out to be refactoring in disguise 10 years ago
David_Korzeniewski ea2e616196 All tests for CUDA based TopologicalValueIterationMdpPrctlModelChecker passing on Windows. 10 years ago
PBerger d5828043de Added first signs of the CUDA Extension for Storm. 11 years ago
gereon 9ca0acd0d6 removed obsolete cmake files, renamed license file 13 years ago
PBerger 9da2eaf3d1 Initial Import into Git 13 years ago