|  sjunges | 6d10ba0ad0 | compiles again Former-commit-id: 1c09323cd1 | 10 years ago | 
				
					
						|  sjunges | 73310b9881 | fixed tests: glpk had wrong minimize, solver.cpp tested in wrong direction on policy iteration in case we use top. value iteration Former-commit-id: 71215b8e46 | 10 years ago | 
				
					
						|  sjunges | 8568ee3986 | only one optimization direction enum -- towards integration of termination criterions on the model checker Former-commit-id: 648855264e | 10 years ago | 
				
					
						|  sjunges | e3122e5ede | Faster compilation and topological failing test failed Former-commit-id: 55c816594f | 10 years ago | 
				
					
						|  sjunges | f219437acf | Faster compilation times! Former-commit-id: a8dc8fa612 | 10 years ago | 
				
					
						|  sjunges | 1086ffc1cc | Added allow early termination for min/max solvers Former-commit-id: eaad511158 | 10 years ago | 
				
					
						|  sjunges | f006d54995 | vector min_if, max_if Former-commit-id: afff48d2e5 | 10 years ago | 
				
					
						|  dehnert | 7f5e775395 | adapted counterexample generation to refactoring Former-commit-id: e73d2885cd | 10 years ago | 
				
					
						|  dehnert | f9f5a4e206 | reincluded tbb in gmm. fixed missing header. extended formula parser to return multiple formulas Former-commit-id: a2849d6534 | 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 | d4ba7905fa | Extra constructor for simple testing. Former-commit-id: 0fcef3d5e7 | 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 | 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 | 
				
					
						|  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 | 
				
					
						|  sjunges | 92082dc970 | gurobi lp solver refactored in case gurobi is not found, and fixes for linux - sorry about earlier lack of checks on linux Former-commit-id: badef77583 | 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 | 
				
					
						|  sjunges | 72784d752d | permissive schedulers - ongoing work Former-commit-id: 0f637998c6 | 10 years ago | 
				
					
						|  dehnert | 56b4f53ce7 | got rid of more warnings Former-commit-id: 5c39f63c69 | 10 years ago | 
				
					
						|  dehnert | e338cbe069 | fixed a lot of warnings in the tests Former-commit-id: b6752202ac | 10 years ago | 
				
					
						|  dehnert | 04f789619c | some work towards eliminating compiler warnings Former-commit-id: d1eca470a4 | 10 years ago | 
				
					
						|  dehnert | c683934ea0 | removed debug output and fixed bug Former-commit-id: 0c33f61bbe | 10 years ago | 
				
					
						|  dehnert | 8985ad77cf | added first debug output to track down bug Former-commit-id: ad333216c1 | 10 years ago | 
				
					
						|  dehnert | d62539165e | 'Identity updates' can now be described as applying 'true' in PRISM programs. Former-commit-id: b2f70eb465 | 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 | c99a61307f | hybrid dtmc model checker can now also treat lra Former-commit-id: 2db1d9a600 | 11 years ago | 
				
					
						|  dehnert | 39abecbad3 | added some tests for LRA in CTMCs Former-commit-id: 3b847d542e | 11 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 | 
				
					
						|  dehnert | 6c4162fae4 | more work towards steady state for CTMCs Former-commit-id: c3e17d1fc0 | 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 | 
				
					
						|  PBerger | 0c3c057f83 | Fixed the usual "typename" errors in Clang-code. Former-commit-id: 20606ed360 | 11 years ago | 
				
					
						|  dehnert | a4663ccfd3 | added missing input file for tests Former-commit-id: 7d1c7f8570 | 11 years ago | 
				
					
						|  PBerger | 287393abc4 | Added Policy Iteration to the NativeMinMaxLinearEquationSolver. Added a test.
Former-commit-id: 087934eb47 | 11 years ago | 
				
					
						|  PBerger | f63e5fc873 | Implemented Policy Iteration inside the GmmxxMinMaxLinearEquationSolver. Added an option for selecting Value- or Policy Iteration in the GeneralSettings.
Former-commit-id: 6d12f10f60 | 11 years ago | 
				
					
						|  David_Korzeniewski | cf5442fe45 | Bugfix and test-fix: Only the "never leave MEC"-states have cost > 0 and transition costs are all 0 in the ssp. Former-commit-id: f6688a8956 | 11 years ago | 
				
					
						|  David_Korzeniewski | 8e688f71ff | Tests for DTMC LRA and some bugfixes. All tests pass. Former-commit-id: 589db6c2b3 | 11 years ago | 
				
					
						|  David_Korzeniewski | 0ba629ad3f | More tests, bugfixes: All tests pass. Former-commit-id: f37c02a9d7 | 11 years ago | 
				
					
						|  David_Korzeniewski | 716cf3abdd | Adapted to new solver interface some tests and bugfixes. Tests still failing. Former-commit-id: da3b75aefd | 11 years ago | 
				
					
						|  David_Korzeniewski | d4f051c4f0 | Fixed Windows build Former-commit-id: 53c99736de | 11 years ago | 
				
					
						|  David_Korzeniewski | 1f87e7c8b2 | First test for LRA on MDPs Former-commit-id: c022ceaf01 | 11 years ago |