standardProperties.emplace_back(dirShort+"PrReach"+name,reachFormula,emptySet,"The "+dirLong+" probability to eventually reach "+description+".");
standardProperties.emplace_back(dirShort+"PrReach"+name,reachFormula,emptySet,nullptr,"The "+dirLong+" probability to eventually reach "+description+".");
standardProperties.emplace_back(dirShort+"PrReach"+name+"TB",reachTimeBoundFormula,emptySet,"The "+dirLong+" probability to reach "+description+" within 'TIME_BOUND' steps.");
standardProperties.emplace_back(dirShort+"PrReach"+name+"TB",reachTimeBoundFormula,emptySet,nullptr,"The "+dirLong+" probability to reach "+description+" within 'TIME_BOUND' steps.");