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
Former-commit-id: badef77583
|
10 years ago |
sjunges
|
3c2040f4b7
|
Removed many superfluous includes, added some source files -- towards faster compilation
Former-commit-id: a575a97d40
|
10 years ago |
dehnert
|
be66ef2751
|
Finalized hybrid CTMC model checker.
Former-commit-id: c217e11b06
|
10 years ago |
dehnert
|
7d05c3d988
|
Added short name for counterexample generation option.
Former-commit-id: 6ee79fb86e
|
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.
Former-commit-id: 89d94f7957
|
11 years ago |
dehnert
|
a995d7dd4a
|
The tests now run fine with the new option system.
Former-commit-id: 6d6c510131
|
11 years ago |
dehnert
|
266d660d89
|
Added functions responsible for printing the help. Started adapting the tests to the new option system.
Former-commit-id: 0407d8223e
|
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).
Former-commit-id: 01a33e479d
|
11 years ago |
dehnert
|
9547f3a91a
|
Further refactoring of option system.
Former-commit-id: 350ac4c654
|
11 years ago |
dehnert
|
18c0ee1f14
|
Further big refactoring of option system.
Former-commit-id: 0567aa4421
|
11 years ago |
dehnert
|
e2d4a5c1d3
|
Started work on beautifying Option-System output.
Former-commit-id: 7c14bb11cf
|
12 years ago |
PBerger
|
edeedd2bed
|
Added ConversionHelper.h to single out the needed no-strict-aliasing target
Replaced a few "auto" variables as GCC4.7 fails to infer the correct type
Former-commit-id: 09a0c8dac9
|
12 years ago |
PBerger
|
158430418e
|
Replaced boost integer mask includes with cstdint
Reimplemented Gmm conversion with in place constructors
Former-commit-id: 003f582f9c
|
12 years ago |
PBerger
|
a30f570c2a
|
Added logging to all Settings classes
Removed unnecessary instance variables in the Settings.h
Former-commit-id: 9a0261e82b
|
12 years ago |
PBerger
|
58ff007654
|
Fixed the Settings structure
Fixed the standard settings to comply with the infrastructure
Former-commit-id: 9ab888c2df
|
12 years ago |
PBerger
|
e69c9f1962
|
Added all options from StoRM
Rewrote all calls to the Settings instance with the new Syntax
Implemented new ArgumentValidators.h
Former-commit-id: b4ab63f8f2
|
12 years ago |
PBerger
|
d5a9656cac
|
Removed OptionsAccumulator.h and merged it into Settings.h
Implemented some helper functions and convenience accessors
Former-commit-id: b2d91343af
|
12 years ago |
PBerger
|
bde10b750e
|
Added my initial implementation of Settings
Former-commit-id: 5da4b7604f
|
12 years ago |