Vehicle Routing Problem in Python, Add Item command

1940
1
01-09-2017 01:56 AM
MohsenZare
New Contributor

Hi

I'm making Vehicle Routing Problem layers in Python, and I don't want to add any routes for the VRP layer. Can this be done in python as there is an equivalent "Add Item" command in ArcMap?

Thank you

0 Kudos
1 Reply
RyanBosley
New Contributor II

The way I got around this was to create a Routes table and use it as the Input Locations parameter for the Add Locations tool.

0 Kudos