401 Commits (1ba6181fb5eb37c610efa2609cbbc0a19d3297b3)

Author SHA1 Message Date
dehnert 52f071c74a fixed minor bug (apparently because of new boost version) in spirit error handling 10 years ago
sjunges bb408b2b29 parser returns non-const formulae now 10 years ago
sjunges d8191d8c6a const formulae 10 years ago
dehnert 0f8bd82125 corrected clang pragma 10 years ago
dehnert ebbd03c15b fixed some warning-related stuff. introduced abstraction-refinement engine in options and entrypoints that currently only throws not-implemented exception 10 years ago
dehnert 3e23a9ad40 some typos 10 years ago
dehnert 645f130a62 introduced long-run average reward formula 10 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert 34ba28cfdb some minor fixes 10 years ago
dehnert f72f556018 improved spirit error handling a bit 10 years ago
dehnert d0e15d1a4f more work (and stuff, you know?) 10 years ago
dehnert b297cdf38f added some syntatic sugar to PRISM parser in order to enhance performance tests of symbolic model checker 10 years ago
dehnert 6a80348150 fixed issue related to row groups in sparse matrix and adapted the affected calling sites 10 years ago
dehnert b2d8cae9ce instantiated (and fixed occurring problems) explicit parsers with intervals as the reward model value type 10 years ago
sjunges 01a3748e87 Refactored part of the API / more functions 10 years ago
dehnert 27e06940a9 templated all explicit parsers so that they may now be modified to produce non-double models 10 years ago
dehnert 22f1d99a15 missing files finally added 10 years ago
chris a216b5a9d9 added support for parsing choice labels for explicit MDPs 10 years ago
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
dehnert ffc9eda1c2 enabled terminal states for explicit model builder 10 years ago
dehnert 7f5e775395 adapted counterexample generation to refactoring 10 years ago
dehnert d7490a74cb properties can now be given as string or file. both ways accept multiple formulas 10 years ago
dehnert f9f5a4e206 reincluded tbb in gmm. fixed missing header. extended formula parser to return multiple formulas 10 years ago
dehnert fbd05cd780 more and more bugfixes 10 years ago
dehnert b3178e17f6 more bug fixes 10 years ago
dehnert 1a07b24682 added some convenience functions for reward model building 10 years ago
dehnert 4ca64a913a main executable compiling again, started to debug 10 years ago
dehnert 6133c3462a symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs 10 years ago
dehnert e631dbd1a0 more work on new reward models 10 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 10 years ago
sjunges f85d28325e Further work towards faster and more modular compilation 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
sjunges a129983ae9 cleaning includes for better compilation times 10 years ago
David_Korzeniewski 7521be7408 Fixed some problems on windows. 10 years ago
dehnert dcd42d5653 started reworking reward models 10 years ago
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 c683934ea0 removed debug output and fixed bug 10 years ago
dehnert d62539165e 'Identity updates' can now be described as applying 'true' in PRISM programs. 10 years ago
dehnert 1b9860ece0 modified parser to accept more legal formulas 10 years ago
dehnert 8f4a4397e0 Started working on Markovian commands in PRISM programs. 10 years ago
dehnert c84751f632 Started working on reward properties for CTMCs. 10 years ago
dehnert 7fa6b568b4 Currently debugging the computation of transient probabilities in CTMCs. 10 years ago
dehnert 7c2f60175e Intermediate commit: fixed parsing bug and started reward generation (DD). 11 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. 11 years ago
dehnert 8c1870eb54 Intermediate commit. 11 years ago
dehnert c3c83fbe4f Fixed some compilation errors. 11 years ago
David_Korzeniewski 8b1a4b4e52 Quickfix s.t. we have a defined index and don't dereference end() which is bad 11 years ago
dehnert 8a4706d9c9 A lot of work on model checker interfaces. In particular, the SCC elimination model checker is almost integrated. 11 years ago
dehnert 89df9621a9 MDP model checker works again. 11 years ago
dehnert 9026aa9ac9 Adapted first model checker to the new properties. 11 years ago