14 Commits (d9d9007975c4187cf29dcb7b52858ac317e88a2c)

Author SHA1 Message Date
hbruintjes d9cb1a79f8 Replace cout macros with l3pp 9 years ago
sjunges 4f1b8f12f0 Extra method 9 years ago
dehnert 3476df75e8 finally removed log4cplus and affected code parts 9 years ago
TimQu f285858e28 added required includes 9 years ago
Mavo 37a86d8190 Compile fixes for gcc 9 years ago
sjunges fde7b71933 Nice printing when no logging framework is enabled 9 years ago
sjunges 8c2cb4887f Cmake option to disable debug and trace outputs 9 years ago
sjunges cf986311ad loglevel can be set now and all logging macros support streaming 9 years ago
sjunges e0980de0ba first version of storm without log4cplus as a dependency 9 years ago
dehnert b88165f27c fixed the warnings related to our macros 9 years ago
dehnert 57338640be added missing include 10 years ago
dehnert 0776d8a74b Added and fixed some example models. Added option for maximal size of SCC that gets eliminated using state elimination. 11 years ago
dehnert 428518ee12 Added some error checking to configuration file parsing. 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