|  | @ -38,11 +38,11 @@ namespace storm { | 
		
	
		
			
				|  |  |     } |  |  |     } | 
		
	
		
			
				|  |  |      |  |  |      | 
		
	
		
			
				|  |  |     uint64_t const& GmmxxSolverEnvironment::getRestartThreshold() const { |  |  |     uint64_t const& GmmxxSolverEnvironment::getRestartThreshold() const { | 
		
	
		
			
				|  |  |         return maxIterationCount; |  |  |  | 
		
	
		
			
				|  |  |  |  |  |         return restartThreshold; | 
		
	
		
			
				|  |  |     } |  |  |     } | 
		
	
		
			
				|  |  |      |  |  |      | 
		
	
		
			
				|  |  |     void GmmxxSolverEnvironment::setRestartThreshold(uint64_t value) { |  |  |     void GmmxxSolverEnvironment::setRestartThreshold(uint64_t value) { | 
		
	
		
			
				|  |  |         maxIterationCount = value; |  |  |  | 
		
	
		
			
				|  |  |  |  |  |         restartThreshold = value; | 
		
	
		
			
				|  |  |     } |  |  |     } | 
		
	
		
			
				|  |  |      |  |  |      | 
		
	
		
			
				|  |  |     uint64_t const& GmmxxSolverEnvironment::getMaximalNumberOfIterations() const { |  |  |     uint64_t const& GmmxxSolverEnvironment::getMaximalNumberOfIterations() const { | 
		
	
	
		
			
				|  | 
 |