32 Commits (b1f2c26df046fd187cdd8c77519818033df4c0cd)

Author SHA1 Message Date
dehnert b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 9 years ago
dehnert 9ab33528b4 started to fill value iteration implementation in new general min-max solver 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 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
dehnert bb700457de some minor fixes 9 years ago
Mavo 67d77608bd Refactoring of settings 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 5a1039838f made everything compile again and all tests passing 9 years ago
sjunges 1e1400d68d merge 9 years ago
dehnert 0d6612352c silenced sylvan and gmm warnings (for clang) 9 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 1e5398c8b7 LRA finally working for ctmcs 10 years ago
dehnert 331ea9fc19 further work on steady state probabilities 10 years ago
dehnert 1130efe0dc step towards steady-state for CTMCs 10 years ago
dehnert 3b4dca1a03 Improved Jacobi method a bit. 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
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
dehnert a995d7dd4a The tests now run fine with the new option system. 11 years ago
dehnert 1cd01e3f28 Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 11 years ago
dehnert 9ad12616e2 Renamed files in settings module a bit. Started on the pseudo-modular module-settings. 11 years ago
dehnert 96e1f8faf9 Renamed Settings class to SettingsManager. 11 years ago
dehnert 9569426c86 Moved option registration to the settings class (so it's not deceentralized any longer). This enables to build storm as a library and on top of that build some exectuables, which saves a lot of compile time as soon as several targets have to be built or one switches between targets. 11 years ago
sjunges 0eb13c6415 fixed a lot of unused variable warnings 11 years ago
dehnert 42708a6d21 Added utility header for all parts that use std::swap. 11 years ago
dehnert 36fb44e206 Added functional tests for nondeterministic linear equation solvers. Added functional tests for LPs in addition to the existing MILP tests. 11 years ago
dehnert 8ebd924ca6 Further work on refactoring solvers: cleaned LP solver interface a bit and adapted glpk- and Gurobi-based implementations of the interface. 11 years ago
dehnert 588a4b60b6 Refactored linear equation solvers and nondeterministic linear equation solvers. Added functional tests for both. 11 years ago
dehnert 79730379e4 Started refactoring the linear equation system solvers. 11 years ago
PBerger 938959de56 Added a set() Method to the Settings.h for the Tests 12 years ago
PBerger e69c9f1962 Added all options from StoRM 12 years ago