481 Commits (1bb116dd1ce51a3a14fb5d91fc8b0f034c897536)

Author SHA1 Message Date
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
dehnert 94fd4cd9a8 fixed bug related to instantaneous reward properties in formula parser 9 years ago
dehnert fd3b8adc00 fixed bug in formula parser 9 years ago
dehnert 310db8a234 started to include reachability in JANI model generation 9 years ago
dehnert ecc1a80358 added conversion from PRISM to JANI. Added simplistic tests for that. 9 years ago
sjunges 41640bfbd4 JaniParser: several extensions to expressions, probabilities, locations in destinations of edges 9 years ago
sjunges 813515d546 JaniParser: support for local variables 9 years ago
sjunges 48f2cc156c JaniParser: extended expression parsing 9 years ago
sjunges dd22841682 JaniParser: extended edge parsing 9 years ago
sjunges 9bf5cf15b6 JaniParser: some more expressions, better error messages and prel. stub for edge parsing 9 years ago
sjunges 510d51e5c1 parser support for bounded ints 9 years ago
sjunges 3b5c27acba more test-files included, two small fixes in parser 9 years ago
sjunges 3f36c95baf JaniParser Constant expressions are now parsed 9 years ago
sjunges 70a0e3f547 preliminary version of parsing variables, stub for parsing expressions. 9 years ago
sjunges ef24368fcc JaniParser: 9 years ago
sjunges 926d7730e5 JaniParser: 9 years ago
sjunges db4fdd473c JaniParser: parse automaton name and locations 9 years ago
sjunges 435bf79c2d some minor extension 9 years ago
sjunges 121cfe4d93 rough skeleton for the parser, v1 9 years ago
sjunges 4df9984b87 added bare minimum for parser calls 9 years ago
sjunges afbc4aff2a unsupported model exception added to exceptions 9 years ago
dehnert bf65ef726c system composition in PRISM appears to be working 9 years ago
sjunges 16e20ced0b stub for jani parser 9 years ago
dehnert cf1c0a6009 got rid of some spirit warnings 9 years ago
Mavo 5eaa46c7de More refactoring 9 years ago
dehnert 9db10e7849 added all composition operators of PRISM 9 years ago
dehnert 81b4fa6b9b added composition specification to PRISM program 9 years ago
Mavo a0d659f2da always use shared_ptr<Formula const> 9 years ago
Mavo 322e470c89 Removed unnecessary std::moves 9 years ago
dehnert b06419afe0 working towards EC detection 9 years ago
Mavo effadc5cca Split into general settings and markov chain settings 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
Mavo fe7037e7fd Support for POR (priority or) 9 years ago
dehnert dae55eeb29 fixed some bugs and enabled markov automaton model checking from cli 9 years ago
Mavo ebbc4ce7b4 Fixed compile issues introduced in merge 9 years ago
dehnert 6a99ab9ef9 expectation/variance now handled in formula parser 9 years ago
dehnert 51402ec853 removed measure type and only added measure type to reward/time operators 9 years ago
dehnert 5e1e5b55a1 renamed expected time formulas to time formulas 9 years ago
dehnert 45e59848a9 first steps 9 years ago
dehnert ffe63ea95d made dfs as exploration order available 9 years ago
sjunges e0980de0ba first version of storm without log4cplus as a dependency 9 years ago
dehnert 08bed36579 fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm 9 years ago
sjunges a6f389fce2 SEQ in the parser 9 years ago
dehnert b46ee5425e started to implement conditional rewards for dtmcs 9 years ago
dehnert e40cc65117 added tests for fragment checker 9 years ago
dehnert dc8a5b11e0 more refactoring regarding fragment checking 9 years ago
dehnert be8c65525e introduced some methods to query formula type 9 years ago
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 9 years ago
Mavo a9c80ef9dc Better error handling 9 years ago