3557 次代码提交 (ed49f82ae3b752623b7f8d7491f4ee96ba16a710)
 

作者 SHA1 备注 提交日期
gereon 6e2acc5159 add checked_strtod and use it in all parsers 14 年前
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. 14 年前
dehnert 86c7ae3f5c Added BoundedEventually as a convenience operator. 14 年前
dehnert 1561843cee Minor bugfix in sparse matrix method to compute pointwise product. 14 年前
dehnert 58cf8118fe Initial version of reward model checking for DTMCs. Added two convenience operators to PCTL (Eventually and Globally) and added missing reward formulas. 14 年前
PBerger f983317b54 Renaming MRMC to STORM, see #42 14 年前
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. 14 年前
gereon 364d8e4861 added Matrix::getRowSum() 14 年前
gereon 9775f7ae7e Added CTMC model, doing c&p from dtmc. 14 年前
gereon 4cc86cc7e3 fixing bracket... 14 年前
gereon 0f8c598529 making inheritance of Parsers public (for AutoParser) 14 年前
gereon ab30a95f74 first version of AutoTransitionParser. 14 年前
gereon 614fe3df9f removing unused variable 14 年前
gereon 34a4b91f49 Merge branch 'master' of https://sselab.de/lab9/private/git/MRMC 14 年前
gereon eeaee58a56 first version of NonDeterministicSparseTransitionParser 14 年前
gereon b8a6a01a11 fixed settings handling: stop on unrecoverable error 14 年前
dehnert 504bcb97a6 Added die example from PRISM. Added SparseStateRewardParser. Small fix to main. 14 年前
dehnert b26a731383 Added reward parsing: 14 年前
dehnert de85bfa80e Merge branch 'master' of https://sselab.de/lab9/private/git/MRMC 14 年前
gereon e4c1241b2b Merge branch 'master' of https://sselab.de/lab9/private/git/MRMC 14 年前
gereon 37f6337fa5 using new iterator for checking matrix 14 年前
dehnert cdc24b1456 Merge branch 'master' of https://sselab.de/lab9/private/git/MRMC 14 年前
Lanchid 48098b596d Removed the parameter from const templates, as types can be stated 14 年前
dehnert a04bdd9b97 Fixed a few bugs. 14 年前
gereon 4d4219991c renaming sanity check, fix brackets 14 年前
gereon 4b373b2146 fixing a warning and changing calls to std::string.compare() to == 14 年前
gereon fa68492b55 removing distinction between different platform 14 年前
Lanchid c8ec52f111 Merge branch 'refactoring' 14 年前
Lanchid 1b973545bb Fixes in probabilistic operators: 14 年前
Lanchid ef03284369 Changed mrmc.cpp to use the new Dtmc parser instead of the separate 14 年前
Lanchid afb0373358 Added DtmcParser class that parses a whole DTMC, making use of the 14 年前
Lanchid 383f34e745 Function renaming 14 年前
Lanchid daa5cf297a Changed type of parameter filename to std::string const & (was const 14 年前
Lanchid 64784d4e92 Renamed LabParser to AtomicPropositionLabelingParser 14 年前
Lanchid 3c741fae4a Changed filename parameter for DeterministicSparseTransitionParser to a 14 年前
Lanchid 2da19207de Removed check for valid probablilities, as we want to use the 14 年前
Lanchid b0b8c98f6b Renamed TraParser to DeterministicSparseTransitionParser 14 年前
dehnert 89e38fed8f Added temporary check() method to ProbabilisticNoBoundsOperator. 14 年前
gereon 5cc8e8bb2d modified sanity check to use internal data structures... 14 年前
gereon 83e660ac3d check is sums of each row is one (or zero for "imaginary" states) 14 年前
gereon 470fa4c4b7 added sys/mman.h for linux target 14 年前
gereon 0369207e9d Merge branch 'master' of https://sselab.de/lab9/private/git/MRMC 14 年前
gereon a5d922c6a8 removed pointless return that produces an error (return value...) 14 年前
PBerger 2f05d035fe Refactored all exceptions to use the macro generator to remove all redundant base code. 14 年前
PBerger fe95c2225b Added missing contructors to all exceptions. 14 年前
PBerger 01ea2c8427 Moved os specific includes into OsDetection.h 14 年前
PBerger 9e5b69b211 Further naming scheme enforcement. 14 年前
PBerger 96c7dd9a79 Added the (default) external build path /build to git ignore. 14 年前
PBerger 08f87d545c Some more refactoring, renaming, adding #ifndef guards... 14 年前
PBerger 59408b2ab4 Merge branch 'master' of https://sselab.de/lab9/private/git/MRMC 14 年前