99 Commits (e258fe4fd2e70584679932405fcf4e3c273ae068)

Author SHA1 Message Date
dehnert b94e978843 another round of fixes 11 years ago
dehnert 8d6a5a7fd5 added some missing includes 11 years ago
dehnert e2b84c8155 changed some method signatures to make gcc happier 11 years ago
dehnert b3178e17f6 more bug fixes 11 years ago
dehnert 1a07b24682 added some convenience functions for reward model building 11 years ago
dehnert 5b77d827dc fixed a bug 11 years ago
dehnert 6133c3462a symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs 11 years ago
dehnert e631dbd1a0 more work on new reward models 11 years ago
dehnert 5beb33e3d8 merged a bit more 11 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 11 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 11 years ago
sjunges f85d28325e Further work towards faster and more modular compilation 11 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 11 years ago
dehnert b56766e993 more work on reward model that turned out to be refactoring in disguise 11 years ago
sjunges a129983ae9 cleaning includes for better compilation times 11 years ago
dehnert 6fa1078fb1 some more work on reward model 11 years ago
dehnert dcd42d5653 started reworking reward models 11 years ago
sjunges 812b101c40 better program checks, some extensions in model and matrix 11 years ago
sjunges 2e0c9c1244 unification of some constructs in carl propagated to storm 11 years ago
dehnert f879c608eb fix for wrong ifdef 11 years ago
dehnert ecb37ccd1d made compilation of ConstraintCollector in Dtmc predicated on CARL being available 11 years ago
sjunges 7a050434d9 bugfixes for NondeterministicModel, improvements for StateActionPair, graph and initialize 11 years ago
sjunges a212cce8c1 Added a method to get the number of choices for a specific state. 11 years ago
dehnert 9d5c3e7e2f added functionality to flatten the modules of a PRISM program into one module 11 years ago
dehnert 4dbbe3c561 moved constraint collection to DTMC class 11 years ago
dehnert 96464fdcbc added model classes for two-player stochastic games 11 years ago
dehnert 3b4dca1a03 Improved Jacobi method a bit. 11 years ago
dehnert a851fad65d More work on reward properties for CTMCs. 11 years ago
dehnert 65bf06dd50 Further steps towards CTMC model checking. 11 years ago
dehnert c8007876ae Symbolic models can now be built from the command line. 11 years ago
dehnert 239caf57eb Added symbolic models and made DD-based model generator build the correct instances. 11 years ago
dehnert f0b174b756 Fixed performance tests. 11 years ago
dehnert a1dae8849e Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented. 11 years ago