8 Commits (267768a5b66f58a3d655d4060fd5b15ca719dcd8)

Author SHA1 Message Date
TimQu 267768a5b6 enabled markov automata with rationals 8 years ago
TimQu 0bb1c5855e fixed bug when computing expected reachability rewards on MAs 9 years ago
dehnert 5b09b91ae1 fixed more warnings 9 years ago
dehnert 136cb194d1 fixed a bunch of unused variable 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
TimQu 53ff482947 Caching of solvers can now be enabled/disabled 9 years ago
TimQu 965d5b5e75 changed handling of auxiliary memory in MinMaxSolver 9 years ago
dehnert 24667fffc4 added cudd functions for equal/less/less_equal/greater/greater_equal that directly return a BDD instead of an ADD 9 years ago
TimQu c672f7aea2 fix in bounded reachability computation with Markov automata 9 years ago
dehnert 83c4b1647c solvers now can allocated auxiliary memory 9 years ago
dehnert be5fdeb636 started working on internal auxiliary storage of solvers 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 b4e0cabef6 started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
dehnert dae55eeb29 fixed some bugs and enabled markov automaton model checking from cli 9 years ago
dehnert 5e1e5b55a1 renamed expected time formulas to time formulas 9 years ago
Mavo 796d7652df Fixed problem with bounds in MA model checker 9 years ago
Mavo e4c2702889 Fixed problem in MaximalEndComponents 9 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 10 years ago
sjunges 6cd3cdcd6b fixed missing template instantations 10 years ago
dehnert 645f130a62 introduced long-run average reward formula 10 years ago
sjunges f08f66e900 added an option for polic extraction to the helper, some includes 10 years ago
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
dehnert f51e8eeaea moved reward model template parameter from helper classes to the affected functions. this sadly excludes the SparseDtmcPrctlHelper for which clang then produces a segfault (bug report pending) 10 years ago
dehnert 21d9e91586 work towards interval reward model 10 years ago
sjunges 35a154f67f Splitted graph in h and cpp` 10 years ago
dehnert 5beb33e3d8 merged a bit more 10 years ago
dehnert 8ff557cfad more work on creating helpers for model checkers 10 years ago