Planning

Exemplo 2 – Operações com múltiplos veículos

Descrição do problema

Neste exemplo, temos uma requisição para resolver um problema logístico de uma empresa com uma frota de 4 veículos, sendo 2 caminhões com a tipologia VUC e outros dois caminhões com tipologia VUC ¾, e há 40 ordens de serviços de entregas na Região Metropolitana de São Paulo.

Das 40 entregas, 15 possuem restrição de janela de horário, ou seja, o cliente só pode receber em um determinado período.


25
LOCAIS SEM RESTRIÇÃO DE JANELA HORÁRIA

15
LOCAIS COM RESTRIÇÃO DE JANELA HORÁRIA

1
DEPÓSITO

2
CAMINHÕES DO TIPO VUC 3⁄4

2
CAMINHÕES DO TIPO VUC

40 
PEDIDOS DE 2 KG E 2 M³
Descrição do problema logístico

Os 40 locais de entrega estão espalhados pela Região Metropolitana de São Paulo, conforme imagem abaixo:

Locais de entrega

Requisição completa

A requisição completa pode ser conferida abaixo:

{
    "optimizationProfile": "BRAZIL46",
    "tripsProfile": "MAPLINKBR",
    "startDate": 1620298800000,
    "legislationProfiles": [
        {
            "name": "DEFAULT"
        }
    ],
    "logisticConstraints": [
        {
            "name": "P1Pickup",
            "siteLoadingFixedTime": 1800
        },
        {
            "name": "P1Delivery",
            "siteUnloadingFixedTime": 300
        }
    ],
    "products": [
        {
            "name": "DEFAULT"
        }
    ],
    "sites": [
        {
            "name": "Cliente1",
            "coordinates": {
                "latitude": -23.507608,
                "longitude": -46.587145
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente2",
            "coordinates": {
                "latitude": -23.621059,
                "longitude": -46.756193
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente3",
            "coordinates": {
                "latitude": -23.449350,
                "longitude": -46.588822
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente4",
            "coordinates": {
                "latitude": -23.751801,
                "longitude": -46.698468
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente5",
            "coordinates": {
                "latitude": -23.520565,
                "longitude": -46.508478
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente6",
            "coordinates": {
                "latitude": -23.506592,
                "longitude": -46.524707
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente7",
            "coordinates": {
                "latitude": -23.646993,
                "longitude": -46.779077
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente8",
            "coordinates": {
                "latitude": -23.373816,
                "longitude": -46.577770
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente9",
            "coordinates": {
                "latitude": -23.476158,
                "longitude": -46.640241
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente10",
            "coordinates": {
                "latitude": -23.761565,
                "longitude": -46.655746
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente11",
            "coordinates": {
                "latitude": -23.614576,
                "longitude": -46.663392
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente12",
            "coordinates": {
                "latitude": -23.490242,
                "longitude": -46.436922
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente13",
            "coordinates": {
                "latitude": -23.563826,
                "longitude": -46.461585
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente14",
            "coordinates": {
                "latitude": -23.667805,
                "longitude": -46.730788
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente15",
            "coordinates": {
                "latitude": -23.577714,
                "longitude": -46.516821
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente16",
            "coordinates": {
                "latitude": -23.509380,
                "longitude": -46.605748
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente17",
            "coordinates": {
                "latitude": -23.636983,
                "longitude": -46.754985
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente18",
            "coordinates": {
                "latitude": -23.555013,
                "longitude": -46.453218
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente19",
            "coordinates": {
                "latitude": -23.491309,
                "longitude": -46.473965
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente20",
            "coordinates": {
                "latitude": -23.511096,
                "longitude": -46.394369
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente21",
            "coordinates": {
                "latitude": -23.545318,
                "longitude": -46.742662
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente22",
            "coordinates": {
                "latitude": -23.775297,
                "longitude": -46.675375
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente23",
            "coordinates": {
                "latitude": -23.539712,
                "longitude": -46.414413
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente24",
            "coordinates": {
                "latitude": -23.499514,
                "longitude": -46.403638
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente25",
            "coordinates": {
                "latitude": -23.640303,
                "longitude": -46.748877
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente26",
            "coordinates": {
                "latitude": -23.566131,
                "longitude": -46.468712
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente27",
            "coordinates": {
                "latitude": -23.533705,
                "longitude": -46.610324
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente28",
            "coordinates": {
                "latitude": -23.501643,
                "longitude": -46.404227
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente29",
            "coordinates": {
                "latitude": -23.545084,
                "longitude": -46.500491
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente30",
            "coordinates": {
                "latitude": -23.503554,
                "longitude": -46.452308
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente31",
            "coordinates": {
                "latitude": -23.549323,
                "longitude": -46.398843
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente32",
            "coordinates": {
                "latitude": -23.485898,
                "longitude": -46.604788
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente33",
            "coordinates": {
                "latitude": -23.698826,
                "longitude": -46.778464
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente34",
            "coordinates": {
                "latitude": -23.598558,
                "longitude": -46.485913
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente35",
            "coordinates": {
                "latitude": -23.624197,
                "longitude": -46.607246
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente36",
            "coordinates": {
                "latitude": -23.613921,
                "longitude": -46.471401
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente37",
            "coordinates": {
                "latitude": -23.535391,
                "longitude": -46.401867
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente38",
            "coordinates": {
                "latitude": -23.536688,
                "longitude": -46.405790
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente39",
            "coordinates": {
                "latitude": -23.734260,
                "longitude": -46.745064
            },
            "logisticConstraints": "P1Delivery"
        },
        {
            "name": "Cliente40",
            "coordinates": {
                "latitude": -23.498393,
                "longitude": -46.403411
            },
            "logisticConstraints": "P1Delivery"
        }
    ],
    "depots": [
        {
            "name": "CD",
            "coordinates": {
                "latitude": -23.503939,
                "longitude": -46.498419
            },
            "logisticConstraints": "P1Pickup"
        }
    ],
    "vehicleTypes": [
        {
            "name": "VUC",
            "maxVolume": 20,
            "maxWeight": 12000,
            "size": 1
        },
        {
            "name": "3/4",
            "maxVolume": 30,
            "maxWeight": 15000,
            "size": 1
        }
    ],
    "vehicles": [
        {
            "name": "VUC_1",
            "vehicleType": "VUC",
            "legislationProfile": "DEFAULT",
            "availablePeriods": [
                {
                    "departureSite": "CD",
                    "arrivalSite": "CD",
                    "timeWindow": {
                        "start": 1620298800000,
                        "end": 1620334800000
                    },
                    "maxRoutesNumber": 1
                }
            ]
        },
        {
            "name": "VUC_2",
            "vehicleType": "VUC",
            "legislationProfile": "DEFAULT",
            "availablePeriods": [
                {
                    "departureSite": "CD",
                    "arrivalSite": "CD",
                    "timeWindow": {
                        "start": 1620298800000,
                        "end": 1620334800000
                    },
                    "maxRoutesNumber": 1
                }
            ]
        },
        {
            "name": "3/4_1",
            "vehicleType": "3/4",
            "legislationProfile": "DEFAULT",
            "availablePeriods": [
                {
                    "departureSite": "CD",
                    "arrivalSite": "CD",
                    "timeWindow": {
                        "start": 1620298800000,
                        "end": 1620334800000
                    },
                    "maxRoutesNumber": 1
                }
            ]
        },
        {
            "name": "3/4_2",
            "vehicleType": "3/4",
            "legislationProfile": "DEFAULT",
            "availablePeriods": [
                {
                    "departureSite": "CD",
                    "arrivalSite": "CD",
                    "timeWindow": {
                        "start": 1620298800000,
                        "end": 1620334800000
                    },
                    "maxRoutesNumber": 1
                }
            ]
        }
    ],
    "operations": [
        {
            "id": "P1",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente1",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P2",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente2",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P3",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente3",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P4",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente4",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P5",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente4",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P6",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente6",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P7",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente7",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P8",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente8",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P9",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente9",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P10",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente10",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P11",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente11",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P12",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente12",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P13",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente13",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P14",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente14",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P15",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente15",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620309600000
                }
            ]
        },
        {
            "id": "P16",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente16",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P17",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente17",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P18",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente18",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P19",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente19",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P20",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente20",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P21",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente21",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P22",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente22",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P23",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente23",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P24",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente24",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P25",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente25",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P26",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente26",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P27",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente27",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P28",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente28",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P29",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente29",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P30",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente30",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P31",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente31",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P32",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente32",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P33",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente33",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P34",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente34",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P35",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente35",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P36",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente36",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P37",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente37",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P38",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente38",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P39",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente39",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        },
        {
            "id": "P40",
            "weight": 2,
            "volume": 2,
            "product": "DEFAULT",
            "type": "DELIVERY",
            "depotSite": "CD",
            "customerSite": "Cliente40",
            "customerTimeWindows": [
                {
                    "start": 1620302400000,
                    "end": 1620331200000
                }
            ]
        }
    ]
}

Solução do problema logístico

A resposta da API retornará no formato json com o melhor sequenciamento das operações de entrega para cada veículo.

Em um mapa será possível visualizar o sequenciamento das operações de cada veículo:

Solução do problema logístico

Resposta completa

A resposta completa pode ser conferida abaixo:

{
    "id": "6a036244f6f15142ce54b9ea",
    "clientId": "maplink",
    "vehicleRoutes": [
        {
            "routes": [
                {
                    "id": "NewRoute_1_1",
                    "activities": [
                        {
                            "activity": "ROUTE_START",
                            "timeWindow": {
                                "start": 1620298800000,
                                "end": 1620298800000
                            },
                            "type": "SITE",
                            "site": "CD",
                            "operations": []
                        },
                        {
                            "activity": "LOADING",
                            "timeWindow": {
                                "start": 1620298800000,
                                "end": 1620300600000
                            },
                            "type": "SITE",
                            "site": "CD",
                            "fixedTimeSite": 1800,
                            "volume": 18.0,
                            "weight": 18.0,
                            "operations": [
                                "P21",
                                "P11",
                                "P2",
                                "P25",
                                "P17",
                                "P7",
                                "P14",
                                "P39",
                                "P33"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620300600000,
                                "end": 1620302921000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente11",
                            "departureSite": "CD",
                            "distance": 29552,
                            "nominalDuration": 2321
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620302921000,
                                "end": 1620303221000
                            },
                            "type": "SITE",
                            "site": "Cliente11",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P11"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620303221000,
                                "end": 1620304273000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente14",
                            "departureSite": "Cliente11",
                            "distance": 11779,
                            "nominalDuration": 1052
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620304273000,
                                "end": 1620304573000
                            },
                            "type": "SITE",
                            "site": "Cliente14",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P14"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620304573000,
                                "end": 1620306038000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente39",
                            "departureSite": "Cliente14",
                            "distance": 12420,
                            "nominalDuration": 1465
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620306038000,
                                "end": 1620306338000
                            },
                            "type": "SITE",
                            "site": "Cliente39",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P39"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620306338000,
                                "end": 1620307470000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente33",
                            "departureSite": "Cliente39",
                            "distance": 7038,
                            "nominalDuration": 1132
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620307470000,
                                "end": 1620307770000
                            },
                            "type": "SITE",
                            "site": "Cliente33",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P33"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620307770000,
                                "end": 1620308544000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente7",
                            "departureSite": "Cliente33",
                            "distance": 7108,
                            "nominalDuration": 774
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620308544000,
                                "end": 1620308844000
                            },
                            "type": "SITE",
                            "site": "Cliente7",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P7"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620308844000,
                                "end": 1620309247000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente2",
                            "departureSite": "Cliente7",
                            "distance": 4289,
                            "nominalDuration": 403
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620309247000,
                                "end": 1620309547000
                            },
                            "type": "SITE",
                            "site": "Cliente2",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P2"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620309547000,
                                "end": 1620310017000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente17",
                            "departureSite": "Cliente2",
                            "distance": 2611,
                            "nominalDuration": 470
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620310017000,
                                "end": 1620310317000
                            },
                            "type": "SITE",
                            "site": "Cliente17",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P17"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620310317000,
                                "end": 1620310566000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente25",
                            "departureSite": "Cliente17",
                            "distance": 1384,
                            "nominalDuration": 249
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620310566000,
                                "end": 1620310866000
                            },
                            "type": "SITE",
                            "site": "Cliente25",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P25"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620310866000,
                                "end": 1620312358000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente21",
                            "departureSite": "Cliente25",
                            "distance": 20285,
                            "nominalDuration": 1492
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620312358000,
                                "end": 1620312658000
                            },
                            "type": "SITE",
                            "site": "Cliente21",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P21"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620312658000,
                                "end": 1620315035000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "CD",
                            "departureSite": "Cliente21",
                            "distance": 34354,
                            "nominalDuration": 2377
                        },
                        {
                            "activity": "ROUTE_END",
                            "timeWindow": {
                                "start": 1620315035000,
                                "end": 1620315035000
                            },
                            "type": "SITE",
                            "site": "CD",
                            "operations": []
                        }
                    ]
                }
            ],
            "vehicle": "VUC_2",
            "period": {
                "timeWindow": {
                    "start": 1620298800000,
                    "end": 1620334800000
                },
                "departureSite": "CD",
                "arrivalSite": "CD",
                "maxRoutesNumber": 1
            }
        },
        {
            "routes": [
                {
                    "id": "NewRoute_2_1",
                    "activities": [
                        {
                            "activity": "ROUTE_START",
                            "timeWindow": {
                                "start": 1620298800000,
                                "end": 1620298800000
                            },
                            "type": "SITE",
                            "site": "CD",
                            "operations": []
                        },
                        {
                            "activity": "LOADING",
                            "timeWindow": {
                                "start": 1620298800000,
                                "end": 1620300600000
                            },
                            "type": "SITE",
                            "site": "CD",
                            "fixedTimeSite": 1800,
                            "volume": 22.0,
                            "weight": 22.0,
                            "operations": [
                                "P32",
                                "P27",
                                "P10",
                                "P22",
                                "P4",
                                "P5",
                                "P35",
                                "P16",
                                "P9",
                                "P8",
                                "P3"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620300600000,
                                "end": 1620302573000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente8",
                            "departureSite": "CD",
                            "distance": 27767,
                            "nominalDuration": 1973
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620302573000,
                                "end": 1620302873000
                            },
                            "type": "SITE",
                            "site": "Cliente8",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P8"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620302873000,
                                "end": 1620304017000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente3",
                            "departureSite": "Cliente8",
                            "distance": 13907,
                            "nominalDuration": 1144
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620304017000,
                                "end": 1620304317000
                            },
                            "type": "SITE",
                            "site": "Cliente3",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P3"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620304317000,
                                "end": 1620305221000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente9",
                            "departureSite": "Cliente3",
                            "distance": 7902,
                            "nominalDuration": 904
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620305221000,
                                "end": 1620305521000
                            },
                            "type": "SITE",
                            "site": "Cliente9",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P9"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620305521000,
                                "end": 1620308648000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente4",
                            "departureSite": "Cliente9",
                            "distance": 38654,
                            "nominalDuration": 3127
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620308648000,
                                "end": 1620308948000
                            },
                            "type": "SITE",
                            "site": "Cliente4",
                            "fixedTimeSite": 300,
                            "volume": 4.0,
                            "weight": 4.0,
                            "operations": [
                                "P4",
                                "P5"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620308948000,
                                "end": 1620309564000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente10",
                            "departureSite": "Cliente4",
                            "distance": 6843,
                            "nominalDuration": 616
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620309564000,
                                "end": 1620309864000
                            },
                            "type": "SITE",
                            "site": "Cliente10",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P10"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620309864000,
                                "end": 1620310338000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente22",
                            "departureSite": "Cliente10",
                            "distance": 4480,
                            "nominalDuration": 474
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620310338000,
                                "end": 1620310638000
                            },
                            "type": "SITE",
                            "site": "Cliente22",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P22"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620310638000,
                                "end": 1620313237000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente35",
                            "departureSite": "Cliente22",
                            "distance": 27302,
                            "nominalDuration": 2599
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620313237000,
                                "end": 1620313537000
                            },
                            "type": "SITE",
                            "site": "Cliente35",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P35"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620313537000,
                                "end": 1620314777000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente27",
                            "departureSite": "Cliente35",
                            "distance": 12791,
                            "nominalDuration": 1240
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620314777000,
                                "end": 1620315077000
                            },
                            "type": "SITE",
                            "site": "Cliente27",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P27"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620315077000,
                                "end": 1620315440000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente16",
                            "departureSite": "Cliente27",
                            "distance": 4034,
                            "nominalDuration": 363
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620315440000,
                                "end": 1620315740000
                            },
                            "type": "SITE",
                            "site": "Cliente16",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P16"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620315740000,
                                "end": 1620316102000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente32",
                            "departureSite": "Cliente16",
                            "distance": 3813,
                            "nominalDuration": 362
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620316102000,
                                "end": 1620316402000
                            },
                            "type": "SITE",
                            "site": "Cliente32",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P32"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620316402000,
                                "end": 1620317913000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "CD",
                            "departureSite": "Cliente32",
                            "distance": 16905,
                            "nominalDuration": 1511
                        },
                        {
                            "activity": "ROUTE_END",
                            "timeWindow": {
                                "start": 1620317913000,
                                "end": 1620317913000
                            },
                            "type": "SITE",
                            "site": "CD",
                            "operations": []
                        }
                    ]
                }
            ],
            "vehicle": "3/4_2",
            "period": {
                "timeWindow": {
                    "start": 1620298800000,
                    "end": 1620334800000
                },
                "departureSite": "CD",
                "arrivalSite": "CD",
                "maxRoutesNumber": 1
            }
        },
        {
            "routes": [
                {
                    "id": "NewRoute_3_1",
                    "activities": [
                        {
                            "activity": "ROUTE_START",
                            "timeWindow": {
                                "start": 1620299691000,
                                "end": 1620299691000
                            },
                            "type": "SITE",
                            "site": "CD",
                            "operations": []
                        },
                        {
                            "activity": "LOADING",
                            "timeWindow": {
                                "start": 1620299691000,
                                "end": 1620301491000
                            },
                            "type": "SITE",
                            "site": "CD",
                            "fixedTimeSite": 1800,
                            "volume": 30.0,
                            "weight": 30.0,
                            "operations": [
                                "P36",
                                "P31",
                                "P37",
                                "P15",
                                "P38",
                                "P34",
                                "P23",
                                "P20",
                                "P40",
                                "P28",
                                "P24",
                                "P13",
                                "P18",
                                "P26",
                                "P29"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620301491000,
                                "end": 1620302400000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente29",
                            "departureSite": "CD",
                            "distance": 6852,
                            "nominalDuration": 909
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620302400000,
                                "end": 1620302700000
                            },
                            "type": "SITE",
                            "site": "Cliente29",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P29"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620302700000,
                                "end": 1620303313000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente15",
                            "departureSite": "Cliente29",
                            "distance": 6112,
                            "nominalDuration": 613
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620303313000,
                                "end": 1620303613000
                            },
                            "type": "SITE",
                            "site": "Cliente15",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P15"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620303613000,
                                "end": 1620304286000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente36",
                            "departureSite": "Cliente15",
                            "distance": 7167,
                            "nominalDuration": 673
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620304286000,
                                "end": 1620304586000
                            },
                            "type": "SITE",
                            "site": "Cliente36",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P36"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620304586000,
                                "end": 1620304803000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente34",
                            "departureSite": "Cliente36",
                            "distance": 2414,
                            "nominalDuration": 217
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620304803000,
                                "end": 1620305103000
                            },
                            "type": "SITE",
                            "site": "Cliente34",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P34"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620305103000,
                                "end": 1620305646000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente26",
                            "departureSite": "Cliente34",
                            "distance": 5746,
                            "nominalDuration": 543
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620305646000,
                                "end": 1620305946000
                            },
                            "type": "SITE",
                            "site": "Cliente26",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P26"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620305946000,
                                "end": 1620306144000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente13",
                            "departureSite": "Cliente26",
                            "distance": 1372,
                            "nominalDuration": 198
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620306144000,
                                "end": 1620306444000
                            },
                            "type": "SITE",
                            "site": "Cliente13",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P13"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620306444000,
                                "end": 1620306709000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente18",
                            "departureSite": "Cliente13",
                            "distance": 1954,
                            "nominalDuration": 265
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620306709000,
                                "end": 1620307009000
                            },
                            "type": "SITE",
                            "site": "Cliente18",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P18"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620307009000,
                                "end": 1620307741000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente31",
                            "departureSite": "Cliente18",
                            "distance": 7753,
                            "nominalDuration": 732
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620307741000,
                                "end": 1620308041000
                            },
                            "type": "SITE",
                            "site": "Cliente31",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P31"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620308041000,
                                "end": 1620308377000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente23",
                            "departureSite": "Cliente31",
                            "distance": 3274,
                            "nominalDuration": 336
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620308377000,
                                "end": 1620308677000
                            },
                            "type": "SITE",
                            "site": "Cliente23",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P23"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620308677000,
                                "end": 1620308889000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente38",
                            "departureSite": "Cliente23",
                            "distance": 1698,
                            "nominalDuration": 212
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620308889000,
                                "end": 1620309189000
                            },
                            "type": "SITE",
                            "site": "Cliente38",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P38"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620309189000,
                                "end": 1620309290000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente37",
                            "departureSite": "Cliente38",
                            "distance": 813,
                            "nominalDuration": 101
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620309290000,
                                "end": 1620309590000
                            },
                            "type": "SITE",
                            "site": "Cliente37",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P37"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620309590000,
                                "end": 1620309985000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente20",
                            "departureSite": "Cliente37",
                            "distance": 4137,
                            "nominalDuration": 395
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620309985000,
                                "end": 1620310285000
                            },
                            "type": "SITE",
                            "site": "Cliente20",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P20"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620310285000,
                                "end": 1620310582000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente28",
                            "departureSite": "Cliente20",
                            "distance": 2304,
                            "nominalDuration": 297
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620310582000,
                                "end": 1620310882000
                            },
                            "type": "SITE",
                            "site": "Cliente28",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P28"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620310882000,
                                "end": 1620310928000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente24",
                            "departureSite": "Cliente28",
                            "distance": 253,
                            "nominalDuration": 46
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620310928000,
                                "end": 1620311228000
                            },
                            "type": "SITE",
                            "site": "Cliente24",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P24"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620311228000,
                                "end": 1620311301000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente40",
                            "departureSite": "Cliente24",
                            "distance": 407,
                            "nominalDuration": 73
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620311301000,
                                "end": 1620311601000
                            },
                            "type": "SITE",
                            "site": "Cliente40",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P40"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620311601000,
                                "end": 1620312709000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "CD",
                            "departureSite": "Cliente40",
                            "distance": 11530,
                            "nominalDuration": 1108
                        },
                        {
                            "activity": "ROUTE_END",
                            "timeWindow": {
                                "start": 1620312709000,
                                "end": 1620312709000
                            },
                            "type": "SITE",
                            "site": "CD",
                            "operations": []
                        }
                    ]
                }
            ],
            "vehicle": "3/4_1",
            "period": {
                "timeWindow": {
                    "start": 1620298800000,
                    "end": 1620334800000
                },
                "departureSite": "CD",
                "arrivalSite": "CD",
                "maxRoutesNumber": 1
            }
        },
        {
            "routes": [
                {
                    "id": "NewRoute_4_1",
                    "activities": [
                        {
                            "activity": "ROUTE_START",
                            "timeWindow": {
                                "start": 1620300134000,
                                "end": 1620300134000
                            },
                            "type": "SITE",
                            "site": "CD",
                            "operations": []
                        },
                        {
                            "activity": "LOADING",
                            "timeWindow": {
                                "start": 1620300134000,
                                "end": 1620301934000
                            },
                            "type": "SITE",
                            "site": "CD",
                            "fixedTimeSite": 1800,
                            "volume": 10.0,
                            "weight": 10.0,
                            "operations": [
                                "P6",
                                "P19",
                                "P30",
                                "P12",
                                "P1"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620301934000,
                                "end": 1620302400000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente19",
                            "departureSite": "CD",
                            "distance": 3583,
                            "nominalDuration": 466
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620302400000,
                                "end": 1620302700000
                            },
                            "type": "SITE",
                            "site": "Cliente19",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P19"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620302700000,
                                "end": 1620303117000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente30",
                            "departureSite": "Cliente19",
                            "distance": 3308,
                            "nominalDuration": 417
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620303117000,
                                "end": 1620303417000
                            },
                            "type": "SITE",
                            "site": "Cliente30",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P30"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620303417000,
                                "end": 1620303775000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente12",
                            "departureSite": "Cliente30",
                            "distance": 3306,
                            "nominalDuration": 358
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620303775000,
                                "end": 1620304075000
                            },
                            "type": "SITE",
                            "site": "Cliente12",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P12"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620304075000,
                                "end": 1620305162000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente6",
                            "departureSite": "Cliente12",
                            "distance": 11994,
                            "nominalDuration": 1087
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620305162000,
                                "end": 1620305462000
                            },
                            "type": "SITE",
                            "site": "Cliente6",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P6"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620305462000,
                                "end": 1620306551000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "Cliente1",
                            "departureSite": "Cliente6",
                            "distance": 10661,
                            "nominalDuration": 1089
                        },
                        {
                            "activity": "DELIVERY",
                            "timeWindow": {
                                "start": 1620306551000,
                                "end": 1620306851000
                            },
                            "type": "SITE",
                            "site": "Cliente1",
                            "fixedTimeSite": 300,
                            "volume": 2.0,
                            "weight": 2.0,
                            "operations": [
                                "P1"
                            ]
                        },
                        {
                            "activity": "DRIVING",
                            "timeWindow": {
                                "start": 1620306851000,
                                "end": 1620308152000
                            },
                            "type": "DRIVING",
                            "operations": [],
                            "arrivalSite": "CD",
                            "departureSite": "Cliente1",
                            "distance": 13171,
                            "nominalDuration": 1301
                        },
                        {
                            "activity": "ROUTE_END",
                            "timeWindow": {
                                "start": 1620308152000,
                                "end": 1620308152000
                            },
                            "type": "SITE",
                            "site": "CD",
                            "operations": []
                        }
                    ]
                }
            ],
            "vehicle": "VUC_1",
            "period": {
                "timeWindow": {
                    "start": 1620298800000,
                    "end": 1620334800000
                },
                "departureSite": "CD",
                "arrivalSite": "CD",
                "maxRoutesNumber": 1
            }
        }
    ],
    "indicators": {
        "totalServiceTime": 18900,
        "totalDeliveringTime": 11700,
        "dayWorkingTotalTime": 56384,
        "nightWorkingTotalTime": 0,
        "totalUnloadingTime": 0,
        "totalWorkingTime": 56384,
        "totalCollectingTime": 0,
        "timeWindowNumber": 4,
        "totalDrivingTime": 37484,
        "totalLoadingTime": 7200,
        "totalTime": 56384,
        "totalDistance": 405027,
        "averageOccupancyRateVolume": 78.33,
        "averageOccupancyRateWeight": 0.15,
        "rejectOperationsNumber": 0,
        "totalWaitingTime": 0,
        "totalRestTime": 0,
        "routesNumber": 4
    }
}