23 Commits (a0d659f2dae41502620a45f783f530ed48938363)

Author SHA1 Message Date
Mavo a0d659f2da always use shared_ptr<Formula const> 9 years ago
dehnert 60bbce0ba1 added two tests for exploration engine 9 years ago
dehnert 1424d536ca renamed learning to exploration engine and started on a minor refactoring 9 years ago
dehnert 38ea181e3d added tons of debug output. all small test models now show sane results 9 years ago
dehnert b06419afe0 working towards EC detection 9 years ago
dehnert ca354cffe4 moved preprocessing of PRISM program to utility to make it accessible from learning-based model checker 9 years ago
dehnert 7dee6d3da2 started on learning-based MDP model checking 9 years ago
dehnert bb7d8ca3c5 added learning as new engine selection in options 9 years ago
dehnert e5f9ddfbcc changed cli to create tasks that only compute the value for the initial state (if the model checker supports that) 9 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 9 years ago
dehnert 5b60585b8a replaced boost::optional<std::string>() by boost::none 9 years ago
sjunges d8191d8c6a const formulae 9 years ago
dehnert fdf2d81c61 added missing template parameter 9 years ago
dehnert ebbd03c15b fixed some warning-related stuff. introduced abstraction-refinement engine in options and entrypoints that currently only throws not-implemented exception 9 years ago
sjunges e4725aa4a1 Instead of returning the program, return the prepared formulas 10 years ago
sjunges e45ce6f293 replaced stdpair by struct for model,program pairs 10 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert 34ba28cfdb some minor fixes 10 years ago
dehnert d0e15d1a4f more work (and stuff, you know?) 10 years ago
dehnert abacfdd28d added sylvan settings. made sylvan available from the cli 10 years ago
dehnert 11b04c7940 more work towards making the new bisim class available from the cl 10 years ago
dehnert 1428f1647b commented in some more tests, however the main entry points need to be fixed because of the new templating of the bisimulation class 10 years ago
sjunges 73bfdda6ed missing file 10 years ago