// Only register formula in second run. This prevents the parser from accepting formulas that depend on future
// formulas.
if(this->secondRun){
STORM_LOG_THROW(this->identifiers_.find(formulaName)==nullptr,storm::exceptions::WrongFormatException,"Parsing error in "<<this->getFilename()<<", line "<<get_line(qi::_3)<<": Duplicate identifier '"<<formulaName<<"'.");
STORM_LOG_THROW(this->identifiers_.find(formulaName)==nullptr,storm::exceptions::WrongFormatException,"Parsing error in "<<this->getFilename()<<", line "<<get_line(qi::_3)<<": Duplicate identifier '"<<formulaName<<"'.");