|  Mavo | 4c09f9ce29 | Minor improvements Former-commit-id: 63dfd49048 | 10 years ago | 
				
					
						|  dehnert | 94b817c531 | removed debug output Former-commit-id: f9f58b55f4 | 10 years ago | 
				
					
						|  sjunges | 1e1400d68d | merge Former-commit-id: eb9efc4bb2 | 10 years ago | 
				
					
						|  sjunges | 096778a5d0 | assorted fixes (builder for no-fix-deadline, semicolon, xercesbuild) Former-commit-id: 7ae9bcd61e | 10 years ago | 
				
					
						|  dehnert | 0d6612352c | silenced sylvan and gmm warnings (for clang) Former-commit-id: 20c561d2e2 | 10 years ago | 
				
					
						|  dehnert | 0708672a68 | removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD Former-commit-id: 720dc3a9c4 | 10 years ago | 
				
					
						|  dehnert | b7ea918d1b | update to latest version of sylvan and accompanying changes (mostly because 0 * inf = nan in IEEE754) Former-commit-id: 828e13307f | 10 years ago | 
				
					
						|  dehnert | f8fc39870a | hybrid and symbolic model checkers working with sylvan Former-commit-id: d01b92e328 | 10 years ago | 
				
					
						|  dehnert | 7376eaf866 | made symbolic MDP model checker tests work Former-commit-id: e2e0d07a55 | 10 years ago | 
				
					
						|  dehnert | 7f75db2790 | ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working. Former-commit-id: b11b2f7476 | 10 years ago | 
				
					
						|  dehnert | ebe9ccbb15 | some work on DD stuff Former-commit-id: 50ca51d264 | 10 years ago | 
				
					
						|  dehnert | 4a772fe48d | fixed bug in sylvan Former-commit-id: 0fd69e20a1 | 10 years ago | 
				
					
						|  dehnert | 472851508c | changed return type of equal, notEqual, less, lessOrEqual, greater, greaterOrEqual to BDD since returning an ADD is logically not quite correct Former-commit-id: 64bf8b0704 | 10 years ago | 
				
					
						|  dehnert | 8bf0f3c87e | apparently, changing the DD interface implies some other changes as well... Former-commit-id: c5cedc720f | 10 years ago | 
				
					
						|  dehnert | 4e86ef2e47 | moved CUDD-based DD implementation to own folder Former-commit-id: a828f92518 | 10 years ago | 
				
					
						|  dehnert | 9bac056354 | enabled preconditioning for value iteration in gmm++-based MinMax equation solver Former-commit-id: 39c4efdb52 | 10 years ago | 
				
					
						|  dehnert | 97e302a78c | guarded timeouts in z3 by ifdef-guards Former-commit-id: 1bf463686a | 10 years ago | 
				
					
						|  dehnert | 6cfa6ac9c7 | added timeout to smt solver interface Former-commit-id: 0003c2c9cc | 10 years ago | 
				
					
						|  sjunges | 703013b97c | program, vector, gurobi Former-commit-id: 6cfaf78d59 | 10 years ago | 
				
					
						|  dehnert | 6a80348150 | fixed issue related to row groups in sparse matrix and adapted the affected calling sites Former-commit-id: 96c6fd7e59 | 10 years ago | 
				
					
						|  dehnert | fd86d430ae | minor fix Former-commit-id: f5e5f0fde5 | 10 years ago | 
				
					
						|  dehnert | 5521172ed1 | more work on sparse game solver Former-commit-id: df95038635 | 10 years ago | 
				
					
						|  dehnert | e659dd8c4a | some work on sparse game solver Former-commit-id: 74450365b3 | 10 years ago | 
				
					
						|  sjunges | f08f66e900 | added an option for polic extraction to the helper, some includes Former-commit-id: 44b6a5d03f | 10 years ago | 
				
					
						|  sjunges | 2dc9eb9b83 | Currently exclude smtrat- does not compile with current version. Former-commit-id: cbafb48242 | 10 years ago | 
				
					
						|  dehnert | 8d2bd4fd9d | fixed two warnings Former-commit-id: a845b90c07 | 10 years ago | 
				
					
						|  dehnert | 7cafd61c38 | switched gcc to use c++14 as well Former-commit-id: 32d9c46192 | 10 years ago | 
				
					
						|  dehnert | e364d3be53 | added missing header Former-commit-id: 9f3072ffc9 | 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 | 
				
					
						|  dehnert | f4211637db | fixed warning and missing include Former-commit-id: 09ad5ffb73 | 10 years ago | 
				
					
						|  sjunges | e3122e5ede | Faster compilation and topological failing test failed Former-commit-id: 55c816594f | 10 years ago | 
				
					
						|  sjunges | 1086ffc1cc | Added allow early termination for min/max solvers Former-commit-id: eaad511158 | 10 years ago | 
				
					
						|  sjunges | faf31156e0 | fix for last changes + is probabilistic Former-commit-id: 38df3f515f | 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 | 
				
					
						|  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 Former-commit-id: c21911b56a | 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 | 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 | 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 | 
				
					
						|  sjunges | 0bd4b9b8ad | fixed some guards for smtsolver Former-commit-id: 2205f1af57 | 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 | 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 | a412ac2a60 | Progress in smtrat-smtsolver interface Former-commit-id: 2cee8a4968 | 11 years ago | 
				
					
						|  sjunges | 71f8504c08 | included a necessary header which was indirectly included before to ease further implementations of the smtsolver interface Former-commit-id: 72cdaf2628 | 11 years ago | 
				
					
						|  dehnert | 1130efe0dc | step towards steady-state for CTMCs Former-commit-id: 4ab4d6b8b6 | 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 |