24 Commits (52f130ea5c99b4be0d3e731203c76c097e1b5439)

Author SHA1 Message Date
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 cc71a002f4 Refactored NondeterministicSparseTransitionParser.h/.cpp. 12 years ago
dehnert 81cf0e2b22 Added SparseMatrixBuilder class that actually builds the matrices. A call to build() will then generate the matrix. This eliminates superfluous checks in the matrix that slowed down performance. 12 years ago
dehnert a26f63be30 Finished reworking the sparse matrix implementation. Adapted all other classes to the (partially) new API of the matrix. 12 years ago
PBerger 158430418e Replaced boost integer mask includes with cstdint 12 years ago
PBerger e69c9f1962 Added all options from StoRM 12 years ago
PBerger 01fd3c18e3 Added move constructors, added move-calls where fitting. 12 years ago
PBerger 83d0e7d6af Refactored LineEndings Handling. Added missing default cases. 12 years ago
PBerger 2fc666892d Added multi plattform new-line handling for parsers 12 years ago
PBerger 405094f768 Refactoring on Parser, introduced new keyword "override" 12 years ago
dehnert 102f38322d Fixed several bugs in several modules (bit vector, parser, etc.). Topological value iteration now works for the consensus protocol and the two dice example. 12 years ago
gereon 8dce5af515 fixed some warnings (comparison between signed/unsigned) 12 years ago
dehnert c7f58ed5f5 Modified parsers such that the reward matrices are of the same size as the transition matrices. 12 years ago
PBerger 06d78967df Fixed MDP Parser, removed parsing of STATES/TRANSITIONS, see #10 12 years ago
dehnert 69acbdef63 Fixed a few things in the parsers and implemented proper treatment of reward files by these parsers. 12 years ago
dehnert c0468675c7 Fixed parser to correctly ignore the file header. 12 years ago
PBerger 4fe071033b Removed std:: from uint type specifier (illegal in VS2012) 12 years ago
Lanchid 5b57728d7e Merge branch master into PrctlParser 12 years ago
dehnert 8c248c05c5 Renamed NonDeterministic to Nondeterministic in all places. Fixed (hopefully) all occurrences of these names. Implemented Prob0A algorithm. 12 years ago
dehnert 19cbe13691 Prepared methods for performing reachability searches for non-deterministic models. Removed storage of backward transition relation: it is now (re-)created on demand in the model checkers. 12 years ago
Lanchid a3837ac76b Changed WrongFileFormatException to WrongFormatException 12 years ago
gereon 54565ddd55 changed rowMapping to vector<int> 12 years ago
gereon 583ebf62bd made rowMapping from NDSTParser available in MDP model class 12 years ago
gereon 1d1f9da315 made rowMapping from NDSTParser available in MDP model class 12 years ago
gereon 0992df5c66 fixing test for deadlock nodes in parsers 13 years ago
gereon 7a1bf4d834 fixed some style issues reported by cpplint 13 years ago
gereon 78c0245d16 Added rowMapping to MDP transition parser. 13 years ago
gereon 4d709ed9c2 Implemented second pass in NonDeterministicTransitionParser 13 years ago
gereon b8f1ddd5da Implemented first run for NonDeterministicTransitionParser 13 years ago
PBerger 557461a77d Renamed SquareSparseMatrix to SparseMatrix 13 years ago
gereon 6e2acc5159 add checked_strtod and use it in all parsers 13 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
gereon eeaee58a56 first version of NonDeterministicSparseTransitionParser 13 years ago
Lanchid 383f34e745 Function renaming 13 years ago
Lanchid 3c741fae4a Changed filename parameter for DeterministicSparseTransitionParser to a 13 years ago
Lanchid 2da19207de Removed check for valid probablilities, as we want to use the 13 years ago
Lanchid b0b8c98f6b Renamed TraParser to DeterministicSparseTransitionParser 13 years ago
PBerger 01ea2c8427 Moved os specific includes into OsDetection.h 13 years ago
PBerger 08f87d545c Some more refactoring, renaming, adding #ifndef guards... 13 years ago
gereon 64bf554cad some more reformatting 13 years ago
PBerger cce8391e44 Refactored everything to match naming scheme. 13 years ago
PBerger 1f36724cc2 Refactored StringOutput to use std::to_string 13 years ago
gereon 4095e87282 changing pointer to std::shared_ptr 13 years ago
gereon 07ac945794 some more documentation 13 years ago
gereon f960e20e53 porting LabParser and TraParser from c-style API to class API 13 years ago
gereon 19b55ef9a0 fixed handling of invalid floats in Tra parser and converted tra files still containing floats with comma 13 years ago
gereon 3782122ac6 adding log output with LOG4CPLUS macros 13 years ago
gereon 5ce8355d2b removing pantheios (new logger will be added soon) and fixed a warning 13 years ago