Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Error: bad allocation

Hi Mirko, 


Thanks to Harald and you. I tried with SUMO 1.18 and this time I didn't get bad allocation error for the same scenario, instead this time the connection closes at traci.simulationStep() in a different scenario. Attached is the trace log file and error screenshot and also I am using the Ingolstadt model which is available on github: https://github.com/TUM-VT/sumo_ingolstadt.


Best,

Sharif




From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> on behalf of Mirko Barthauer via sumo-user <sumo-user@xxxxxxxxxxx>
Sent: Monday, August 7, 2023 10:22:41 AM
To: Sumo project User discussions
Cc: Mirko Barthauer
Subject: Re: [sumo-user] Error: bad allocation
 

Hi Sharif,

 

as Harald already mentioned, there may be some internal problem in SUMO causing the memory error. Could you please share a preferably small scenario to reproduce your error? In case you use the TraCI Python interface but do not want to share your custom script, you can generate a log of your TraCI calls instead.

 

Best regards

Mirko

 

 

 

 

 

-----Original-Nachricht-----

Betreff: Re: [sumo-user] Error: bad allocation

Datum: 2023-08-07T09:45:53+0200

Von: "Harald Schaefer via sumo-user" <sumo-user@xxxxxxxxxxx>

An: "Sumo project User discussions" <sumo-user@xxxxxxxxxxx>

 

 

 

Hi Sharif,

 

answers see below

 

Best regards Harald

 

Am 07.08.23 um 09:35 schrieb Sharifullah Asady:

Hi Harald,

 

Thanks for reply. I am using Windows OS and the development version of SUMO v1_17_0+0578.

Have you tried SUMO 1.18 or the latest development version of 1.18?

 

additional comment, why taxi skips a stop when forced to be teleported due to whatever reasons. Isn't it better to be teleported to the next assigned stop instead to the very last scheduled stop. Currently, I assume that when taxi is assigned to a request, the taxi is assigned two scheduled stops, one at the pick-up point and other at the request drop-off. Later, when the taxi is forced to teleport, it is teleported to the very last scheduled stop and maybe causing the bad allocation error. please correct me if my assumption is wrong. 😊

May be somebody else can answer this question.

 

Many thanks and have a great day.

 

Best, Sharif

 


From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> on behalf of Harald Schaefer via sumo-user <sumo-user@xxxxxxxxxxx>
Sent: Monday, August 7, 2023 9:03:59 AM
To: sumo-user@xxxxxxxxxxx
Cc: Harald Schaefer
Subject: Re: [sumo-user] Error: bad allocation
 

Hi Sharif,

it seems to be an internal memory problem in SUMO.

Which version of SUMO and which operating system are you using?

Best Regards, Harald

 

Am 06.08.23 um 20:04 schrieb Sharifullah Asady via sumo-user:

Dear all, 

 

I am running simulation using traCI to assign taxis to requests and at some point, in the simulation the taxi is teleported and skips a stop at a lane where it has to pick the request. Now, this behavior gives an error stating "Error: bad allocation" forcing the simulation to close. Attached is the screenshot of the of the message. 

 

Many thanks for your response.

 

Best,

Sharif


_______________________________________________ sumo-user mailing list sumo-user@xxxxxxxxxxx To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user 


Attachment: error.png
Description: error.png

traci.start(['C:/SUMO/bin/sumo', '--net-file', './sumo_ingolstadt-main/simulation/ingolstadt_24h.net.xml', '--route-files', './demand/vehicle_routes/vehicle_demand_3.xml', '--gui-settings-file', './sumo_ingolstadt-main/simulation/gui_settings.settings.xml', '--additional-files', './sumo_ingolstadt-main/simulation/tlLogics_WAUT_2020-09-16_24h.add.xml, ./sumo_ingolstadt-main/simulation/vehicleTypes.xml, ./demand/taxi_requests_file/taxi.person_3.add.xml, ./sumo_ingolstadt-main/simulation/taxiStands.add.xml', '--step-length', '1.0', '--ignore-junction-blocker', '15', '--time-to-teleport', '300', '--max-depart-delay', '100', '--device.rerouting.probability', '0.2', '--persontrip.transfer.taxi-walk', 'allJunctions', '--persontrip.transfer.walk-taxi', 'allJunctions', '--device.taxi.dispatch-algorithm', 'traci', '--device.taxi.idle-algorithm', 'taxistand', '--tripinfo-output', 'output/trip_info/seed_1/taxi_sample_3/tripinfo_40_stop_LCFS_travel_time.xml', '--tripinfo-output.write-unfinished', '--device.emissions.probability', '1.0', '-b', '21600', '-e', '36000', '-S', '--random', '1'], port=None, label='default')
traci.route.add(routeID='stop_1', edges=['-217450852'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_0', typeID='taxiStop', depart='21600', routeID='stop_1')
traci.route.add(routeID='stop_2', edges=['-217450852'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_1', typeID='taxiStop', depart='21600', routeID='stop_2')
traci.route.add(routeID='stop_3', edges=['-217450852'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_2', typeID='taxiStop', depart='21600', routeID='stop_3')
traci.route.add(routeID='stop_4', edges=['158179330#2'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_3', typeID='taxiStop', depart='21600', routeID='stop_4')
traci.route.add(routeID='stop_5', edges=['158179330#2'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_4', typeID='taxiStop', depart='21600', routeID='stop_5')
traci.route.add(routeID='stop_6', edges=['158179330#2'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_5', typeID='taxiStop', depart='21600', routeID='stop_6')
traci.route.add(routeID='stop_7', edges=['-26642362#3'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_6', typeID='taxiStop', depart='21600', routeID='stop_7')
traci.route.add(routeID='stop_8', edges=['-26642362#3'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_7', typeID='taxiStop', depart='21600', routeID='stop_8')
traci.route.add(routeID='stop_9', edges=['-26642362#3'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_8', typeID='taxiStop', depart='21600', routeID='stop_9')
traci.route.add(routeID='stop_10', edges=['-129379964'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_9', typeID='taxiStop', depart='21600', routeID='stop_10')
traci.route.add(routeID='stop_11', edges=['-129379964'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_10', typeID='taxiStop', depart='21600', routeID='stop_11')
traci.route.add(routeID='stop_12', edges=['-129379964'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_11', typeID='taxiStop', depart='21600', routeID='stop_12')
traci.route.add(routeID='stop_13', edges=['-397584419'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_12', typeID='taxiStop', depart='21600', routeID='stop_13')
traci.route.add(routeID='stop_14', edges=['-397584419'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_13', typeID='taxiStop', depart='21600', routeID='stop_14')
traci.route.add(routeID='stop_15', edges=['-29205273#0'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_14', typeID='taxiStop', depart='21600', routeID='stop_15')
traci.route.add(routeID='stop_16', edges=['-29205273#0'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_15', typeID='taxiStop', depart='21600', routeID='stop_16')
traci.route.add(routeID='stop_17', edges=['-308849647#1'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_16', typeID='taxiStop', depart='21600', routeID='stop_17')
traci.route.add(routeID='stop_18', edges=['-308849647#1'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_17', typeID='taxiStop', depart='21600', routeID='stop_18')
traci.route.add(routeID='stop_19', edges=['201956816#3'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_18', typeID='taxiStop', depart='21600', routeID='stop_19')
traci.route.add(routeID='stop_20', edges=['201956816#3'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_19', typeID='taxiStop', depart='21600', routeID='stop_20')
traci.route.add(routeID='stop_21', edges=['-61909838#0'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_20', typeID='taxiStop', depart='21600', routeID='stop_21')
traci.route.add(routeID='stop_22', edges=['-61909838#0'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_21', typeID='taxiStop', depart='21600', routeID='stop_22')
traci.route.add(routeID='stop_23', edges=['67238018#0'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_22', typeID='taxiStop', depart='21600', routeID='stop_23')
traci.route.add(routeID='stop_24', edges=['67238018#0'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_23', typeID='taxiStop', depart='21600', routeID='stop_24')
traci.route.add(routeID='stop_25', edges=['-397584419'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_24', typeID='taxiStop', depart='21600', routeID='stop_25')
traci.route.add(routeID='stop_26', edges=['-397584419'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_25', typeID='taxiStop', depart='21600', routeID='stop_26')
traci.route.add(routeID='stop_27', edges=['591899018#0'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_26', typeID='taxiStop', depart='21600', routeID='stop_27')
traci.route.add(routeID='stop_28', edges=['591899018#0'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_27', typeID='taxiStop', depart='21600', routeID='stop_28')
traci.route.add(routeID='stop_29', edges=['379721536#1'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_28', typeID='taxiStop', depart='21600', routeID='stop_29')
traci.route.add(routeID='stop_30', edges=['379721536#1'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_29', typeID='taxiStop', depart='21600', routeID='stop_30')
traci.route.add(routeID='stop_31', edges=['306793480#6'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_30', typeID='taxiStop', depart='21600', routeID='stop_31')
traci.route.add(routeID='stop_32', edges=['306793480#6'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_31', typeID='taxiStop', depart='21600', routeID='stop_32')
traci.route.add(routeID='stop_33', edges=['825402588#2'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_32', typeID='taxiStop', depart='21600', routeID='stop_33')
traci.route.add(routeID='stop_34', edges=['825402588#2'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_33', typeID='taxiStop', depart='21600', routeID='stop_34')
traci.route.add(routeID='stop_35', edges=['753083361'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_34', typeID='taxiStop', depart='21600', routeID='stop_35')
traci.route.add(routeID='stop_36', edges=['753083361'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_35', typeID='taxiStop', depart='21600', routeID='stop_36')
traci.route.add(routeID='stop_37', edges=['-145069357'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_36', typeID='taxiStop', depart='21600', routeID='stop_37')
traci.route.add(routeID='stop_38', edges=['-145069357'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_37', typeID='taxiStop', depart='21600', routeID='stop_38')
traci.route.add(routeID='stop_39', edges=['32226141#0'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_38', typeID='taxiStop', depart='21600', routeID='stop_39')
traci.route.add(routeID='stop_40', edges=['32226141#0'])
traci.vehicletype.setParameter(objID='taxiStop', param='device.taxi.idle-algorithm', value='stop')
traci.vehicle.add(vehID='taxi_stop_39', typeID='taxiStop', depart='21600', routeID='stop_40')
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_222', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='379721536#1', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='379721536#1', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='306793480#6', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='306793480#6', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-148596540#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_3', reservations=['0'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_223', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='379721536#1', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='379721536#1', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='306793480#6', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='306793480#6', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-20588641#7', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_30', reservations=['1'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_224', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='379721536#1', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='379721536#1', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='306793480#6', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='306793488', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='306793488', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_31', reservations=['2'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_225', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='379721536#1', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='379721536#1', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_28', reservations=['3'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_226', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='379721536#1', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_29', reservations=['4'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_228', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-25316932#8', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_14', reservations=['6'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_227', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='57827548#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_26', reservations=['5'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_229', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='27893434#3', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_4', reservations=['7'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_230', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='27893434#3', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='200908916#3', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_31', reservations=['8'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_232', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='129379930#9', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-23202186#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_20', reservations=['10'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_231', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='129379930#9', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-23202186#2', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-21224504#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_26', reservations=['9'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_233', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='129379930#9', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-169739284', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_16', reservations=['11'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_234', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='129379930#9', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-308849647#1', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_17', reservations=['12'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_235', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='129379930#9', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-26224134#2', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-225856330', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-225856330', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_0', reservations=['13'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_237', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='129379930#9', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-26224134#2', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-129379952#14', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_3', reservations=['15'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_236', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-26224134#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='-61909838#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_21', reservations=['14'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_238', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='158179330#2', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-26224134#2', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-161784059#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_5', reservations=['16'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_240', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-26224134#2', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='48444993', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_22', reservations=['18'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_239', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-26224134#2', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='67238018#0', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='413002080', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='413002080', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_23', reservations=['17'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_241', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-29205273#0', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-26224134#2', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='137435081', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='137435081', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_15', reservations=['19'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_242', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-26224134#2', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_16', reservations=['20'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_243', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-206567933', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-206567933', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_1', reservations=['21'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_244', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-27914965#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_32', reservations=['22'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_245', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-169739284', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-169739284', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_18', reservations=['23'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_246', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-169739284', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='602098904#3', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_10', reservations=['24'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_247', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-169739284', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='201956816#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_19', reservations=['25'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_248', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-169739284', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='32140256#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_15', reservations=['26'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_249', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='266885713', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379952#6', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='28133112#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_0', reservations=['27'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_250', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-129379952#6', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='28133112#2', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_10', reservations=['28'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_251', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='28133112#2', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='192769015', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='816858727#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_6', reservations=['29'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_252', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='28133112#2', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='192769015', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='-20588622', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='140834270#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_28', reservations=['30'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_254', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='28133112#2', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='192769015', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='825402588#2', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='25955084#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_33', reservations=['32'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_253', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='28133112#2', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='192769015', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_30', reservations=['31'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_255', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='28133112#2', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='192769015', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-25699357#0', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-816603274#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_26', reservations=['33'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_257', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-217450852', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='28133112#2', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='192769015', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-153774648#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_2', reservations=['35'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_256', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='28133112#2', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='192769015', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-28252424', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-28252424', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_36', reservations=['34'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_258', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-28013743#10', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='28133112#2', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='192769015', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-225488970', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-225488970', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_0', reservations=['36'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_259', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='28133112#2', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='192769015', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-25665421#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_15', reservations=['37'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_260', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='192769015', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-816195563', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-718802450#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_29', reservations=['38'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_261', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-41539057#2', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='266885713', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='192769015', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_1', reservations=['39'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_262', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='266885713', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='192769015', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='285490885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='285490885', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_11', reservations=['40'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_263', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='266885713', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='817127202#1', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='192769015', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='126446099', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='126446099', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_22', reservations=['41'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_264', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='266885713', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='817127202#1', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='225856329', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='225856329', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_7', reservations=['42'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_266', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-230450347#1', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='266885713', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='817127202#1', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_4', reservations=['44'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_265', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='266885713', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='817127202#1', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='753083361', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='181223451#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_34', reservations=['43'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_267', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='266885713', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='817127202#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_6', reservations=['45'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_269', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-333421783#2', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='817127202#1', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='179332243', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-110212545', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-110212545', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_18', reservations=['47'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_268', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-333421783#2', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='817127202#1', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='120416814#1', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='72562658', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_23', reservations=['46'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_270', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-333421783#2', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='817127202#1', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='61318930#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_15', reservations=['48'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_272', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='129379952#1', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='425100466#0', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-333421783#2', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='37192506#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_5', reservations=['50'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_271', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='129379952#1', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='-333421783#2', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='201775644#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_10', reservations=['49'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_273', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='129379952#1', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-153692841#6', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='763360622', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-283067359#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_21', reservations=['51'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_274', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='129379952#1', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-26642362#3', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-153692841#6', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-32395288#3', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_8', reservations=['52'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_276', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='129379952#1', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='-153692841#6', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='28133179', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='28133179', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_15', reservations=['54'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_275', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='129379952#1', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-52564193#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_38', reservations=['53'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_277', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='129379952#1', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-330908503#0', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='-168243629#2', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-230450350#8', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_30', reservations=['55'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_278', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='129379952#1', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='-168243629#2', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-141058758', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-141058758', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_34', reservations=['56'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_279', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='129379952#1', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-120033091#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_1', reservations=['57'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_280', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-173166321#5', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-32253508', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32201044#0', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='173166321#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_2', reservations=['58'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_284', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-32253508', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='129379952#27', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32201044#0', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='106197386#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_20', reservations=['62'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_283', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-32253508', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='201078447#2', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32201044#0', toEdge='41225169', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='41225169', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_26', reservations=['61'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_282', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-32253508', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-22603932#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32201044#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_14', reservations=['60'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_281', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-32253508', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32201044#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_7', reservations=['59'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_285', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-32253508', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-129379964', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32201044#0', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='194134004#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_9', reservations=['63'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_286', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-32253508', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32201044#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='290388899', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_8', reservations=['64'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_287', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='148596540#2', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32201044#0', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-128361165#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_11', reservations=['65'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_289', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='753083361', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32201044#0', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-25195266#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_35', reservations=['67'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_288', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='32201044#0', toEdge='155458988', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='155458988', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_38', reservations=['66'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_292', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='30054443', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-48444993', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-48444993', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_28', reservations=['70'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_291', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='591899018#0', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-20405622', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-20405622', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_27', reservations=['69'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_290', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-213350773#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_0', reservations=['68'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_294', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='20266189#0', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='523500303', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='523500303', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_29', reservations=['72'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_293', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-145069357', toEdge='-817666073', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='-817666073', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['71'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_299', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-288213480#1', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='32226141#0', toEdge='391606911#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_39', reservations=['77'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_298', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-288213480#1', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='25850446', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='25850446', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_12', reservations=['76'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_297', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='-25148889', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-288213480#1', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='62011798#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_16', reservations=['75'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_295', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-288213480#1', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='gneE144', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='gneE143', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_31', reservations=['73'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_296', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='-15066339#2', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-288213480#1', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='gneE143', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='gneE143', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_4', reservations=['74'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_300', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='37255726#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='37255726#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='37255726#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='51560240', toEdge='37255726#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='37255726#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='37255726#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='37255726#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='37255726#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='37255726#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-288213480#1', toEdge='37255726#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='37255726#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='37255726#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='37255726#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_17', reservations=['78'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_301', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='172497293#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='172497293#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-113796181#3', toEdge='172497293#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='172497293#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='172497293#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='172497293#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='172497293#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='172497293#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='172497293#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-288213480#1', toEdge='172497293#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='172497293#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='172497293#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='172497293#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_13', reservations=['79'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_304', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='28014170#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='28014170#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='-113796181#3', toEdge='28014170#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='28014170#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='28014170#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='28014170#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='28014170#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='28014170#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-288213480#1', toEdge='28014170#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='28014170#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='28014170#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='28014170#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_11', reservations=['82'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_303', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='-484875201#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-484875201#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-484875201#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-484875201#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-484875201#5', toEdge='-484875201#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-484875201#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-484875201#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-288213480#1', toEdge='-484875201#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-484875201#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-484875201#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='-484875201#4', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_22', reservations=['81'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_302', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='-54268333', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='-54268333', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-54268333', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-54268333', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-54268333', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-54268333', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-288213480#1', toEdge='-54268333', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-54268333', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='-54268333', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='-54268333', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_26', reservations=['80'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_306', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='333428400#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='-168172762#1', toEdge='333428400#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='333428400#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='333428400#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='333428400#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='333428400#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='333428400#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='333428400#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='333428400#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='333428400#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_3', reservations=['84'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_305', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='27825654#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='27825654#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='27825654#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='27825654#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='27825654#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='27825654#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='27825654#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='542806891#1', toEdge='27825654#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='27825654#6', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_33', reservations=['83'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_307', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='137133010#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='266885713', toEdge='137133010#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-306876893#1', toEdge='137133010#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-215829222', toEdge='137133010#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='137133010#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='137133010#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='137133010#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='137133010#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='137133010#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='137133010#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='137133010#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='203132183', toEdge='137133010#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-200949423', toEdge='137133010#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_36', reservations=['85'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_311', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='-172522281#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-172522281#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='-172522281#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-306876893#1', toEdge='-172522281#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-215829222', toEdge='-172522281#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-549401642#0', toEdge='-172522281#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='-172522281#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-172522281#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-172522281#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='-172522281#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-172522281#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-172522281#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-172522281#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-200949423', toEdge='-172522281#3', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['89'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_310', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='-30054386#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-30054386#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='-30054386#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-306876893#1', toEdge='-30054386#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-215829222', toEdge='-30054386#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-549401642#0', toEdge='-30054386#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='-30054386#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-30054386#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-30054386#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='-30054386#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-30054386#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-30054386#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-413002076#0', toEdge='-30054386#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_32', reservations=['88'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_309', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='-27781908#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-27781908#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='-27781908#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-306876893#1', toEdge='-27781908#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='-215829222', toEdge='-27781908#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-549401642#0', toEdge='-27781908#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='-27781908#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-27781908#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-27781908#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='-27781908#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-27781908#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-27781908#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_9', reservations=['87'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_308', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-306876893#1', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='-549401642#0', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_14', reservations=['86'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_312', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='-168853069#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-168853069#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='-168853069#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-306876893#1', toEdge='-168853069#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-337986524#1', toEdge='-168853069#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='-168853069#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-168853069#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-168853069#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='-168853069#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-168853069#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-168853069#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_7', reservations=['90'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_313', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='266885713', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-306876893#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='816861896', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_2', reservations=['91'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_314', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='-32140256#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='-32140256#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-306876893#1', toEdge='-32140256#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-145069371#0', toEdge='-32140256#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='-32140256#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='816861896', toEdge='-32140256#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-32140256#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-32140256#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='-32140256#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-32140256#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-32140256#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_6', reservations=['92'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_317', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='144657087#2', toEdge='-28269293', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='-28269293', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='-28269293', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-145069371#0', toEdge='-28269293', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='591899019', toEdge='-28269293', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='-28269293', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='816861896', toEdge='-28269293', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-28269293', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-28269293', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='-28269293', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='-28269293', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-28269293', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-28269293', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-28269293', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_12', reservations=['95'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_316', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='144657087#2', toEdge='38550998#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='38550998#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='38550998#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-145069371#0', toEdge='38550998#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='38550998#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='816861896', toEdge='38550998#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='38550998#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='38550998#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='38550998#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='38550998#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='38550998#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='38550998#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='266885713', toEdge='38550998#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_16', reservations=['94'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_315', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='144657087#2', toEdge='206413856', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='-161789040', toEdge='206413856', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='206413856', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-145069371#0', toEdge='206413856', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='206413856', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='206413856', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='206413856', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='206413856', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='206413856', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='206413856', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='206413856', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='266885713', toEdge='206413856', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_1', reservations=['93'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_319', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='144657087#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-145069371#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-174645627#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='266885713', toEdge='10881202', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_34', reservations=['97'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_318', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='144657087#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-145069371#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-174645627#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_0', reservations=['96'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_323', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-145069371#0', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='173152763#0', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-174645627#0', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-718797712#3', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='25001007#1', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='129379953#1', toEdge='137463474#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_28', reservations=['101'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_322', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='-145069371#0', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='173152763#0', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-174645627#0', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-718797712#3', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='129379953#1', toEdge='22486115#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_8', reservations=['100'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_321', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='168158820#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='173152763#0', toEdge='168158820#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-174645627#0', toEdge='168158820#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='168158820#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='168158820#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='168158820#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='168158820#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='168158820#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='168158820#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='168158820#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='168158820#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-718797712#3', toEdge='168158820#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='168158820#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='129379953#1', toEdge='168158820#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_13', reservations=['99'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_320', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='168853061#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='173152763#0', toEdge='168853061#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='168853061#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='168853061#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='168853061#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='168853061#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='168853061#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='168853061#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='168853061#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='168853061#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='-718797712#3', toEdge='168853061#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='168853061#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='129379953#1', toEdge='168853061#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_26', reservations=['98'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_324', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='32202328', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='173152763#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='266885713', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='129379953#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_33', reservations=['102'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_325', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='32202328', toEdge='-166822311#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='-166822311#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='173152763#0', toEdge='-166822311#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='-166822311#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-166822311#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-166822311#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-166822311#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='-166822311#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='-166822311#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-166822311#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-166822311#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-166822311#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='129379953#1', toEdge='-166822311#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-816466986#2', toEdge='-166822311#4', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_10', reservations=['103'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_327', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='32202328', toEdge='24608844#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='24608844#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='24608844#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='24608844#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='24608844#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='24608844#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='24608844#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='24608844#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='24608844#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='24608844#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='24608844#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='24608844#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='129379953#1', toEdge='24608844#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-816466986#2', toEdge='24608844#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_39', reservations=['104'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_329', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='32202328', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='161784059#0', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='203139714#1', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='129379953#1', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-20588641#7', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_5', reservations=['106'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_328', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='32202328', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='203139714#1', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='129379953#1', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-20588641#7', toEdge='131700652#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_3', reservations=['105'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_332', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-83304180#2', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='203139714#1', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='129379953#1', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-20588641#7', toEdge='-542769273#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_36', reservations=['109'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_331', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-83304180#2', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_9')
traci.vehicle.getTypeID(vehID='taxi_stop_9')
traci.simulation.findRoute(fromEdge='203139714#1', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='gneE138', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-20588641#7', toEdge='gneE138', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_9', reservations=['108'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_330', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-83304180#2', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='-817101509', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-20588641#7', toEdge='-262722742#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_23', reservations=['107'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_334', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-83304180#2', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-20588641#7', toEdge='55693698#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['111'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_333', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-83304180#2', toEdge='153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='153774646', toEdge='153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='153774648#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='153774648#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_15', reservations=['110'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_336', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='170425368', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-549401642#0', toEdge='170425368', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-83304180#2', toEdge='170425368', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='170425368', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='170425368', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='170425368', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='170425368', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='170425368', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='170425368', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='170425368', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='170425368', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='170425368', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='170425368', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='170425368', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='170425368', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_6', reservations=['113'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_335', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-549401642#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='10881202', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_17', reservations=['112'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_337', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-549401642#0', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='24754854#3', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-273123309#0', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='39863083#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_29', reservations=['114'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_338', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-549401642#0', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='24754854#3', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='-131634116#1', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='148596540#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_30', reservations=['115'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_339', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-549401642#0', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='24754854#3', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='-131634116#1', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='286646188#3', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_2', reservations=['116'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_340', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='56863461', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='24754854#3', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='30054837', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='-131634116#1', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='817206446#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_26', reservations=['117'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_345', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='56863461', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='24754854#3', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='288193337#1', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='-131634116#1', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='31026158#7', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='31026158#6', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_34', reservations=['122'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_344', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='56863461', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='24754854#3', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='288193337#1', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='-131634116#1', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-126446106', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='-126446106', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_31', reservations=['121'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_343', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='56863461', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='24754854#3', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='288193337#1', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='-131634116#1', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='26416599#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_27', reservations=['120'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_342', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='56863461', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='24754854#3', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='288193337#1', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='34015253#0', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='-126446127#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_22', reservations=['119'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_341', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='56863461', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='24754854#3', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='288193337#1', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='813022185#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_16', reservations=['118'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_346', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='56863461', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='24754854#3', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='173177794#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_5', reservations=['123'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_348', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='56863461', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='-41539057#3', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='-130185490#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_35', reservations=['125'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_347', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='56863461', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='-41539057#3', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='-41539057#3', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_34', reservations=['124'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_349', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='56863461', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='20266189#1', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-549401642#0', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='-41400364', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='-41400364', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_3', reservations=['126'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_350', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='20266189#1', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='-549401642#0', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='266885713', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='129379952#17', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_17', reservations=['127'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_355', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='20266189#1', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='266885713', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='439432581', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='131634138#2', toEdge='439432581', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_39', reservations=['132'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_354', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='20266189#1', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='266885713', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='172521266', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_1', reservations=['131'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_353', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='20266189#1', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='-112979094#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_24', reservations=['130'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_352', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='20266189#1', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_14')
traci.vehicle.getTypeID(vehID='taxi_stop_14')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='266885713', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='413002077#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_14', reservations=['129'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_351', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='28114295#0', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='20266189#1', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-435562885', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='-435562885', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_7', reservations=['128'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_357', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='20266189#1', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='-131700652#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_36', reservations=['134'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_356', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='20266189#1', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-397584419', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='127076905#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_25', reservations=['133'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_354', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='93128019#1', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='20266189#1', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='172521266', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='172521266', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_1', reservations=['131'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_360', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge=':255883434_9', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='20266189#1', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='26339626#1', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='-213842022#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_1', reservations=['137'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_359', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-333421790', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-333421790', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-333421790', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-333421790', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='20266189#1', toEdge='-333421790', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-333421790', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='-807310154', toEdge='-333421790', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-333421790', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-333421790', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-333421790', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='26339626#1', toEdge='-333421790', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='-333421790', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='-333421790', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='-333421790', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='-333421790', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_18', reservations=['136'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_358', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-75123449', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-75123449', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-75123449', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-75123449', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='20266189#1', toEdge='-75123449', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-75123449', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-75123449', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-75123449', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-75123449', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='26339626#1', toEdge='-75123449', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='-75123449', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='-75123449', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='-75123449', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='-75123449', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_12', reservations=['135'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_361', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-131634140#2', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='26339626#1', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_32')
traci.vehicle.getTypeID(vehID='taxi_stop_32')
traci.simulation.findRoute(fromEdge='-726080889#3', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='130185490#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_32', reservations=['138'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_363', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-131634140#2', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='-752837945#1', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='26339626#1', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_30')
traci.vehicle.getTypeID(vehID='taxi_stop_30')
traci.simulation.findRoute(fromEdge='-344545842#0', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='128361123#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_30', reservations=['140'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_362', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-131634140#2', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='-752837945#1', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='26339626#1', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='-202952227', toEdge='-32598755#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['139'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_367', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-131634140#2', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='-752837945#1', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='26339626#1', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='677541740#0', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='82627284#2', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='28738529#7', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_29', reservations=['144'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_366', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-131634140#2', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='-752837945#1', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_19')
traci.vehicle.getTypeID(vehID='taxi_stop_19')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='26339626#1', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='677541740#0', toEdge='72562658', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='72562658', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_19', reservations=['143'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_365', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-131634140#2', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='-752837945#1', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='26339626#1', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='677541740#0', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='24608844#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_5', reservations=['142'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_364', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='-131634140#2', toEdge='131634145#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='131634145#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='131634145#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='131634145#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='131634145#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='131634145#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='131634145#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='131634145#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='131634145#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='131634145#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='131634145#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='26339626#1', toEdge='131634145#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='677541740#0', toEdge='131634145#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='131634145#3', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_2', reservations=['141'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_370', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='808377741', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='26339626#1', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='677541740#0', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_33')
traci.vehicle.getTypeID(vehID='taxi_stop_33')
traci.simulation.findRoute(fromEdge='-215333131#2', toEdge='-816749706#4', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_33', reservations=['147'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_369', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-284224052#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-284224052#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-284224052#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-284224052#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-284224052#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-284224052#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-284224052#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-284224052#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='808377741', toEdge='-284224052#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-284224052#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='832481042#0', toEdge='-284224052#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='-284224052#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='26339626#1', toEdge='-284224052#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='677541740#0', toEdge='-284224052#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_21', reservations=['146'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_368', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-817107237', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-817107237', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-817107237', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-817107237', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='204588664#2', toEdge='-817107237', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-817107237', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-817107237', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-817107237', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='808377741', toEdge='-817107237', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-817107237', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='-817107237', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='26339626#1', toEdge='-817107237', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='677541740#0', toEdge='-817107237', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_10', reservations=['145'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_371', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-23291881', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='206567931', toEdge='-23291881', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-23291881', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-23291881', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-23291881', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-23291881', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-23291881', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-23291881', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='808377741', toEdge='-23291881', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-23291881', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='-23291881', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='26339626#1', toEdge='-23291881', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='145069336#0', toEdge='-23291881', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='677541740#0', toEdge='-23291881', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='-24608846#1', toEdge='-23291881', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_26', reservations=['148'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_373', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-780108805', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='206567931', toEdge='-780108805', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-780108805', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-780108805', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-780108805', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-780108805', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-780108805', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-780108805', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='808377741', toEdge='-780108805', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-780108805', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='-780108805', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_27')
traci.vehicle.getTypeID(vehID='taxi_stop_27')
traci.simulation.findRoute(fromEdge='145069336#0', toEdge='-780108805', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='677541740#0', toEdge='-780108805', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='-24608846#1', toEdge='-780108805', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_27', reservations=['150'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_372', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-156791366#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='206567931', toEdge='-156791366#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-156791366#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-156791366#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-156791366#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-156791366#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-156791366#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-156791366#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_16')
traci.vehicle.getTypeID(vehID='taxi_stop_16')
traci.simulation.findRoute(fromEdge='808377741', toEdge='-156791366#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-156791366#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='-156791366#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='677541740#0', toEdge='-156791366#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='-24608846#1', toEdge='-156791366#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_16', reservations=['149'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_374', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='213350775#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='206567931', toEdge='213350775#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='213350775#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='213350775#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='213350775#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='213350775#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='213350775#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='213350775#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='213350775#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='213350775#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='677541740#0', toEdge='213350775#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='-24608846#1', toEdge='213350775#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='213350775#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='213350775#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_34', reservations=['151'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_375', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='206567931', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='677541740#0', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-173166321#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_1', reservations=['152'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_377', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_23')
traci.vehicle.getTypeID(vehID='taxi_stop_23')
traci.simulation.findRoute(fromEdge='337875143#2', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='677541740#0', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='137500982#3', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_23', reservations=['154'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_376', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_28')
traci.vehicle.getTypeID(vehID='taxi_stop_28')
traci.simulation.findRoute(fromEdge='677541740#0', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='-774543491', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-774543491', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_28', reservations=['153'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_378', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['155'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_379', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['156'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_378', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='399835087#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['155'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_380', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['157'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_379', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-140737948#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['156'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_382', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='20405628#1', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['159'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_381', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='20405628#1', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['158'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_380', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='20405628#1', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='24498193#1', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['157'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_383', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='23621955#12', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='20405628#1', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-808797810', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['160'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_382', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='23621955#12', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='20405628#1', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-148050451#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['159'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_381', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='23621955#12', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='20405628#1', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='32201044#4', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['158'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_386', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='23621955#12', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='20405628#1', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['163'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_385', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='23621955#12', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='20405628#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['162'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_384', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='23621955#12', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='20405628#1', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['161'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_383', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='23621955#12', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='20405628#1', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='318763112', toEdge='-808797810', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-808797810', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['160'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_389', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='23621955#12', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='20405628#1', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='64464377#3', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='24895300#4', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='23622106#5', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-159579401#7', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_15', reservations=['166'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_388', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='23621955#12', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='20405628#1', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='64464377#3', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_29')
traci.vehicle.getTypeID(vehID='taxi_stop_29')
traci.simulation.findRoute(fromEdge='-391606911#0', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='23622106#5', toEdge='-25804122', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-25804122', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_29', reservations=['165'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_387', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='23621955#12', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_2')
traci.vehicle.getTypeID(vehID='taxi_stop_2')
traci.simulation.findRoute(fromEdge='20405628#1', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='64464377#3', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='23622106#5', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='26339627#3', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_2', reservations=['164'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_386', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='23621955#12', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='64464377#3', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_18')
traci.vehicle.getTypeID(vehID='taxi_stop_18')
traci.simulation.findRoute(fromEdge='131634136', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='23622106#5', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-24733323#3', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_18', reservations=['163'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_385', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_1')
traci.vehicle.getTypeID(vehID='taxi_stop_1')
traci.simulation.findRoute(fromEdge='23621955#12', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='64464377#3', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='23622106#5', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_1', reservations=['162'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_384', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='64464377#3', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_36')
traci.vehicle.getTypeID(vehID='taxi_stop_36')
traci.simulation.findRoute(fromEdge='158180483#3', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='23622106#5', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-58622232#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_36', reservations=['161'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_390', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='64464377#3', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_11')
traci.vehicle.getTypeID(vehID='taxi_stop_11')
traci.simulation.findRoute(fromEdge='gneE143', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='25597372', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='25149219#1', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='266885713', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='23622106#5', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='26339623#2', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_11', reservations=['167'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_392', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='64464377#3', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='25597372', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='25149219#1', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='266885713', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='23622106#5', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_38')
traci.vehicle.getTypeID(vehID='taxi_stop_38')
traci.simulation.findRoute(fromEdge='354967514#2', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='26339623#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_38', reservations=['169'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_391', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='64464377#3', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='25597372', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='25149219#1', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_37')
traci.vehicle.getTypeID(vehID='taxi_stop_37')
traci.simulation.findRoute(fromEdge='23622106#5', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-173177790#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_37', reservations=['168'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_393', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_3')
traci.vehicle.getTypeID(vehID='taxi_stop_3')
traci.simulation.findRoute(fromEdge='785858199#1', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='64464377#3', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='25597372', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='25149219#1', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-435275873', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-435275873', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_3', reservations=['170'])
traci.vehicle.getTaxiFleet(flag=0)
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.simulationStep()
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getTaxiReservations(onlyNew=0)
traci.person.getEdges(personID='Request_395', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='64464377#3', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='25597372', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='523500307', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-226665987#3', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-26416601#0', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='25149219#1', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='266885713', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_34')
traci.vehicle.getTypeID(vehID='taxi_stop_34')
traci.simulation.findRoute(fromEdge='165414587#0', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='-56045730#0', vType='taxiStop')
traci.vehicle.dispatchTaxi(vehID='taxi_stop_34', reservations=['172'])
traci.vehicle.getTaxiFleet(flag=0)
traci.person.getEdges(personID='Request_394', nextStageIndex=0)
traci.vehicle.getRoadID(vehID='taxi_stop_0')
traci.vehicle.getTypeID(vehID='taxi_stop_0')
traci.simulation.findRoute(fromEdge='-126446095', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_4')
traci.vehicle.getTypeID(vehID='taxi_stop_4')
traci.simulation.findRoute(fromEdge='126446130#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_5')
traci.vehicle.getTypeID(vehID='taxi_stop_5')
traci.simulation.findRoute(fromEdge='25850446', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_6')
traci.vehicle.getTypeID(vehID='taxi_stop_6')
traci.simulation.findRoute(fromEdge='-151345399', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_7')
traci.vehicle.getTypeID(vehID='taxi_stop_7')
traci.simulation.findRoute(fromEdge='-159646354', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_8')
traci.vehicle.getTypeID(vehID='taxi_stop_8')
traci.simulation.findRoute(fromEdge='433809275#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_10')
traci.vehicle.getTypeID(vehID='taxi_stop_10')
traci.simulation.findRoute(fromEdge='64464377#3', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_12')
traci.vehicle.getTypeID(vehID='taxi_stop_12')
traci.simulation.findRoute(fromEdge='25597372', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_13')
traci.vehicle.getTypeID(vehID='taxi_stop_13')
traci.simulation.findRoute(fromEdge='-399835085#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_15')
traci.vehicle.getTypeID(vehID='taxi_stop_15')
traci.simulation.findRoute(fromEdge='523500307', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_17')
traci.vehicle.getTypeID(vehID='taxi_stop_17')
traci.simulation.findRoute(fromEdge='266885713', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_20')
traci.vehicle.getTypeID(vehID='taxi_stop_20')
traci.simulation.findRoute(fromEdge='35417466#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_21')
traci.vehicle.getTypeID(vehID='taxi_stop_21')
traci.simulation.findRoute(fromEdge='137435081', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_22')
traci.vehicle.getTypeID(vehID='taxi_stop_22')
traci.simulation.findRoute(fromEdge='-226665987#3', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_24')
traci.vehicle.getTypeID(vehID='taxi_stop_24')
traci.simulation.findRoute(fromEdge='-26416601#0', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_25')
traci.vehicle.getTypeID(vehID='taxi_stop_25')
traci.simulation.findRoute(fromEdge='-27872583#0', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_26')
traci.vehicle.getTypeID(vehID='taxi_stop_26')
traci.simulation.findRoute(fromEdge='25149219#1', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_31')
traci.vehicle.getTypeID(vehID='taxi_stop_31')
traci.simulation.findRoute(fromEdge='266885713', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_35')
traci.vehicle.getTypeID(vehID='taxi_stop_35')
traci.simulation.findRoute(fromEdge='-816806962', toEdge='23623717', vType='taxiStop')
traci.vehicle.getRoadID(vehID='taxi_stop_39')
traci.vehicle.getTypeID(vehID='taxi_stop_39')
traci.simulation.findRoute(fromEdge='-83304180#1', toEdge='23623717', vType='taxiStop')

Back to the top