| 
					
					
						
							
						
					
					
				 | 
				@ -41,10 +41,18 @@ namespace storm { | 
			
		
		
	
		
			
				 | 
				 | 
				        template<typename StateType> | 
				 | 
				 | 
				        template<typename StateType> | 
			
		
		
	
		
			
				 | 
				 | 
				        StateType ExplicitStateLookup<StateType>::lookup(std::map<storm::expressions::Variable, storm::expressions::Expression> const& stateDescription) const { | 
				 | 
				 | 
				        StateType ExplicitStateLookup<StateType>::lookup(std::map<storm::expressions::Variable, storm::expressions::Expression> const& stateDescription) const { | 
			
		
		
	
		
			
				 | 
				 | 
				            auto cs = storm::generator::createCompressedState(this->varInfo, stateDescription, true); | 
				 | 
				 | 
				            auto cs = storm::generator::createCompressedState(this->varInfo, stateDescription, true); | 
			
		
		
	
		
			
				 | 
				 | 
				            STORM_LOG_THROW(stateToId.contains(cs), storm::exceptions::IllegalArgumentException, "State unknown."); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            //TODO search once
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            if (!stateToId.contains(cs)) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                return static_cast<StateType>(this->size()); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            } | 
			
		
		
	
		
			
				 | 
				 | 
				            return this->stateToId.getValue(cs); | 
				 | 
				 | 
				            return this->stateToId.getValue(cs); | 
			
		
		
	
		
			
				 | 
				 | 
				        } | 
				 | 
				 | 
				        } | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        template<typename StateType> | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        uint64_t ExplicitStateLookup<StateType>::size() const { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            return this->stateToId.size(); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        } | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				        template <typename ValueType, typename RewardModelType, typename StateType> | 
				 | 
				 | 
				        template <typename ValueType, typename RewardModelType, typename StateType> | 
			
		
		
	
		
			
				 | 
				 | 
				        ExplicitModelBuilder<ValueType, RewardModelType, StateType>::Options::Options() : explorationOrder(storm::settings::getModule<storm::settings::modules::BuildSettings>().getExplorationOrder()) { | 
				 | 
				 | 
				        ExplicitModelBuilder<ValueType, RewardModelType, StateType>::Options::Options() : explorationOrder(storm::settings::getModule<storm::settings::modules::BuildSettings>().getExplorationOrder()) { | 
			
		
		
	
		
			
				 | 
				 | 
				            // Intentionally left empty.
 | 
				 | 
				 | 
				            // Intentionally left empty.
 | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |