|  dehnert | 63df1f6329 | includes to make clang on the build server happy Former-commit-id: 733eb2f1d2 | 10 years ago | 
				
					
						|  dehnert | b94e978843 | another round of fixes Former-commit-id: 67f4e4be47 | 10 years ago | 
				
					
						|  sjunges | 707a4f500b | vector sum_if Former-commit-id: 67b2ef9ff6 | 10 years ago | 
				
					
						|  sjunges | da120d9de5 | Refactored some stuff in constants... Former-commit-id: 3ac9216f73 | 10 years ago | 
				
					
						|  sjunges | faf31156e0 | fix for last changes + is probabilistic Former-commit-id: 38df3f515f | 10 years ago | 
				
					
						|  dehnert | 972c391eb1 | fixed some more bugs/warnings Former-commit-id: 2748793daf | 10 years ago | 
				
					
						|  sjunges | 97c24fe229 | solver settings now within solver, minmax refactored to share common variables Former-commit-id: b3c78ae038 | 10 years ago | 
				
					
						|  dehnert | a9142a752d | fixed another bug Former-commit-id: 2f0eb64b6f | 10 years ago | 
				
					
						|  dehnert | fbd05cd780 | more and more bugfixes Former-commit-id: 7f1ba98797 | 10 years ago | 
				
					
						|  dehnert | b3178e17f6 | more bug fixes Former-commit-id: 0b33b30efa | 10 years ago | 
				
					
						|  dehnert | 73a2491dfb | more bugfixes Former-commit-id: 5afecd5a21 | 10 years ago | 
				
					
						|  dehnert | dbc7d860a4 | functional tests compile again, started to debug changes Former-commit-id: efef0e6487 | 10 years ago | 
				
					
						|  dehnert | 1a07b24682 | added some convenience functions for reward model building Former-commit-id: 796963aee3 | 10 years ago | 
				
					
						|  dehnert | 4ca64a913a | main executable compiling again, started to debug Former-commit-id: f255c48a3d | 10 years ago | 
				
					
						|  dehnert | 6133c3462a | symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs Former-commit-id: 1fae8bcf12 | 10 years ago | 
				
					
						|  sjunges | 3c098f085a | In principal, we need a fixpoint iteration for the static simplification. For now, we just call simplify twice. Former-commit-id: 41d1d6e133 | 10 years ago | 
				
					
						|  dehnert | e631dbd1a0 | more work on new reward models Former-commit-id: 661c7b5b24 | 10 years ago | 
				
					
						|  sjunges | 5e428a795a | And more includes on the right spot. Former-commit-id: 72bb348687 | 10 years ago | 
				
					
						|  dehnert | 72cb30d6b0 | started replacing ValueType template argument by model class in all instantiations Former-commit-id: 197e3876a4 | 10 years ago | 
				
					
						|  dehnert | 61fb277024 | more work on refactoring (storm stinks and should be rewritten :P) Former-commit-id: 7495dea2df | 10 years ago | 
				
					
						|  sjunges | f85d28325e | Further work towards faster and more modular compilation Former-commit-id: 9de50910b8 | 10 years ago | 
				
					
						|  sjunges | 3c2040f4b7 | Removed many superfluous includes, added some source files -- towards faster compilation Former-commit-id: a575a97d40 | 10 years ago | 
				
					
						|  sjunges | a129983ae9 | cleaning includes for better compilation times Former-commit-id: e2878ae043 | 10 years ago | 
				
					
						|  dehnert | 6fa1078fb1 | some more work on reward model Former-commit-id: 8533357f34 | 10 years ago | 
				
					
						|  dehnert | dcd42d5653 | started reworking reward models Former-commit-id: 49d9106451 | 10 years ago | 
				
					
						|  dehnert | 56b4f53ce7 | got rid of more warnings Former-commit-id: 5c39f63c69 | 10 years ago | 
				
					
						|  dehnert | 04f789619c | some work towards eliminating compiler warnings Former-commit-id: d1eca470a4 | 10 years ago | 
				
					
						|  sjunges | 812b101c40 | better program checks, some extensions in model and matrix Former-commit-id: 8efaaf2ca9 | 10 years ago | 
				
					
						|  sjunges | 2e0c9c1244 | unification of some constructs in carl propagated to storm Former-commit-id: 34ba08debf | 10 years ago | 
				
					
						|  sjunges | 1ec453e587 | support for intervals in matrices Former-commit-id: e8d9d85162 | 10 years ago | 
				
					
						|  sjunges | 8b1e003657 | Fix Former-commit-id: 882bfd73ce | 10 years ago | 
				
					
						|  sjunges | 7a050434d9 | bugfixes for NondeterministicModel, improvements for StateActionPair, graph and initialize Former-commit-id: 4531d784a1 | 10 years ago | 
				
					
						|  sjunges | b50c823c77 | Refactored for faster compilation times. Former-commit-id: 14853d8f38 | 10 years ago | 
				
					
						|  dehnert | 9d5c3e7e2f | added functionality to flatten the modules of a PRISM program into one module Former-commit-id: 04faac9c67 | 10 years ago | 
				
					
						|  dehnert | 4dbbe3c561 | moved constraint collection to DTMC class Former-commit-id: 5471a20bec | 10 years ago | 
				
					
						|  TimQu | a22c36e38a | avoided unnecessary copy of matrix while doing graph analysis. const& was missing somehow. Former-commit-id: d1abf847c3 | 10 years ago | 
				
					
						|  sjunges | fd3ffafcd9 | First version of the monolithic state space generation Former-commit-id: fab8f6e356 | 10 years ago | 
				
					
						|  dehnert | 1e5398c8b7 | LRA finally working for ctmcs Former-commit-id: 699e4714a4 | 11 years ago | 
				
					
						|  dehnert | 331ea9fc19 | further work on steady state probabilities Former-commit-id: d2497ac7eb | 11 years ago | 
				
					
						|  sjunges | 40a0f4f18a | stupid fix in cli (carl version can not be shown, no idea how...) Former-commit-id: 47dde73f72 | 11 years ago | 
				
					
						|  sjunges | 7cbab6a260 | use gmpxx mpq_class for rational numbers Former-commit-id: e79dac21df | 11 years ago | 
				
					
						|  sjunges | 16c57decff | print header including info for smtrat and carl (untested) Former-commit-id: 8490637c55 | 11 years ago | 
				
					
						|  dehnert | 4c35bc0f66 | symbolic DTMC model checker working Former-commit-id: d0913f7912 | 11 years ago | 
				
					
						|  dehnert | 81c627b9b7 | First version of fully symbolic game solver. Former-commit-id: 34406f25b9 | 11 years ago | 
				
					
						|  David_Korzeniewski | 5623e66566 | Ignore empty lines in property file and only warn if a line could not be parsed Former-commit-id: 1d2767e90d | 11 years ago | 
				
					
						|  David_Korzeniewski | c3d0112975 | Actually try to read all lines from property file Former-commit-id: 588d80c8c1 | 11 years ago | 
				
					
						|  David_Korzeniewski | 7d84b0a4c5 | Added ability to check properties from property file to cli utility. Added minimal example for lra on dtmc
Former-commit-id: eec774f05a | 11 years ago | 
				
					
						|  dehnert | e4968b1dde | Fixed minor issue in cli Former-commit-id: ed63925765 | 11 years ago | 
				
					
						|  dehnert | e3320ee086 | Started working on hybrid MDP model checker. Former-commit-id: 63a8efb93c | 11 years ago | 
				
					
						|  dehnert | be66ef2751 | Finalized hybrid CTMC model checker. Former-commit-id: c217e11b06 | 11 years ago |