493 Commits (3854feae872cb546b4c6375933b72416a3440bd3)

Author SHA1 Message Date
dehnert b772c92edb removed reward path formulas. reward path formulas are now just path formulas. this allows some invalid formulas to be constructed, so this now has to be checked dynamically 10 years ago
Mavo a9c80ef9dc Better error handling 10 years ago
dehnert 8f087597cc more work towards proper scheduler generation 10 years ago
dehnert 5a1039838f made everything compile again and all tests passing 10 years ago
Mavo 32c52d2271 Parse PDEPs 10 years ago
Mavo 8896bc55dd Added probabilities for FDeps 10 years ago
Mavo e38648f6a7 FDeps are parsed and constructed but not used yet 10 years ago
Mavo 50e37217de Fixed compile problem 10 years ago
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
Mavo 0a1ebc2f73 Distinct error message for parametric model checking 10 years ago
Mavo c26cdc9012 Wrong assertion 10 years ago
Mavo 9c1edef4a7 Parse Galileo representation of voting gate as '1of3' 10 years ago
Mavo 65bb496bb9 Activate expected time in FormulaParser 10 years ago
Mavo d13aca1109 Fixed problem with const initializer 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
Mavo f38eeff1ef First try on parsing of rational functions 10 years ago
dehnert 3e23a9ad40 some typos 10 years ago
Mavo 4c09f9ce29 Minor improvements 10 years ago
dehnert 645f130a62 introduced long-run average reward formula 10 years ago
sjunges 1e1400d68d merge 10 years ago
Mavo 7737205149 More refactoring with templates 10 years ago
Mavo 4343b5b980 Refactored some classes into templates 10 years ago
dehnert 34ba28cfdb some minor fixes 10 years ago
Mavo 4ae86c76f9 Output uses logger now 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
Mavo 4bd59b8649 Small formatting changes 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
ThomasH bfbe63fcb4 fix bug 10 years ago
ThomasH dfdfef3c6e complete parser 10 years ago
ThomasH 10e93d7cbb update parser 10 years ago
ThomasH 3229f07d43 partial implemetation of the non-validating pnml parser 10 years ago
ThomasH 8e680bda96 include header 10 years ago
ThomasH 4c8e29d620 add new class files 10 years ago
sjunges a90287ea1b some early content 10 years ago
sjunges 6896a4ca51 stubs for gspn files 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