|  dehnert | 7d50a6b839 | graph algorithms for games can now produce player strategies even if they can pick any choice (if requested) Former-commit-id: 98119f274d | 9 years ago | 
				
					
						|  dehnert | 5bf666be4c | fix in existsAbstractRepresentative Former-commit-id: c884deaf11 | 9 years ago | 
				
					
						|  dehnert | 9878c1bdc3 | fixed some tests that were failing because of (now) proper bottom state computation Former-commit-id: ecc8dfb065 | 9 years ago | 
				
					
						|  dehnert | 3e9f9552b1 | fixed tests: using shared_ptr instead of unique_ptr for SMT solver factory in abstraction Former-commit-id: 6159a20565 | 9 years ago | 
				
					
						|  PBerger | 81311690ab | Fixed errors because of changed API. Former-commit-id: 7f771dc576 | 9 years ago | 
				
					
						|  dehnert | 53f83c9214 | moved menu-game abstraction to separate folder and made everything compile again Former-commit-id: a833ca1152 | 9 years ago | 
				
					
						|  dehnert | a699272dc6 | renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests Former-commit-id: 62c70330c2 | 9 years ago | 
				
					
						|  dehnert | 4cc780cbc0 | tests compiling and running again Former-commit-id: f84c73d0ae | 10 years ago | 
				
					
						|  dehnert | d35c99e844 | renamed central model builder function Former-commit-id: 92cfaeae19 | 10 years ago | 
				
					
						|  dehnert | 6655ee41d8 | started to restructure explicit model builder to make it fit for JANI models Former-commit-id: 69603dd97b | 10 years ago | 
				
					
						|  Mavo | a0d659f2da | always use shared_ptr<Formula const> Former-commit-id: 63a447e887 | 10 years ago | 
				
					
						|  TimQu | d2d1ebdb1a | test didn't compile due to recent changes in carl::rationalize Former-commit-id: 81af3a0f52 | 10 years ago | 
				
					
						|  Mavo | 67d77608bd | Refactoring of settings Former-commit-id: ea4350fc1c | 10 years ago | 
				
					
						|  dehnert | adb42b3ac0 | fixed minor things related to merge Former-commit-id: f428c2808b | 10 years ago | 
				
					
						|  Mavo | 652aeb7562 | Fixed compile error with CarlRationalNumber instead of RationalNumber Former-commit-id: 0fbb4ad1c1 | 10 years ago | 
				
					
						|  TimQu | 6e8602413e | ModelInstantiator + test Former-commit-id: f3c9980067 | 10 years ago | 
				
					
						|  dehnert | fad28df7d6 | first working version of next-state generator for PRISM models Former-commit-id: 548a725e25 | 10 years ago | 
				
					
						|  dehnert | 5a1039838f | made everything compile again and all tests passing Former-commit-id: 65c66fb58f | 10 years ago | 
				
					
						|  sjunges | 1e1400d68d | merge Former-commit-id: eb9efc4bb2 | 10 years ago | 
				
					
						|  dehnert | d0e15d1a4f | more work (and stuff, you know?) Former-commit-id: ec9f6746b8 | 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 | 50e7bbfe35 | fixed a tests, all tests running again Former-commit-id: b271ae5e84 | 10 years ago | 
				
					
						|  dehnert | ebe9ccbb15 | some work on DD stuff Former-commit-id: 50ca51d264 | 10 years ago | 
				
					
						|  dehnert | 8657fb0181 | introduced relational product operations to prob0/1 algorithms (where possible) Former-commit-id: 7fcd642030 | 10 years ago | 
				
					
						|  dehnert | 19029cd905 | functional tests compile and run again, yay! Former-commit-id: 60d3ce16b9 | 10 years ago | 
				
					
						|  dehnert | 4e86ef2e47 | moved CUDD-based DD implementation to own folder Former-commit-id: a828f92518 | 10 years ago | 
				
					
						|  dehnert | de58c73c5a | forgot to commit some files Former-commit-id: 74aaea662a | 10 years ago | 
				
					
						|  dehnert | beee4a9e82 | fixed a bug in the tests that caused a segfault Former-commit-id: b0c4b1c764 | 10 years ago | 
				
					
						|  dehnert | 781610b05d | extended tests for validity of returned strategies Former-commit-id: fb6a1c23f0 | 10 years ago | 
				
					
						|  dehnert | c624b19427 | added no-cuts option. prob1 tests for game now passing. Former-commit-id: 3806747948 | 10 years ago | 
				
					
						|  dehnert | e8b7928831 | fixed minor bug Former-commit-id: 6d208b877a | 10 years ago | 
				
					
						|  dehnert | 1c42ed792b | fixed some bugs, added some test, added some prob1 algorithm, and did some stuff, you know? Former-commit-id: 00fa21d1fe | 10 years ago | 
				
					
						|  dehnert | 972795912a | added some convenience accessor methods in symbolic model/games. added return type for prob01 for games that can also store strategies. added tests for prob0 for games Former-commit-id: f0a8b156ca | 10 years ago | 
				
					
						|  sjunges | f006d54995 | vector min_if, max_if Former-commit-id: afff48d2e5 | 10 years ago | 
				
					
						|  sjunges | 707a4f500b | vector sum_if Former-commit-id: 67b2ef9ff6 | 10 years ago | 
				
					
						|  dehnert | b3178e17f6 | more bug fixes Former-commit-id: 0b33b30efa | 10 years ago | 
				
					
						|  sjunges | 3c2040f4b7 | Removed many superfluous includes, added some source files -- towards faster compilation Former-commit-id: a575a97d40 | 10 years ago | 
				
					
						|  dehnert | e338cbe069 | fixed a lot of warnings in the tests Former-commit-id: b6752202ac | 10 years ago | 
				
					
						|  dehnert | 60701cebdb | ADDs and BDDs are no longer mixed in the abstraction layer. Former-commit-id: 3c31063ea6 | 11 years ago | 
				
					
						|  dehnert | 00e7121bc4 | some work towards BDD-based mc. Former-commit-id: cae0c4421e | 11 years ago | 
				
					
						|  dehnert | 0c2080f220 | Added tests for sparse Prob0/1 to functional tests Former-commit-id: ef8f9ffb59 | 11 years ago | 
				
					
						|  dehnert | 81100c7afd | debugged and added more tests for prob0/1 for MDPs using BDDs Former-commit-id: f47fb3631a | 11 years ago | 
				
					
						|  dehnert | c70d93f4d3 | Qualitative modelchecking algorithms for MDPs using BDDs. Not yet bugfixed. Former-commit-id: 3215a38c44 | 11 years ago | 
				
					
						|  dehnert | 1a1906f811 | Added functional tests for DD-based and sparse computation of states with prob 0 and 1. Former-commit-id: a62c67c657 | 11 years ago |