6 Commits (f7d75b16773660e68bb5aad827f5fa0eabe87f6f)

Author SHA1 Message Date
dehnert 8cdbf281fa make minmax solvers use policy iteration when --exact is set and no other method was explicitly set 8 years ago
dehnert 33759ed246 beautified help message printing. all requirements and default values are now printed automatically for all options 8 years ago
dehnert 49597fca86 reworked argument validators for settings 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 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
dehnert be66ef2751 Finalized hybrid CTMC model checker. 10 years ago
dehnert 7d05c3d988 Added short name for counterexample generation option. 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 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 9547f3a91a Further refactoring of option system. 11 years ago
dehnert 18c0ee1f14 Further big refactoring of option system. 11 years ago
dehnert e2d4a5c1d3 Started work on beautifying Option-System output. 12 years ago
PBerger edeedd2bed Added ConversionHelper.h to single out the needed no-strict-aliasing target 12 years ago
PBerger 158430418e Replaced boost integer mask includes with cstdint 12 years ago
PBerger a30f570c2a Added logging to all Settings classes 12 years ago
PBerger 58ff007654 Fixed the Settings structure 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