19 Commits (a2bd1e0026d37c02dca004ed6ecf28facd4872a4)

Author SHA1 Message Date
TimQu a2bd1e0026 renamed argument from getRequirements so that it is easier to understand 7 years ago
TimQu 2d910b79ed Introduced new topological min max solver 7 years ago
TimQu 4ab47671f5 Renamed TopologicalMinMaxLinearEquationSolver -> TopologicalCudaMinMaxLinearEquationSolver 7 years ago
TimQu bb63ac6089 Linear equation solver + game solvers now respect the environment as well 8 years ago
TimQu 42cea9c688 better subenvironments 8 years ago
TimQu 6d23c79737 Making libstorm compile again 8 years ago
TimQu fd8c99b989 Introducing Environment in MinMaxSolvers and ModelCheckers 8 years ago
dehnert c5134c364f Extraction and update of TBB-parallelized stuff 8 years ago
dehnert 3829b58e0d introduced top-level solve equations function to centrally check for requirements 8 years ago
dehnert 72234e96b2 started on requirements for MinMax solvers 8 years ago
TimQu 39549f6ebd Moved some functionality of StandardMinMaxSolver into a subclass 8 years ago
dehnert f5ba5204c9 adding some debug functionality to DdManager to corner dynamic reordering issue with CUDD 8 years ago
TimQu c5ebfb74fb repeatedMultiply methods of MinMaxSolvers now get the b-Vector as const 8 years ago
dehnert a85f4fdc89 replaced some StoRMs and Storms by storm, reworked version output a bit 8 years ago
dehnert 5b09b91ae1 fixed more 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
sjunges 548ba8bbeb somehow managed my way through the policy guessing, several minor extensions to solvers 9 years ago
sjunges 051ad702a7 solvers updated, constants updated 9 years ago
dehnert 83c4b1647c solvers now can allocated auxiliary memory 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
dehnert 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
dehnert 00d331ebb4 moved linear equation solver factories to the respective solver files (and away from utility). restructured settings in factories and the way they are forwarded to the linear equation solvers. fixed all resulting errors 9 years ago
Mavo effadc5cca Split into general settings and markov chain settings 9 years ago
Mavo 67d77608bd Refactoring of settings 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
TimQu dae0faa2a0 refactored the quick implementation of the recent bugfix 10 years ago
TimQu ca917a651c MinMaxLinearEqSolvers can now use some initial policy as a first guess. 10 years ago
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
sjunges faf31156e0 fix for last changes + is probabilistic 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert e338cbe069 fixed a lot of warnings in the tests 10 years ago
dehnert 04f789619c some work towards eliminating compiler warnings 10 years ago
dehnert 3b4dca1a03 Improved Jacobi method a bit. 10 years ago
dehnert eb5d4100a6 Renamed Nondeterminstic equation solver as this name is more than misleading. 10 years ago
dehnert 1990567b84 Started to improve performance of sparse CTMC model checker. 10 years ago
dehnert d545fac471 Restructured solvers a bit: they now get the matrix upon construction and the model checkers use factories to retrieve solvers. 10 years ago
David_Korzeniewski 4dc69dd6f5 Fixed performance tests, and again things concerning templates I never heard of before. 10 years ago
David_Korzeniewski 7515ca5293 Fixed compile errors caused by parts of the c++ standard I've never heard of before... 10 years ago
David_Korzeniewski 8ebc0e4640 Final touches on cuda nondeterministic linear equation solver & modelchecker 10 years ago
David_Korzeniewski ea2e616196 All tests for CUDA based TopologicalValueIterationMdpPrctlModelChecker passing on Windows. 10 years ago
David_Korzeniewski 84f8a41302 More tests adapted, decreased verbosity of TopologicalValueIterationNondeterministicLinearEquationSolver 10 years ago
David_Korzeniewski ee4c961cc9 fixes for compile errors. target "storm" builds without errors 10 years ago
David_Korzeniewski 2279710443 Directly use Matrix with Decomposition 10 years ago
David_Korzeniewski 3e4495cad0 small fixes 10 years ago
David_Korzeniewski 78d3a392a5 Created settings module for TopologicalValueIterationNondeterministicLinearEquationSolver and integrated that with the solver. 10 years ago
PBerger c8e05f7137 Added explicit template instance. 11 years ago