463 Commits (1642c5f66c302d07a74c583597191005ce032d90)
 

Author SHA1 Message Date
PBerger b89db58fbb Made changes to all files that use the Sparse Matrix, as the diagonal entries are now included in the main storage. This refs #34 12 years ago
gereon 99c5f4799e checking file format hint 12 years ago
gereon a6dcb236e2 implementing check for filename extension 12 years ago
dehnert a4b7b27829 Added parsing support for expressions. Now working on parsing probabilistic programs. 12 years ago
dehnert a7ab5bb309 More fun with Spirit. 12 years ago
dehnert 92efc9c345 Taming Boost::Spirit... 12 years ago
gereon 6e2acc5159 add checked_strtod and use it in all parsers 12 years ago
dehnert 11b16f5dde Made bound/no-bound operators more consistent to reduce similar code. Changed bound operators to have a single bound and a comparison operator instead of an interval. 12 years ago
dehnert 86c7ae3f5c Added BoundedEventually as a convenience operator. 12 years ago
dehnert 1561843cee Minor bugfix in sparse matrix method to compute pointwise product. 12 years ago
dehnert 58cf8118fe Initial version of reward model checking for DTMCs. Added two convenience operators to PCTL (Eventually and Globally) and added missing reward formulas. 12 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 12 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. 12 years ago
gereon 364d8e4861 added Matrix::getRowSum() 12 years ago
gereon 9775f7ae7e Added CTMC model, doing c&p from dtmc. 12 years ago
gereon 4cc86cc7e3 fixing bracket... 12 years ago
gereon 0f8c598529 making inheritance of Parsers public (for AutoParser) 12 years ago
gereon ab30a95f74 first version of AutoTransitionParser. 12 years ago
gereon 614fe3df9f removing unused variable 12 years ago
gereon 34a4b91f49 Merge branch 'master' of https://sselab.de/lab9/private/git/MRMC 12 years ago
gereon eeaee58a56 first version of NonDeterministicSparseTransitionParser 12 years ago
gereon b8a6a01a11 fixed settings handling: stop on unrecoverable error 12 years ago
dehnert 504bcb97a6 Added die example from PRISM. Added SparseStateRewardParser. Small fix to main. 12 years ago
dehnert b26a731383 Added reward parsing: 12 years ago
dehnert de85bfa80e Merge branch 'master' of https://sselab.de/lab9/private/git/MRMC 12 years ago
gereon e4c1241b2b Merge branch 'master' of https://sselab.de/lab9/private/git/MRMC 12 years ago
gereon 37f6337fa5 using new iterator for checking matrix 12 years ago
dehnert cdc24b1456 Merge branch 'master' of https://sselab.de/lab9/private/git/MRMC 12 years ago
Lanchid 48098b596d Removed the parameter from const templates, as types can be stated 12 years ago
dehnert a04bdd9b97 Fixed a few bugs. 12 years ago
gereon 4d4219991c renaming sanity check, fix brackets 12 years ago
gereon 4b373b2146 fixing a warning and changing calls to std::string.compare() to == 12 years ago
gereon fa68492b55 removing distinction between different platform 12 years ago
Lanchid c8ec52f111 Merge branch 'refactoring' 12 years ago
Lanchid 1b973545bb Fixes in probabilistic operators: 12 years ago
Lanchid ef03284369 Changed mrmc.cpp to use the new Dtmc parser instead of the separate 12 years ago
Lanchid afb0373358 Added DtmcParser class that parses a whole DTMC, making use of the 12 years ago
Lanchid 383f34e745 Function renaming 12 years ago
Lanchid daa5cf297a Changed type of parameter filename to std::string const & (was const 12 years ago
Lanchid 64784d4e92 Renamed LabParser to AtomicPropositionLabelingParser 12 years ago
Lanchid 3c741fae4a Changed filename parameter for DeterministicSparseTransitionParser to a 12 years ago
Lanchid 2da19207de Removed check for valid probablilities, as we want to use the 12 years ago
Lanchid b0b8c98f6b Renamed TraParser to DeterministicSparseTransitionParser 12 years ago
dehnert 89e38fed8f Added temporary check() method to ProbabilisticNoBoundsOperator. 12 years ago
gereon 5cc8e8bb2d modified sanity check to use internal data structures... 12 years ago
gereon 83e660ac3d check is sums of each row is one (or zero for "imaginary" states) 12 years ago
gereon 470fa4c4b7 added sys/mman.h for linux target 12 years ago
gereon 0369207e9d Merge branch 'master' of https://sselab.de/lab9/private/git/MRMC 12 years ago
gereon a5d922c6a8 removed pointless return that produces an error (return value...) 12 years ago
PBerger 2f05d035fe Refactored all exceptions to use the macro generator to remove all redundant base code. 12 years ago