33 Commits (6f62e8d402c31e0be5157e9918efe52fd5680968)

Author SHA1 Message Date
Matthias Volk 6f62e8d402 Support abort in model building 5 years ago
Matthias Volk 6a77ce210a Moved setting nofixdl to build settings 6 years ago
Tim Quatmann d61d1bd3fe Fixed type uintX -> uintX_t 6 years ago
TimQu b3987b178c Explicit model builder: Give an error if no initial state is found. 7 years ago
Sebastian Junges f52aab0012 fixed out-of-bounds-labelling, added overlapping guards building, and some improved error messages if something goes wrong with highlevel counterex generation 7 years ago
dehnert d45eead440 improved asserted constraints for high-level cex 7 years ago
dehnert 59666a9fe9 slight renaming in matrix builder to better capture semantics 7 years ago
dehnert 99647c11fb fixed an issue pointed out by Tim 7 years ago
dehnert ac759d2671 minor performance improvements to model building 8 years ago
dehnert 6501fffac3 several optimizations related to explicit model building 8 years ago
sjunges 12dda40919 split IOSettings in BuildSettings and IOSettings, refactored some dependencies on settings object away if it doesnt hurt too much, moved GSPN and PGCL settings to their own libs 8 years ago
dehnert 3a11914da0 commit to switch workplace 8 years ago
dehnert 2d41de479e added progress outputs to iterative solvers 8 years ago
sjunges 3ac42caf7c extensions to pomdp stuff 8 years ago
sjunges 9314d99354 allow inference from actions, but only with a set option 8 years ago
Sebastian Junges 09dcb149c2 storm parses and builds pomdps 8 years ago
sjunges bbb4d16965 towards support for pomdps in storm 8 years ago
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 8 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 9 years ago
dehnert fd615289e0 outline of learning algorithm 9 years ago
dehnert 1fb943b658 moved some internal structs from model builder to their own files to make them reusable 9 years ago