|  |  | @ -475,11 +475,17 @@ int main(const int argc, const char** argv) { | 
			
		
	
		
			
				
					|  |  |  |         if (!optionsCorrect) { | 
			
		
	
		
			
				
					|  |  |  |             return -1; | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |         storm::utility::Stopwatch totalTimer(true); | 
			
		
	
		
			
				
					|  |  |  |         storm::cli::setUrgentOptions(); | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |         // Invoke storm-pomdp with obtained settings
 | 
			
		
	
		
			
				
					|  |  |  |         storm::pomdp::cli::processOptions(); | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |         totalTimer.stop(); | 
			
		
	
		
			
				
					|  |  |  |         if (storm::settings::getModule<storm::settings::modules::ResourceSettings>().isPrintTimeAndMemorySet()) { | 
			
		
	
		
			
				
					|  |  |  |             storm::cli::printTimeAndMemoryStatistics(totalTimer.getTimeInMilliseconds()); | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     // All operations have now been performed, so we clean up everything and terminate.
 | 
			
		
	
		
			
				
					|  |  |  |         storm::utility::cleanUp(); | 
			
		
	
		
			
				
					|  |  |  |         return 0; | 
			
		
	
	
		
			
				
					|  |  | 
 |