Home
last modified time | relevance | path

Searched refs:fullSpeedGap (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_LC2013.cpp1642 … double fullSpeedGap = MAX2(0., neighDist - myVehicle.getCarFollowModel().brakeGap(vMax)); in _wantsChange() local
1643 double fullSpeedDrivingSeconds = MIN2(acceptanceTime, fullSpeedGap / vMax); in _wantsChange()
1645 fullSpeedGap = MAX2(0., MIN2(fullSpeedGap, in _wantsChange()
1648 …fullSpeedDrivingSeconds = MIN2(fullSpeedDrivingSeconds, fullSpeedGap / (vMax - neighLead.first->ge… in _wantsChange()
1653 fullSpeedGap = MIN2(fullSpeedGap, leader.second); in _wantsChange()
1654 …fullSpeedDrivingSeconds = MIN2(fullSpeedDrivingSeconds, fullSpeedGap / (vMax - leader.first->getSp… in _wantsChange()
1675 << " fullSpeedGap=" << fullSpeedGap in _wantsChange()
H A DMSLCM_SL2015.cpp1542 … double fullSpeedGap = MAX2(0., neighDist - myVehicle.getCarFollowModel().brakeGap(vMax));
1543 double fullSpeedDrivingSeconds = MIN2(acceptanceTime, fullSpeedGap / vMax);
1546 fullSpeedGap = MAX2(0., MIN2(fullSpeedGap,
1549 …fullSpeedDrivingSeconds = MIN2(fullSpeedDrivingSeconds, fullSpeedGap / (vMax - neighLead.first->ge…
1565 << " fullSpeedGap=" << fullSpeedGap