<div>Hi everyone!</div><div>  I want to use the GreenYellowRed forwarding strategy, so i simulate my scenarios with the ndnSIM1.0 and replace "ndnHelper.SetForwardingStrategy ("ns3::ndn::fw::BestRoute");" with "ndnHelper.SetForwardingStrategy ("ns3::ndn::fw::GreenYellowRed");", then i run and get the error "msg="Requested constructor for ns3::ndn::fw::GreenYellowRed but it does not have one.", file=../src/core/model/type-id.cc, line=333</div><div>terminate called without an active exception", what should i do? the green-yello-red.cc exist in /model/fw filed same as best-route.cc, why i use "ns3::ndn::fw::BestRoute" is ok and "ns3::ndn::fw::GreenYellowRed" occurs error?</div><div>thank you!</div><div>pei ren</div>