20 Commits (7f7ea57bbe98024d83aa57ab3e589f12f76c00a6)

Author SHA1 Message Date
dehnert 21627fbab4 Started to get rid of some warnings. In particular this means making the compiler more silent for third-party stuff. 10 years ago
dehnert a1dae8849e Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented. 10 years ago
TimQu c38ce8cf68 Small fix for autoParser 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
PBerger 2757dd31e2 Removed illegal typename keywords in SparseMatrix.cpp. 11 years ago
dehnert 418ce8b625 Fixed some problems related to the memory-mapped file. 11 years ago
masawei 52f130ea5c Commenting and cleanup. 11 years ago
masawei fe7afc727f Second part of the refactoring of Parser.cpp/.h 11 years ago
masawei 538f911283 First part of the refactoring of Parser.h/.cpp 11 years ago
masawei 15d13bc06d Refactored the AutoParser. 11 years ago
Lanchid 5b57728d7e Merge branch master into PrctlParser 12 years ago
dehnert 7d95a45633 Fixed bug in AbstractModelChecker: it does now correctly inherit from a lot more interface classes. NOTE: checking a formula on a model checker that does not support it failed silently. This should NOT be the case. Re-enabled DEBUG option for cmake. NOTE: why was this disabled anyway? Introduced another layer AbstractDeterministicModel and AbstractNonDeterministicModel in model hierarchy to allow for easily distinguishing these classes. Made necessary adaptions in (hopefully) all classes. Move the graph analyzer to utility folder. 12 years ago
Lanchid a3837ac76b Changed WrongFileFormatException to WrongFormatException 12 years ago
gereon 718608622f added Ctmdp model, changed MdpParser to NonDetModelParser 12 years ago
gereon c2669ccec4 "Creating" DeterministicModelParser 12 years ago
gereon 062960b94c Some cleanups, removing memleaks 13 years ago
PBerger 7800132684 Added Mdp Class, Parser and support in the AutoParser. 13 years ago
gereon ea84f91cf3 made a run of cpplint and fixed some of the warnings... 13 years ago
gereon 5668b95d9b added missing include. 13 years ago
gereon 4dbbb1486b first working version of AutoParser 13 years ago
gereon 4dc780ef77 modified AutoParser to reflect changes in the model type system. 13 years ago
gereon 1776f8ce12 first steps towards an AutoParser 13 years ago
gereon 99c5f4799e checking file format hint 13 years ago
gereon a6dcb236e2 implementing check for filename extension 13 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
dehnert a9b6e92306 Added adapters folder and GmmxxAdapter that is a friend class of the matrix class and can convert the sparse matrix to the gmm++ format. Removed this conversion from the matrix class. 13 years ago
gereon 4cc86cc7e3 fixing bracket... 13 years ago
gereon ab30a95f74 first version of AutoTransitionParser. 13 years ago