107 Commits (a2e9559fafbeee5b6b131a2c2ba70b78376806cd)

Author SHA1 Message Date
dehnert c2b287a1e1 more work on learning approach 10 years ago
Mavo c9f04ecc0b Added IOSettings 10 years ago
Mavo effadc5cca Split into general settings and markov chain settings 10 years ago
Mavo 67d77608bd Refactoring of settings 10 years ago
dehnert 55fd1b66c3 introducing exploration orders to explicit builder 10 years ago
dehnert fad28df7d6 first working version of next-state generator for PRISM models 10 years ago
dehnert 8a0bd32b55 tearing apart explicit model builder and 'next-state generation' 10 years ago
sjunges 4cc8442b77 Fixed warning about superfluous semicolon after a method def. 10 years ago
sjunges 2d44d4f822 getUndefinedConstantsAsString added to storm::prism::program 10 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert 34ba28cfdb some minor fixes 10 years ago
dehnert f72f556018 improved spirit error handling a bit 10 years ago
dehnert d0e15d1a4f more work (and stuff, you know?) 10 years ago
dehnert b297cdf38f added some syntatic sugar to PRISM parser in order to enhance performance tests of symbolic model checker 10 years ago
sjunges 703013b97c program, vector, gurobi 10 years ago
sjunges ee0e34146f build command index to action name mapping 10 years ago
dehnert 6a80348150 fixed issue related to row groups in sparse matrix and adapted the affected calling sites 10 years ago
dehnert 080b50a890 fixed bug in symbolic model generation 10 years ago
dehnert fbd05cd780 more and more bugfixes 10 years ago
dehnert 73a2491dfb more bugfixes 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 9201c6420a Removes identity assignments 10 years ago
dehnert e631dbd1a0 more work on new reward models 10 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
sjunges a129983ae9 cleaning includes for better compilation times 10 years ago
dehnert dcd42d5653 started reworking reward models 10 years ago
sjunges 44e609ce86 merge fix 10 years ago
sjunges 812b101c40 better program checks, some extensions in model and matrix 10 years ago
dehnert c683934ea0 removed debug output and fixed bug 10 years ago
sjunges 9a0e42babb static analysis for global variables 10 years ago
dehnert 9d5c3e7e2f added functionality to flatten the modules of a PRISM program into one module 10 years ago
dehnert be66ef2751 Finalized hybrid CTMC model checker. 11 years ago
dehnert da0582405d Raise warning/error if synchronizing Markovian commands are detected. 11 years ago
dehnert 8f4a4397e0 Started working on Markovian commands in PRISM programs. 11 years ago
dehnert 96539f41a5 Fixed simplification of division: division expressions must not be simplified, because it is not (yet) clear whether integer division or floating point division is to be used. 11 years ago
dehnert e79233bd7b Added check in PRISM program that prevents global varibles from written in possibly synchronizing commands. 11 years ago
dehnert 8c1870eb54 Intermediate commit. 11 years ago
dehnert 7d1829aefa More work on DD-based model generation. 11 years ago
dehnert 0a59f7a7ef Fixed a bug that sometimes prevented transition rewards from being built. 11 years ago
dehnert 8bc646ccb8 Simplification of program when substituting constants. 11 years ago
dehnert f49d89144e Fixed issue that could cause wrong models to be generated. 11 years ago
dehnert 92aa2607a0 The labels of the models are now only built if no property was given or the given property contains the label. 11 years ago
dehnert ee7b591db1 Some work on cli. 11 years ago
dehnert b60c5ffdc0 Fixed a lot of tests, improved some things here and there. 11 years ago
dehnert 231d2223a9 Model building works again (more or less) 11 years ago
dehnert 827839e7fd Changed internal representation of bit vector slightly, adjusted all operations. New bit vector operation runs fine now. 11 years ago
dehnert 43d77e0adc Wrote tests for the new necessary bit vector operations (they fail, because the bit vector is organized in a weird way and needs to be restructured.) 11 years ago
dehnert 30f78b0a99 Intermediate commit. Started improving explicit model adapter performance. 11 years ago