10 Commits (52b07a0c2f6db4cd5d0b2edea59217a17ecfcc0a)

Author SHA1 Message Date
dehnert 52b07a0c2f fixed a bug in sparse matrix builder, fixed some tests 8 years ago
dehnert 29855e2853 added option to display information about exploration progress to both jit and explicit builder 8 years ago
TimQu 576f92568e StateValuations and ChoiceOrigins are now members of a sparse::Model. 8 years ago
TimQu 464bdc389c improved state valuations class 8 years ago
TimQu e7bc5fdef9 fixed several minor bugs regarding the choicelabeling 8 years ago
TimQu 759e351e95 Improved explicit model building: 8 years ago
Sebastian Junges 5894f7c706 some forward declarations and header updates to battle recompilation times 9 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
dehnert 4d8c765fdf made jit-builder ready to deal with compositions that do not mention all automata, more work on rewards 9 years ago
dehnert bba69684c9 reworked explicit Markov automaton generation a bit 9 years ago
dehnert ce5ca9d1ce added proper action reward handling to JANI next-state generator 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
TimQu 12287e5090 small fix for building MAs 9 years ago
TimQu f681206393 building markov automata from prism code 9 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
dehnert f3fa90cc37 more work towards exact solving 9 years ago
dehnert 512a1ec558 added special label 'deadlock' to models and builders 9 years ago
dehnert 08112d98aa more work on JANI next state generator and the corresponding tests 9 years ago
dehnert 4cc780cbc0 tests compiling and running again 9 years ago
dehnert d35c99e844 renamed central model builder function 9 years ago
dehnert 9f6bd1805f modified the entry point code to deal with the new generator-builder-structure 9 years ago
dehnert ddf165d4d3 more work on tearing PRISM-specific functionality out of the explicit model builder 9 years ago
dehnert 6655ee41d8 started to restructure explicit model builder to make it fit for JANI models 9 years ago
Mavo a0d659f2da always use shared_ptr<Formula const> 9 years ago
dehnert db3d1df863 added a sh*t ton of debug output, didn't help 9 years ago
dehnert 6d421a6fbe learning seems to work find on first larger example 9 years ago
Mavo c9f04ecc0b Added IOSettings 9 years ago
Mavo effadc5cca Split into general settings and markov chain settings 9 years ago
Mavo 67d77608bd Refactoring of settings 10 years ago
dehnert fd615289e0 outline of learning algorithm 10 years ago
dehnert 1fb943b658 moved some internal structs from model builder to their own files to make them reusable 10 years ago
dehnert ca354cffe4 moved preprocessing of PRISM program to utility to make it accessible from learning-based model checker 10 years ago
dehnert 1f5439e270 added state labeling generator interface 10 years ago
dehnert ffe63ea95d made dfs as exploration order available 10 years ago
dehnert 55fd1b66c3 introducing exploration orders to explicit builder 10 years ago
dehnert fff7b2d5db fixed an allocation issue, performance is now roughly the same as before but memory consumption is reduced 10 years ago
dehnert fad28df7d6 first working version of next-state generator for PRISM models 10 years ago
dehnert 9eec5b140c refactoring of model builder 10 years ago
dehnert a75e0f5323 more work wrt cleaner model exploration 10 years ago
dehnert 8a0bd32b55 tearing apart explicit model builder and 'next-state generation' 10 years ago
dehnert 7ce969b312 started working on more flexible model generation using next-state-generators 10 years ago
dehnert 2604df54ec more refactoring of formula classes: in particular fragment checking 10 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 10 years ago
dehnert e3c4f5fa72 more work on customizing checking process 10 years ago
sjunges d8191d8c6a const formulae 10 years ago
PBerger 8eec3f2306 Fixed issue in ExplicitPrismModelBuilder.cpp when CARL is not available. 10 years ago
dehnert 0ffbda5aff initial draft of long-run rewards for parametric models 10 years ago
sjunges 1e1400d68d merge 10 years ago