2054 Commits (64e7cd63f540dd6c9fc9da9f616fdec7d9d05706)

Author SHA1 Message Date
dehnert d4cd58e9c6 upon preserving a new formula, the builders now do not apply terminal states 10 years ago
dehnert ffc9eda1c2 enabled terminal states for explicit model builder 10 years ago
dehnert 3849c59d6b formula parser now correctly accepts variables of a loaded model 10 years ago
sjunges f219437acf Faster compilation times! 10 years ago
sjunges 1086ffc1cc Added allow early termination for min/max solvers 10 years ago
dehnert 080b50a890 fixed bug in symbolic model generation 10 years ago
dehnert 9f70e7cb3b adapted DD-based model exploration to the new policy regarding writing to global variables 10 years ago
sjunges f006d54995 vector min_if, max_if 10 years ago
dehnert 7f5e775395 adapted counterexample generation to refactoring 10 years ago
sjunges 0b6cc91808 Remove not existing variant of compute until probabilities. 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
dehnert 63df1f6329 includes to make clang on the build server happy 10 years ago
dehnert 9cf488b249 moved to checking the validity of transition matrices by calling the matrix function 10 years ago
dehnert 29716ea5f8 performance tests now compile again. also fixed some warnings 10 years ago
dehnert b94e978843 another round of fixes 10 years ago
sjunges 707a4f500b vector sum_if 10 years ago
sjunges da120d9de5 Refactored some stuff in constants... 10 years ago
sjunges d4ba7905fa Extra constructor for simple testing. 10 years ago
sjunges faf31156e0 fix for last changes + is probabilistic 10 years ago
dehnert 8d6a5a7fd5 added some missing includes 10 years ago
dehnert 5d07a840be removed debug output 10 years ago
dehnert 972c391eb1 fixed some more bugs/warnings 10 years ago
dehnert dc2735b6ff moved some template parameters from class scope to function scope 10 years ago
dehnert 45d6bc0f6f added more headers to make gcc even happier 10 years ago
dehnert 28f5a8799a added header to make gcc happy 10 years ago
dehnert e2b84c8155 changed some method signatures to make gcc happier 10 years ago
sjunges 97c24fe229 solver settings now within solver, minmax refactored to share common variables 10 years ago
dehnert a9142a752d fixed another bug 10 years ago
dehnert 30fc452623 fixed another bug 10 years ago
dehnert fbd05cd780 more and more bugfixes 10 years ago
dehnert b3178e17f6 more bug fixes 10 years ago
sjunges 7d9cc8e905 Minimal progress on perm schedulers 10 years ago
dehnert 73a2491dfb more bugfixes 10 years ago
dehnert dbc7d860a4 functional tests compile again, started to debug changes 10 years ago
dehnert 1a07b24682 added some convenience functions for reward model building 10 years ago
dehnert 5b77d827dc fixed a bug 10 years ago
TimQu ba95065ce3 Fixed memory leak by adding destructors for linear equation solvers. Previously, the member unique_ptr<...> gmmxxMatrix from the gmmxx subclasses was not deleted properly 10 years ago
dehnert 4ca64a913a main executable compiling again, started to debug 10 years ago
dehnert 6133c3462a symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs 10 years ago
sjunges 3c098f085a In principal, we need a fixpoint iteration for the static simplification. For now, we just call simplify twice. 10 years ago
sjunges 9201c6420a Removes identity assignments 10 years ago
dehnert e631dbd1a0 more work on new reward models 10 years ago
sjunges 5e428a795a And more includes on the right spot. 10 years ago
dehnert 72cb30d6b0 started replacing ValueType template argument by model class in all instantiations 10 years ago
dehnert 5beb33e3d8 merged a bit more 10 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 10 years ago
sjunges 84ecabd2c8 further fixes, for performance tests and windows 10 years ago
sjunges 92082dc970 gurobi lp solver refactored in case gurobi is not found, and fixes for linux - sorry about earlier lack of checks on linux 10 years ago
dehnert 8ff557cfad more work on creating helpers for model checkers 10 years ago