23 #ifndef MSLCM_JE2013_h
24 #define MSLCM_JE2013_h
77 const std::pair<MSVehicle*, SUMOReal>& leader,
78 const std::pair<MSVehicle*, SUMOReal>& neighLead,
79 const std::pair<MSVehicle*, SUMOReal>& neighFollow,
81 const std::vector<MSVehicle::LaneQ>& preb,
112 const std::pair<MSVehicle*, SUMOReal>& leader,
113 const std::pair<MSVehicle*, SUMOReal>& neighLead,
114 const std::pair<MSVehicle*, SUMOReal>& neighFollow,
116 const std::vector<MSVehicle::LaneQ>& preb,
126 int blocked,
int dir,
127 const std::pair<MSVehicle*, SUMOReal>& neighLead,
132 int blocked,
int dir,
133 const std::pair<MSVehicle*, SUMOReal>& neighFollow,
162 return dist / (
abs(laneOffset)) < lookForwardDist;
165 return dist /
abs(laneOffset) > lookForwardDist;
169 typedef std::pair<SUMOReal, int>
Info;