9 Commits (0a02fecd6b4bee9acab29a60808e19c9e775d1cb)

Author SHA1 Message Date
TimQu 0a02fecd6b settings/modules: Flagged several options as advanced. 6 years ago
TimQu 274d51795c removed default value for maximal iteration count 7 years ago
TimQu bb63ac6089 Linear equation solver + game solvers now respect the environment as well 8 years ago
dehnert 00f88ed452 gauss-seidel-style value iteration 8 years ago
dehnert 33759ed246 beautified help message printing. all requirements and default values are now printed automatically for all options 9 years ago
dehnert 49597fca86 reworked argument validators for settings 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 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
Mavo effadc5cca Split into general settings and markov chain settings 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
Mavo f529a1315f Settings module do not need settings manager 9 years ago
sjunges faf31156e0 fix for last changes + is probabilistic 10 years ago
dehnert fbd05cd780 more and more bugfixes 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert 1e5398c8b7 LRA finally working for ctmcs 10 years ago
dehnert 1f1b60e6de Added macros that can be used for printing and warnings. Included Dennis' fix for model checking of Markov automata. Added check methods to the settings modules that check whether the specified options are non-contradictive. 11 years ago
dehnert e49814d391 Modified pctl/csl/ltl options to now take formulas instead of files. Prefixed the macros with STORM_. Moved these macros into a file in the utilities. Modified architecture of the exception classes slightly. Threw away all the contents of main(). This will now be build from scratch. 11 years ago
dehnert 7e56e0d8f7 Added feature to also show help for a given option name. 11 years ago
dehnert a995d7dd4a The tests now run fine with the new option system. 11 years ago
dehnert 266d660d89 Added functions responsible for printing the help. Started adapting the tests to 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 acdced1fee Will this ever end? 11 years ago
dehnert 9547f3a91a Further refactoring of option system. 11 years ago
dehnert ff50fbe12d Further refactoring of settings classes. 11 years ago