|  Daniel Basgöze | 94ec1a7aeb | Fix print_storm_rational_number | 4 years ago | 
				
					
						|  Daniel Basgöze | 78a10f201e | Use memcpy instead of strcpy | 4 years ago | 
				
					
						|  Daniel Basgöze | 57874ff460 | Remove C-style casts in storm_wrapper.cpp | 4 years ago | 
				
					
						|  Daniel Basgöze | 22a9703524 | Remove erroneous mutex lock in sylvan_wrapper Also remove trailing whitespace | 4 years ago | 
				
					
						|  Tim Quatmann | 02695da9b7 | Fixed several issues regarding powers with negative exponents. | 5 years ago | 
				
					
						|  TimQu | 6902a3c8f8 | Revert "Fixed dot output of BDDs in sylvan." This reverts commit 6dcfd28186. | 5 years ago | 
				
					
						|  Tim Quatmann | 6dcfd28186 | Fixed dot output of BDDs in sylvan. | 5 years ago | 
				
					
						|  Tim Quatmann | fb112ab191 | Added support for modulo operators when building symbolic models in exact mode. | 5 years ago | 
				
					
						|  Matthias Volk | 3fa0b5aabb | Fixed issue in Sylvan where large numbers were not recognized as powers of 2. __builtin_popcount only takes unsigned int as input, but not larger numbers (e.g. 2^33).
We use bit operations instead now. | 6 years ago | 
				
					
						|  Matthias Volk | 30565e4d0c | Use carl hashing functions | 6 years ago | 
				
					
						|  Sebastian Junges | d295f6e777 | export of bdds into dot and text format | 6 years ago | 
				
					
						|  dehnert | a8caaf83c2 | made passing carl to sylvan more robust | 8 years ago | 
				
					
						|  dehnert | 1460e8f969 | proper forwarding of Boost include directories to sylvan CMakeLists.txt | 8 years ago | 
				
					
						|  dehnert | 02c23865da | reworked memory leak solution in sylvan according to Tom van Dijks hints | 8 years ago | 
				
					
						|  dehnert | 72d58b6155 | fix for sylvan workers not releasing mmap'ed memory | 8 years ago | 
				
					
						|  dehnert | 1f16008b75 | added proper exception handling to sylvan-based sharpening | 8 years ago | 
				
					
						|  dehnert | 45a4b63a2e | fixed some issue in sylvan sharpen and forward minmax bounds to linear equation solver | 8 years ago | 
				
					
						|  dehnert | f2e581b3df | rational search for symbolic linear equation solvers | 8 years ago | 
				
					
						|  dehnert | b09cb95254 | fixed wrong call in sylvan double to rational number conversion | 8 years ago | 
				
					
						|  dehnert | da02237769 | work towards symbolic rational search | 8 years ago | 
				
					
						|  dehnert | 6e8465e9f1 | started on symbolic rational search | 8 years ago | 
				
					
						|  dehnert | e719a37c6c | fixes related to relative termination criterion | 8 years ago | 
				
					
						|  dehnert | f7c803827b | remove debug output | 8 years ago | 
				
					
						|  dehnert | 4adee85fa5 | added checking requirements of MinMax solvers to model checker helpers | 8 years ago | 
				
					
						|  dehnert | e2e1407f3e | not calling sylvan_var on leaf nodes of sylvan anymore | 8 years ago | 
				
					
						|  dehnert | 6bebb3c9d5 | fix bug in rational number/function handling with sylvan | 8 years ago | 
				
					
						|  dehnert | 9a20aed7f9 | proper caching in all min/max/exists abstract representative functions | 8 years ago | 
				
					
						|  dehnert | 18ba906914 | re-added gmp include directory to sylvan CMakeLists.txt | 8 years ago | 
				
					
						|  dehnert | d0cf2ef57b | update to version 1.4.0 of sylvan | 8 years ago | 
				
					
						|  Sebastian Junges | c46ce03e60 | make storm compile with latest version of carl | 8 years ago | 
				
					
						|  dehnert | e8fab0718c | fixed issues in division operations of sylvan for rational numbers and rational functions (division by zero not correctly handled) | 8 years ago | 
				
					
						|  dehnert | ea02ea0838 | started overhaul of cli/api | 9 years ago | 
				
					
						|  dehnert | 8f42bd2ec0 | moved to new sparsepp version and made the appropriate changes | 9 years ago | 
				
					
						|  dehnert | 03ad4c2783 | first version of symbolic bisimulation minimization | 9 years ago | 
				
					
						|  dehnert | 86a783de92 | two more fixes for issues pointed out by Tim: concurrency bug in sylvan and bug in symbolic quantitative check result | 9 years ago | 
				
					
						|  sjunges | 1c22fdabe1 | Edit in Sylvan/cmake: Allow for hints about gmp location | 9 years ago | 
				
					
						|  dehnert | 6d9e906291 | remove LTO from sylvan as it causes more problems than it solves | 9 years ago | 
				
					
						|  dehnert | ec3468aef5 | hopefully fixed the compile issue on Linux | 9 years ago | 
				
					
						|  dehnert | 187e8bc52b | fixed two bugs related to hybrid quantitative results | 9 years ago | 
				
					
						|  dehnert | becc43e1e1 | added wokaround proposed by jklein to make the new sylvan version build on older osx | 9 years ago | 
				
					
						|  dehnert | 853b035473 | fixed bug and added testsfor symbolic linear equation solver (rational number and rational function) | 9 years ago | 
				
					
						|  dehnert | 0135793c44 | update to newest sylvan version | 9 years ago | 
				
					
						|  dehnert | 153339c5be | first draft of policy iteration using DDs | 9 years ago | 
				
					
						|  dehnert | 952776a057 | hybrid engine working for rational numbers | 9 years ago | 
				
					
						|  dehnert | ee90c51b2a | cleaned up constants.cpp to finalize separation of rational functions and rational numbers | 9 years ago | 
				
					
						|  dehnert | aaa6f13cf4 | separated rational numbers and rational functions and added support for rational numbers to sylvan | 9 years ago | 
				
					
						|  dehnert | 0354c9024a | moved to new sylvan version and made everything work again | 9 years ago | 
				
					
						|  dehnert | 2e8ff870ff | completed interface of (sylvan) ADDs for storing rational functions | 9 years ago | 
				
					
						|  Sebastian Junges | 5bfb6b817a | sylvan is now compiled with c++14 as it depends on c++14 code now (change in carl) | 9 years ago | 
				
					
						|  dehnert | 77bd6e4a44 | fixed some model building issues | 9 years ago |