189 Commits (10e93d7cbb579ef528187a7fe0ba150925f03f80)

Author SHA1 Message Date
dehnert 6a80348150 fixed issue related to row groups in sparse matrix and adapted the affected calling sites 10 years ago
dehnert fd86d430ae minor fix 10 years ago
dehnert 5521172ed1 more work on sparse game solver 10 years ago
dehnert e659dd8c4a some work on sparse game solver 10 years ago
sjunges f08f66e900 added an option for polic extraction to the helper, some includes 10 years ago
sjunges 2dc9eb9b83 Currently exclude smtrat- does not compile with current version. 10 years ago
dehnert 8d2bd4fd9d fixed two warnings 10 years ago
dehnert 7cafd61c38 switched gcc to use c++14 as well 10 years ago
dehnert e364d3be53 added missing header 10 years ago
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
dehnert f4211637db fixed warning and missing include 10 years ago
sjunges e3122e5ede Faster compilation and topological failing test failed 10 years ago
sjunges 1086ffc1cc Added allow early termination for min/max solvers 10 years ago
sjunges faf31156e0 fix for last changes + is probabilistic 10 years ago
sjunges 97c24fe229 solver settings now within solver, minmax refactored to share common variables 10 years ago
dehnert fbd05cd780 more and more bugfixes 10 years ago
TimQu ba95065ce3 Fixed memory leak by adding destructors for linear equation solvers. Previously, the member unique_ptr<...> gmmxxMatrix from the gmmxx subclasses was not deleted properly 10 years ago
sjunges 92082dc970 gurobi lp solver refactored in case gurobi is not found, and fixes for linux - sorry about earlier lack of checks on linux 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
sjunges a129983ae9 cleaning includes for better compilation times 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
sjunges 0bd4b9b8ad fixed some guards for smtsolver 10 years ago
dehnert 9d5c3e7e2f added functionality to flatten the modules of a PRISM program into one module 10 years ago
dehnert 1e5398c8b7 LRA finally working for ctmcs 10 years ago
dehnert 331ea9fc19 further work on steady state probabilities 10 years ago
sjunges a412ac2a60 Progress in smtrat-smtsolver interface 10 years ago
sjunges 71f8504c08 included a necessary header which was indirectly included before to ease further implementations of the smtsolver interface 10 years ago
dehnert 1130efe0dc step towards steady-state for CTMCs 10 years ago
dehnert 4c35bc0f66 symbolic DTMC model checker working 10 years ago
dehnert 81c627b9b7 First version of fully symbolic game solver. 10 years ago
PBerger 3bb0346407 Fixed missing typenames and member initialization reordering. 10 years ago
PBerger dce1d728e5 I added a few small documentation fixes. 10 years ago
PBerger 287393abc4 Added Policy Iteration to the NativeMinMaxLinearEquationSolver. 10 years ago
PBerger f63e5fc873 Implemented Policy Iteration inside the GmmxxMinMaxLinearEquationSolver. 10 years ago
dehnert c1917ce6d9 Finalized hybrid DTMC model checker. It now passes its tests. 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
dehnert c3c83fbe4f Fixed some compilation errors. 10 years ago
dehnert f5e383722f Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 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
dehnert 1fb8d72a30 Merged master in parametricSystems. 10 years ago
David_Korzeniewski ab36c5fb0d Workarounds for more Windows quirks. Compiles but tests crash. 10 years ago