bf7a86b650 
								
							
								 
							
						 
						
							
							
								
								fixed lower time bounds for MAs  
							
							
 
							
							
							Former-commit-id: 98ca60c52c 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								33e99b7b93 
								
							
								 
							
						 
						
							
							
								
								needed to add some utility::vector::toString(...)s  
							
							
 
							
							
							Former-commit-id: f61d69ff9c 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c672f7aea2 
								
							
								 
							
						 
						
							
							
								
								fix in bounded reachability computation with Markov automata  
							
							
 
							
							
							Former-commit-id: fe2b399778 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3784d59a85 
								
							
								 
							
						 
						
							
							
								
								bugfix  
							
							
 
							
							
							Former-commit-id: 3841028452 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1525ea6702 
								
							
								 
							
						 
						
							
							
								
								better time bounds  
							
							
 
							
							
							Former-commit-id: 57140de514 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b267394a2c 
								
							
								 
							
						 
						
							
							
								
								fixed the case where an objective is satisfied at the initial state.  
							
							
 
							
							
							correctly added support for lower time bounds
Former-commit-id: 4d13d5de1b 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7bab48b59b 
								
							
								 
							
						 
						
							
							
								
								bounded reachability for MAs  
							
							
 
							
							
							Former-commit-id: 982277d9ab 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								252c2308fe 
								
							
								 
							
						 
						
							
							
								
								Renamed NeutralEcRemover -> EndComponentEliminator  
							
							
 
							
							
							Former-commit-id: 3a5546d1c4 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90ae65ffa9 
								
							
								 
							
						 
						
							
							
								
								computation of digitization constant  
							
							
 
							
							
							Former-commit-id: cd75d84566 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ef899ef1c 
								
							
								 
							
						 
						
							
							
								
								Fix log file name argument  
							
							
 
							
							
							Former-commit-id: c13b4ca3ad 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								efae19b092 
								
							
								 
							
						 
						
							
							
								
								Use toString() for exit rates, ADL not working for some reason  
							
							
 
							
							
							Former-commit-id: cbc9eaf722 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4e4bc255b5 
								
							
								 
							
						 
						
							
							
								
								Fix some typos in l3pp usage  
							
							
 
							
							
							Former-commit-id: c9da06a596 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d9cb1a79f8 
								
							
								 
							
						 
						
							
							
								
								Replace cout macros with l3pp  
							
							
 
							
							
							Former-commit-id: 0cde42558d 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								75dd78ebec 
								
							
								 
							
						 
						
							
							
								
								towards bounded reachability: added the ability to have a lower/upper bound for the weightVectorChecker result  
							
							
 
							
							
							Former-commit-id: 413c2dee0a 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f1b8f12f0 
								
							
								 
							
						 
						
							
							
								
								Extra method  
							
							
 
							
							
							Former-commit-id: 44b165558d 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d02c918f6a 
								
							
								 
							
						 
						
							
							
								
								forgot a little something...  
							
							
 
							
							
							Former-commit-id: dc5b68bdb6 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ebe6775b27 
								
							
								 
							
						 
						
							
							
								
								Fix missing ValueType template arguments (which defaulted to double)  
							
							
 
							
							
							Former-commit-id: a97910eaf9 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								67244869db 
								
							
								 
							
						 
						
							
							
								
								src/storage/BitVector: Replaced constant 1 unsigned long long with cast to decltype. This fixes a template resolvation error in std::max.  
							
							
 
							
							
							src/storage/bisimulation/NondeterministicModelBisimulationDecomposition.cpp: Replaced "auto state = 0" with decltype declaration. This solves an issue where state is always signed, but should be unsigned.
src/storage/dft/DFTBuilder.cpp: Added a static_cast to enforce proper conversion to size_t and silence the signed/unsigned comparison warning.
Former-commit-id: 7a1a4c1f45 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8cda785414 
								
							
								 
							
						 
						
							
							
								
								fix in assertions  
							
							
 
							
							
							Former-commit-id: feb2ef1d0e 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f2035523af 
								
							
								 
							
						 
						
							
							
								
								Fixed a bug in rewardModel's reduceToStateBasedRewards. Also added a function to check whether all rewards are zero.  
							
							
 
							
							
							Former-commit-id: 4dabd07c66 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0f0c21840f 
								
							
								 
							
						 
						
							
							
								
								correct handling of state rewards of markovian states  
							
							
 
							
							
							Former-commit-id: 9dc50559fc 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0e34bdbfc4 
								
							
								 
							
						 
						
							
							
								
								split weight vector checker into one for MDPs and one for MAs  
							
							
 
							
							
							Former-commit-id: 142a151f3c 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8546786e17 
								
							
								 
							
						 
						
							
							
								
								Fix missing template argument in builder utility  
							
							
 
							
							
							Former-commit-id: 23d683f29c 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								12287e5090 
								
							
								 
							
						 
						
							
							
								
								small fix for building MAs  
							
							
 
							
							
							Also fixed a test for explicit MA parsing, where the transitions of a probabilistic choice did not sum up to one
Former-commit-id: c2f920a4d6 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d2c1c2d6f7 
								
							
								 
							
						 
						
							
							
								
								updated fragment checking for multi objective formulas  
							
							
 
							
							
							Former-commit-id: 8538e97e00 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ffe325b196 
								
							
								 
							
						 
						
							
							
								
								Fix unitialized data in coresettings  
							
							
 
							
							
							Former-commit-id: 7c0dac26ba 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a2140141a3 
								
							
								 
							
						 
						
							
							
								
								Fix virtual destructor  
							
							
 
							
							
							Former-commit-id: ff3ee6cafa 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								556b8e8726 
								
							
								 
							
						 
						
							
							
								
								Return reference to settings module, not a copy  
							
							
 
							
							
							Former-commit-id: 0a5befee57 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aae8fc8e87 
								
							
								 
							
						 
						
							
							
								
								regarding preprocessing for MAs  
							
							
 
							
							
							Former-commit-id: 7e67d60879 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6010266e5b 
								
							
								 
							
						 
						
							
							
								
								merge fix and fix in model file  
							
							
 
							
							
							Former-commit-id: 79c630c3e4 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f681206393 
								
							
								 
							
						 
						
							
							
								
								building markov automata from prism code  
							
							
 
							
							
							Former-commit-id: 791c49c7cf 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								83c4b1647c 
								
							
								 
							
						 
						
							
							
								
								solvers now can allocated auxiliary memory  
							
							
 
							
							
							Former-commit-id: 76dc1a1679 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be5fdeb636 
								
							
								 
							
						 
						
							
							
								
								started working on internal auxiliary storage of solvers  
							
							
 
							
							
							Former-commit-id: d895041c50 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf299a6344 
								
							
								 
							
						 
						
							
							
								
								fixed the case where an expression occurred twice in the formulas  
							
							
 
							
							
							Former-commit-id: 5054ebcae4 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4496b53002 
								
							
								 
							
						 
						
							
							
								
								merge fixes  
							
							
 
							
							
							Former-commit-id: ff5de6fc69 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								95b95d9c64 
								
							
								 
							
						 
						
							
							
								
								fixed some minor issues and renamed equation solver methods slightly to make the names a bit more compact  
							
							
 
							
							
							Former-commit-id: de103e19ad 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b1f2c26df0 
								
							
								 
							
						 
						
							
							
								
								made all instantiations to call MDP model checking with rational numbers  
							
							
 
							
							
							Former-commit-id: d3f8df7804 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d27c75c3d8 
								
							
								 
							
						 
						
							
							
								
								fixed missing virtual keyword  
							
							
 
							
							
							Former-commit-id: 1aa26ab679 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								61a8b9bb29 
								
							
								 
							
						 
						
							
							
								
								more work on solvers  
							
							
 
							
							
							Former-commit-id: 14fad8ac36 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fbb7e12ff5 
								
							
								 
							
						 
						
							
							
								
								first steps towards MAs  
							
							
 
							
							
							Former-commit-id: f217884d13 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6bd95789bd 
								
							
								 
							
						 
						
							
							
								
								pareto curve output improvements  
							
							
 
							
							
							Former-commit-id: 6a7928922b 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ab33528b4 
								
							
								 
							
						 
						
							
							
								
								started to fill value iteration implementation in new general min-max solver  
							
							
 
							
							
							Former-commit-id: e54cb8a0f9 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b4e0cabef6 
								
							
								 
							
						 
						
							
							
								
								started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers  
							
							
 
							
							
							Former-commit-id: c1895472c7 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								248b257f20 
								
							
								 
							
						 
						
							
							
								
								enabled rationals/rational functions in CTMC model checker  
							
							
 
							
							
							Former-commit-id: dc15cd6020 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d661454179 
								
							
								 
							
						 
						
							
							
								
								started working on instantiating CTMC model checker to rational numbers  
							
							
 
							
							
							Former-commit-id: 3923c9a7e4 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80a7126313 
								
							
								 
							
						 
						
							
							
								
								postprocessing for pareto curve queries  
							
							
 
							
							
							Former-commit-id: ac9b8068a9 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8153306ced 
								
							
								 
							
						 
						
							
							
								
								fixed wrong call to Eigen's iterative solvers  
							
							
 
							
							
							Former-commit-id: 0e2e836729 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								46ce68743c 
								
							
								 
							
						 
						
							
							
								
								enabled precision/max iterations for eigen solver  
							
							
 
							
							
							Former-commit-id: 370a78a02f 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2a7dc0fad0 
								
							
								 
							
						 
						
							
							
								
								renamed MarkovChainSettings  
							
							
 
							
							
							Former-commit-id: 39024731f8 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5616004e6e 
								
							
								 
							
						 
						
							
							
								
								remove debug output  
							
							
 
							
							
							Former-commit-id: 0ae7597785 
							
						 
						9 years ago