19 Commits (e877711910745d10a6f33229d4285bcb8add8536)

Author SHA1 Message Date
TimQu 95527421bf added missing parenthesis 8 years ago
TimQu ad3e99f558 Fixes in step bounded DFS implementations: A state should be reexplored whenever it is reached with a shorter path. Previously, it was not possible to explore a state multiple times. 8 years ago
TimQu 59a72b4037 parametric simplifier for mdps 8 years ago
dehnert b258f1e52d some more warnings gone 8 years ago
dehnert eac2735068 fixed more warnings 8 years ago
dehnert 5b09b91ae1 fixed more warnings 8 years ago
Tom Janson f390aeadf3 rm broken Dijkstra from graph.cpp 8 years ago
Tom Janson b71ef02692 comments and fixes (?) to graph.cpp's Dijkstra 8 years ago
Tom Janson 6d1608a147 Dijkstra fixed, maybe 10 years ago
dehnert bf29488219 fix for decomposition 8 years ago
dehnert 19fd72cfb6 optimized reuse of qualitative values 9 years ago
dehnert 3d20cf0afd some fixes and more refactoring 9 years ago
dehnert 633f4293e3 added option of splitting to predicate synthesis, added equivalence checker, fixed bug that caused some commands not to be abstracted 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
dehnert 059f55eefc commit to switch workplace, debugging in progress 9 years ago
dehnert bc1eff959f graph algorithms for games now also compute player 2 prob0/1 states and the generated strategies are adapted accordingly 9 years ago
dehnert 66b0817a35 fixed bugs here and there 9 years ago
dehnert bde84d0073 fixed symbolic game solver wrt. illegal masks. numerical solving step in game-based model checker working, but no refinement yet. 9 years ago
dehnert a3f2abbd92 more work towards closing the refinement loop 9 years ago
dehnert 7d50a6b839 graph algorithms for games can now produce player strategies even if they can pick any choice (if requested) 9 years ago
dehnert 241f23f730 fixed bug in abstraction information object 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
dehnert b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 9 years ago
dehnert 15a4d4757f added feature to linear equation solver factories to take posession of the matrix to forward it to the solvers 9 years ago
dehnert 82d4164c39 added obeying a state ordering to elimination linear equation solver 9 years ago
dehnert f3fa90cc37 more work towards exact solving 9 years ago
dehnert c88e540a1a fixed bug in graph preprocessing algorithms that support a maximal number of steps 9 years ago
TimQu 67cc067f35 fixed computeSchedulerProbGreater0E. 9 years ago
sjunges e0980de0ba first version of storm without log4cplus as a dependency 9 years ago
dehnert 08bed36579 fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm 9 years ago
dehnert 8f087597cc more work towards proper scheduler generation 9 years ago
PBerger 9b9468fbfd Fixed issues in graph.cpp when CARL is not available. 9 years ago
dehnert 0f6e6e4da1 added feature to compute step-bounded until probabilities in parametric models 9 years ago
sjunges 1e1400d68d merge 9 years ago
dehnert dd5af80d5a work towards easier deployment of other ordering heuristics 10 years ago
dehnert 8657fb0181 introduced relational product operations to prob0/1 algorithms (where possible) 10 years ago
dehnert 19029cd905 functional tests compile and run again, yay! 10 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
dehnert 4b4c11048f fixed bug in prob1E. added functions to retrieve schedulers for prob0E, probGreater0E and prob1E states of MDPs 10 years ago
sjunges 765748c7cf graph stuff for other reward models.. 10 years ago
sjunges 53dc99deb0 prob01A for non.detmodels added (convenience function) 10 years ago
dehnert c624b19427 added no-cuts option. prob1 tests for game now passing. 10 years ago
dehnert e8b7928831 fixed minor bug 10 years ago
dehnert 1c42ed792b fixed some bugs, added some test, added some prob1 algorithm, and did some stuff, you know? 10 years ago
dehnert 972795912a added some convenience accessor methods in symbolic model/games. added return type for prob01 for games that can also store strategies. added tests for prob0 for games 10 years ago
dehnert 6c804732e1 introduced (probably buggy) versions of existsAbstractRepresentative on BDDs and prob0 for games 10 years ago
dehnert b418782bcd added missing header 10 years ago
dehnert 3ea084b777 included missing header 10 years ago