Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] A question about routeExtension algorithm in taxi service
  • From: Seyed Mehdi Meshkani <seyedmehdi.meshkani@xxxxxxxxxxxx>
  • Date: Mon, 8 Sep 2025 12:51:39 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=concordia.ca; dmarc=pass action=none header.from=concordia.ca; dkim=pass header.d=concordia.ca; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=rAVx3jZJFl0VACSmtOPs6aHMo2gksbHaNrqOtFk7sTs=; b=B0Nwn81CLjVtXVUvShaFckSBMPQAh8AphSaRgt9wEjYhuCFVPNHH8x2Vt7WBtfqI8Ia1a5jLlThjGLbQW+YBSn4gXElYgAWQoeyLfEUld40as+EfpWc9n1lecW9bW61WO+VIuKsDoNE8sKLJf3M7+iThbuwZH93yVxcR2FllR2qL2YaPq5helGs9JtAq3bbxtr78511+YgjH4xQ0AEdjRpaa5/ZKGxNgUxnCQzhyQJkQ5bnOhJRMvZWEa94hINa+78dRlvAYxtIrAyw+HkrSawhxJbVEGuYU6CBX98e0fpkHaYZcQAjdPKRNjb1e2ln41PWYUoaU+vKOV/ZEkz+/gQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=OeW1aSIIgTsLcc8HqsnwEGVl1gupdE8eKAzSqKM7AKgDRe6R46VyYS6MJUcuZBt/uWUbvMEuvXuaA6uGaLslFMqzYdI4yHJ2Soc+mrZNltXuyn1FdEleyndpt6nFu8zJtI8bTSqnmJ9L21LXO0gG7JVMueQveNQN9DJ66n6SwYCJmRPYdKIlcDESe2i5scuHDRdeyF00GIpYK7/5aoOerAiGhjV4fxRoXtWOexVXP1LXOJLGsQTSYi3enYkN9nl6TdoAOjZiTw/tgcsXxZF++Z0Zp6aAShSgXzRHEC/D1DYpbHCWH0U3sYlcDTFFS1Kddq2KYs02O46sy2pcriEdvg==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHcIL7o0RZVR4WO1U68DkFX21RGJw==
  • Thread-topic: A question about routeExtension algorithm in taxi service

Hello everyone, 

I am using “RouteExtension” method for a shared taxi service. However, I could not find specifications of this method such as: 

  1. What is the objective function? 
  2. What is the ride matching policy?( i.e. how a new passenger is selected) 
  3. What is the routing algorithm when a new passenger is added? (i.e. how the order of passenger for pick-up drop-off changes when a new passenger is selected)
I was wondering if you could provide me with this information. 

Looking forward to hearing from you. 

Regards,
Mehdi

Back to the top