35 Commits (556b8e872641686e76545098ad3156ba75962f66)

Author SHA1 Message Date
hbruintjes 556b8e8726 Return reference to settings module, not a copy 9 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
dehnert 1424d536ca renamed learning to exploration engine and started on a minor refactoring 9 years ago
dehnert ce91fa7d5b started to work on local EC-detection 9 years ago
Mavo c9f04ecc0b Added IOSettings 9 years ago
Mavo effadc5cca Split into general settings and markov chain settings 9 years ago
Mavo f48d8bc6b1 Initialize all modules in tests and normal storm 9 years ago
Mavo 8241df3b0b First step towards settings for multiple binaries 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
sjunges 1e1400d68d merge 9 years ago
dehnert abacfdd28d added sylvan settings. made sylvan available from the cli 9 years ago
sjunges ebdd979d2c settings: checks after config file, added finalize 10 years ago
sjunges 93a0f7f8bb settings: checks after config file, added finalize 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert 8a4706d9c9 A lot of work on model checker interfaces. In particular, the SCC elimination model checker is almost integrated. 10 years ago
David_Korzeniewski 78d3a392a5 Created settings module for TopologicalValueIterationNondeterministicLinearEquationSolver and integrated that with the solver. 10 years ago
dehnert 56aec18a48 Added bisimulation settings. Further work on weak bisimulation. 11 years ago
sjunges cafcb3f238 version info extended and moved to cpp, added options flag (although unclear what exactly should be displayed then) 11 years ago
dehnert 4eea90646a Fixed attributes of some example files. Added option to eliminate entry states in the very end (added option module for model checking of parametric models). Added feature to specify the formulas to check on the command line. 11 years ago
dehnert 0a0485c8f0 Added the functionality to specify and parse a configuration file to set command line options. 11 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 685d9274eb Help option now takes an argument that is interpreted as a regexp and matched against the module names and option names. 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 46dc2ca05a Further work on option system (we're getting there...). 11 years ago
dehnert 01697a8939 Modules can now be registered and options (should) get parsed correctly. 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 dd942c86dd More work on option system. 11 years ago
dehnert ff50fbe12d Further refactoring of settings classes. 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
dehnert 47a05fc1b0 Beautified output of option system. Enabled command line interface of counterexample generation. 12 years ago
PBerger 11cc7fc6bc Introduced a new Object called InternalOptionMemento to handle required settings for tests which auto-reset after the test is done 12 years ago
PBerger a30f570c2a Added logging to all Settings classes 12 years ago
PBerger 58ff007654 Fixed the Settings structure 12 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
PBerger d5a9656cac Removed OptionsAccumulator.h and merged it into Settings.h 12 years ago
PBerger bde10b750e Added my initial implementation of Settings 12 years ago