{"id":3704,"date":"2026-03-16T15:08:30","date_gmt":"2026-03-16T15:08:30","guid":{"rendered":"https:\/\/developers.maplink.global\/?p=3704"},"modified":"2026-03-16T15:08:30","modified_gmt":"2026-03-16T15:08:30","slug":"ejemplo-4-cargas-separadas-por-tipo-de-vehiculo","status":"publish","type":"post","link":"https:\/\/developers.maplink.global\/es\/ejemplo-4-cargas-separadas-por-tipo-de-vehiculo\/","title":{"rendered":"Ejemplo 4 \u2013 Cargas separadas por tipo de veh\u00edculo"},"content":{"rendered":"\n<p>En este ejemplo, tenemos una solicitud para resolver un problema log\u00edstico de una empresa con veh\u00edculos especializados para diferentes tipos de carga: congelados, refrigerados y secos. Hay 3 veh\u00edculos: uno refrigerado (puede transportar congelados y refrigerados), uno seco y uno h\u00edbrido (puede transportar todos los tipos). Existen 15 operaciones de entrega (stoppoints), con productos asignados a packagings espec\u00edficos, garantizando que cada veh\u00edculo transporte \u00fanicamente cargas compatibles.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Descripci\u00f3n del problema<\/h3>\n\n\n\n<p>Las entregas incluyen productos como pescado (congelado), leche (refrigerada) y soja (seca). Los veh\u00edculos est\u00e1n configurados con compartimentos que restringen los packagings permitidos, simulando escenarios reales como la log\u00edstica de alimentos perecederos, donde la temperatura y el tipo de carga son cr\u00edticos. No hay ventanas de tiempo restringidas, pero la planificaci\u00f3n optimiza distancias y capacidades.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\"><img loading=\"lazy\" decoding=\"async\" width=\"44\" height=\"54\" src=\"https:\/\/lh7-us.googleusercontent.com\/Ecw0HpmFTkHS9YTTueHZ-UIHQ9m__1DAF1ZSvLm4oLZO8nQuGf1p3rGuO_scs5bGxdxLT6Ey1xLMV60FdLG4a7ZdYdNw8Zvdd7vsAibCgNFkzFw0vZrEwgAT748h8N6Q5yRMR9rso8qhNQg6BlnMI5M\"><br><strong>15<\/strong><br>OPERACIONES DE ENTREGA<\/td><td class=\"has-text-align-center\" data-align=\"center\"><img loading=\"lazy\" decoding=\"async\" width=\"54\" height=\"56\" src=\"https:\/\/lh7-us.googleusercontent.com\/tlHJJDTrMMGdNpgy4b7NViQxNbZGLO0J4ExNzTAi650ih_Vv1Gdx8iKDsCAeh1V5uww-0XYbjbNwOJDy-gb4e9l2P_O2W_V-GAKruQivUcDcgocIChD_YaRbzk4eEIp4G60rqXlq5sZh1vveL2ISiuk\"><br><strong>1<\/strong><br>DEP\u00d3SITO<\/td><td class=\"has-text-align-center\" data-align=\"center\"><img loading=\"lazy\" decoding=\"async\" width=\"67\" height=\"46\" src=\"https:\/\/lh7-us.googleusercontent.com\/rFu0fpGmrr1abPVUyk3F2o7AHgxNXqdcACNvuKFSaRakSJeovXd2wYjfHj2LzlSekyyU1yomRalhVvLJwvgBlc3rtZ-dg_BFCyz1ngD8QX9bqfW-l3uadBY0A0idCEL5L1QoUKKQb1djDJp0pTSRim4\"><br>3<br>VEH\u00cdCULOS ESPECIALIZADOS (REFRIGERADO, SECO, H\u00cdBRIDO)<\/td><td class=\"has-text-align-center\" data-align=\"center\"><img loading=\"lazy\" decoding=\"async\" width=\"55\" height=\"48\" src=\"https:\/\/lh7-us.googleusercontent.com\/txPmYOmUaiZr490Bf8WWSFaBywUKQBvfh2Iai34POBsJf81v2a9ICyP0hngHGM7Y2EE7rjUYcAWGMEjRnEoXWV2fCfRa2gC0gfvUrFdrXNGuPvxXTaXoS8s4gAZi1RYqu9riZjgxIV8NELXp-zwQzkc\"><br><strong>15<\/strong><br>TIPOS DE PRODUCTOS (CONGELADO, REFRIGERADO, SECO)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Descripci\u00f3n del problema log\u00edstico<\/h3>\n\n\n\n<p>Los stoppoints est\u00e1n distribuidos geogr\u00e1ficamente y la optimizaci\u00f3n asigna cargas compatibles a cada veh\u00edculo: el veh\u00edculo refrigerado transporta leche y posiblemente pescado, el veh\u00edculo seco transporta soja, y el veh\u00edculo h\u00edbrido gestiona las cargas restantes. Esto evita contaminaci\u00f3n o violaciones de temperatura, preocupaciones comunes en las cadenas de suministro en Brasil.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Par\u00e1metros utilizados<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\"optimizationProfile\": \"BRAZIL46\"<\/code> \u2013 Perfil optimizado para rutas brasile\u00f1as.<\/li>\n\n\n\n<li><code>\"tripsProfile\": \"MAPLINKBR\"<\/code> \u2013 Perfil de mapas para Brasil.<\/li>\n\n\n\n<li><code>\"startDate\": 1624608000000<\/code> \u2013 Fecha de inicio: 28\/06\/2021 00:00 GMT.<\/li>\n\n\n\n<li><code>\"legislationProfiles\"<\/code> \u2013 Perfil predeterminado sin restricciones espec\u00edficas de tiempo.<\/li>\n\n\n\n<li><code>\"logisticConstraints\"<\/code> \u2013 Tiempo fijo de carga\/descarga de 0s (simplificado).<\/li>\n\n\n\n<li><code>\"products\"<\/code> \u2013 Definen packagings: FISH (CONGELADOS), MILK (REFRIGERADOS), SOYBEANS (SECOS).<\/li>\n\n\n\n<li><code>\"sites\"<\/code> \u2013 Ubicaciones de los stoppoints con coordenadas.<\/li>\n\n\n\n<li><code>\"depots\"<\/code> \u2013 Dep\u00f3sito central.<\/li>\n\n\n\n<li><code>\"vehicleTypes\"<\/code> \u2013 Tipos con compartimentos:\n<ul class=\"wp-block-list\">\n<li>REFRIGERADO (permite CONGELADOS\/REFRIGERADOS)<\/li>\n\n\n\n<li>SECO (solo SECOS)<\/li>\n\n\n\n<li>H\u00cdBRIDO (todos los tipos)<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><code>\"vehicles\"<\/code> \u2013 Tres veh\u00edculos asignados a tipos espec\u00edficos, disponibles por un d\u00eda.<\/li>\n\n\n\n<li><code>\"operations\"<\/code> \u2013 15 entregas con productos y cantidades espec\u00edficas.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Solicitud completa<\/h3>\n\n\n\n<p>La solicitud completa, basada en la descripci\u00f3n, puede verse a continuaci\u00f3n (reconstruida a partir de los fragmentos proporcionados):<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"json\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">{\n    \"optimizationProfile\": \"BRAZIL46\",\n    \"tripsProfile\": \"MAPLINKBR\",\n    \"startDate\": 1624608000000,\n    \"legislationProfiles\": [\n        {\n            \"name\": \"DEFAULT\"\n        }\n    ],\n    \"logisticConstraints\": [\n        {\n            \"name\": \"TEST\",\n            \"siteUnloadingFixedTime\": 0,\n            \"unloadingPositionInRoute\": \"INDIFFERENT\"\n        }\n    ],\n    \"products\": [\n        {\n            \"name\": \"PEIXE\",\n            \"packagings\": [\n                \"CONGELADOS\"\n            ]\n        },\n        {\n            \"name\": \"LEITE\",\n            \"packagings\": [\n                \"RESFRIADOS\"\n            ]\n        },\n        {\n            \"name\": \"SOJA\",\n            \"packagings\": [\n                \"SECOS\"\n            ]\n        }\n    ],\n    \"sites\": [\n        {\n            \"name\": \"STOPPOINT_1\",\n            \"coordinates\": {\n                \"latitude\": -23.524322,\n                \"longitude\": -46.706273\n            },\n            \"logisticConstraints\": \"TEST\"\n        },\n        {\n            \"name\": \"STOPPOINT_2\",\n            \"coordinates\": {\n                \"latitude\": -23.623525,\n                \"longitude\": -46.703297\n            },\n            \"logisticConstraints\": \"TEST\"\n        },\n        {\n            \"name\": \"STOPPOINT_3\",\n            \"coordinates\": {\n                \"latitude\": -23.588551,\n                \"longitude\": -46.646401\n            },\n            \"logisticConstraints\": \"TEST\"\n        },\n        {\n            \"name\": \"STOPPOINT_4\",\n            \"coordinates\": {\n                \"latitude\": -23.504494,\n                \"longitude\": -46.857385\n            },\n            \"logisticConstraints\": \"TEST\"\n        },\n        {\n            \"name\": \"STOPPOINT_5\",\n            \"coordinates\": {\n                \"latitude\": -29.823819,\n                \"longitude\": -51.14773\n            },\n            \"logisticConstraints\": \"TEST\"\n        },\n        {\n            \"name\": \"STOPPOINT_6\",\n            \"coordinates\": {\n                \"latitude\": -25.556829,\n                \"longitude\": -49.348827\n            },\n            \"logisticConstraints\": \"TEST\"\n        },\n        {\n            \"name\": \"STOPPOINT_7\",\n            \"coordinates\": {\n                \"latitude\": -29.827506,\n                \"longitude\": -51.172703\n            },\n            \"logisticConstraints\": \"TEST\"\n        },\n        {\n            \"name\": \"STOPPOINT_8\",\n            \"coordinates\": {\n                \"latitude\": -29.827506,\n                \"longitude\": -51.172703\n            },\n            \"logisticConstraints\": \"TEST\"\n        },\n        {\n            \"name\": \"STOPPOINT_9\",\n            \"coordinates\": {\n                \"latitude\": -25.242227,\n                \"longitude\": -53.981779\n            },\n            \"logisticConstraints\": \"TEST\"\n        },\n        {\n            \"name\": \"STOPPOINT_10\",\n            \"coordinates\": {\n                \"latitude\": -29.638353,\n                \"longitude\": -51.004301\n            },\n            \"logisticConstraints\": \"TEST\"\n        }\n    ],\n    \"depots\": [\n        {\n            \"name\": \"DEPOT\",\n            \"coordinates\": {\n                \"latitude\": -23.504494,\n                \"longitude\": -46.857385\n            },\n            \"logisticConstraints\": \"TEST\"\n        }\n    ],\n    \"vehicleTypes\": [\n        {\n            \"name\": \"REFRIGERADO\",\n            \"maxVolume\": 100,\n            \"maxWeight\": 100,\n            \"size\": 10,\n            \"compartmentsAccessMode\": \"REAR_ACCESS\",\n            \"compartmentConfigurations\": [\n                {\n                    \"name\": \"COMPARTIMENTO_REFRIGERADO\",\n                    \"compartments\": [\n                        {\n                            \"name\": \"REFRIGERADO\",\n                            \"type\": \"FIXED\",\n                            \"maximumCapacity\": 1000,\n                            \"loadingRule\": \"NONE\",\n                            \"allowedPackagings\": [\n                                \"CONGELADOS\",\n                                \"RESFRIADOS\"\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"SECO\",\n            \"maxVolume\": 100,\n            \"maxWeight\": 100,\n            \"size\": 10,\n            \"compartmentsAccessMode\": \"REAR_ACCESS\",\n            \"compartmentConfigurations\": [\n                {\n                    \"name\": \"COMPARTIMENTO_SECO\",\n                    \"compartments\": [\n                        {\n                            \"name\": \"SECO\",\n                            \"type\": \"FIXED\",\n                            \"maximumCapacity\": 1000,\n                            \"loadingRule\": \"NONE\",\n                            \"allowedPackagings\": [\n                                \"SECOS\"\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"HIBRIDO\",\n            \"maxVolume\": 100,\n            \"maxWeight\": 100,\n            \"size\": 10,\n            \"compartmentsAccessMode\": \"REAR_ACCESS\",\n            \"compartmentConfigurations\": [\n                {\n                    \"name\": \"COMPARTIMENTO_HIBRIDO\",\n                    \"compartments\": [\n                        {\n                            \"name\": \"HIBRIDO\",\n                            \"type\": \"FIXED\",\n                            \"maximumCapacity\": 1000,\n                            \"loadingRule\": \"NONE\",\n                            \"allowedPackagings\": [\n                                \"CONGELADOS\",\n                                \"RESFRIADOS\",\n                                \"SECOS\"\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"vehicles\": [\n        {\n            \"name\": \"VEHICLE_1\",\n            \"vehicleType\": \"REFRIGERADO\",\n            \"legislationProfile\": \"DEFAULT\",\n            \"availablePeriods\": [\n                {\n                    \"departureSite\": \"DEPOT\",\n                    \"arrivalSite\": \"DEPOT\",\n                    \"timeWindow\": {\n                        \"start\": 1624608000000,\n                        \"end\": 1624730400000\n                    },\n                    \"maxRoutesNumber\": 1\n                }\n            ]\n        },\n        {\n            \"name\": \"VEHICLE_2\",\n            \"vehicleType\": \"SECO\",\n            \"legislationProfile\": \"DEFAULT\",\n            \"availablePeriods\": [\n                {\n                    \"departureSite\": \"DEPOT\",\n                    \"arrivalSite\": \"DEPOT\",\n                    \"timeWindow\": {\n                        \"start\": 1624608000000,\n                        \"end\": 1624730400000\n                    },\n                    \"maxRoutesNumber\": 1\n                }\n            ]\n        },\n        {\n            \"name\": \"VEHICLE_3\",\n            \"vehicleType\": \"HIBRIDO\",\n            \"legislationProfile\": \"DEFAULT\",\n            \"availablePeriods\": [\n                {\n                    \"departureSite\": \"DEPOT\",\n                    \"arrivalSite\": \"DEPOT\",\n                    \"timeWindow\": {\n                        \"start\": 1624608000000,\n                        \"end\": 1624730400000\n                    },\n                    \"maxRoutesNumber\": 1\n                }\n            ]\n        }\n    ],\n    \"operations\": [\n        {\n            \"id\": \"STOPPOINT_1\",\n            \"priority\": 0,\n            \"volume\": 10,\n            \"weight\": 5,\n            \"product\": \"PEIXE\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_1\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        },\n        {\n            \"id\": \"STOPPOINT_2\",\n            \"priority\": 0,\n            \"volume\": 10,\n            \"weight\": 5,\n            \"product\": \"PEIXE\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_2\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        },\n        {\n            \"id\": \"STOPPOINT_3\",\n            \"priority\": 0,\n            \"volume\": 10,\n            \"weight\": 5,\n            \"product\": \"PEIXE\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_3\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        },\n        {\n            \"id\": \"STOPPOINT_4\",\n            \"priority\": 0,\n            \"volume\": 0,\n            \"weight\": 0,\n            \"product\": \"PEIXE\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_4\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        },\n        {\n            \"id\": \"STOPPOINT_5\",\n            \"priority\": 0,\n            \"volume\": 0,\n            \"weight\": 0,\n            \"product\": \"PEIXE\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_5\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        },\n        {\n            \"id\": \"STOPPOINT_6\",\n            \"priority\": 0,\n            \"volume\": 0,\n            \"weight\": 0,\n            \"product\": \"LEITE\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_6\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        },\n        {\n            \"id\": \"STOPPOINT_7\",\n            \"priority\": 0,\n            \"volume\": 0,\n            \"weight\": 0,\n            \"product\": \"LEITE\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_7\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        },\n        {\n            \"id\": \"STOPPOINT_8\",\n            \"priority\": 0,\n            \"volume\": 0,\n            \"weight\": 0,\n            \"product\": \"LEITE\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_8\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        },\n        {\n            \"id\": \"STOPPOINT_9\",\n            \"priority\": 0,\n            \"volume\": 0,\n            \"weight\": 0,\n            \"product\": \"LEITE\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_9\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        },\n        {\n            \"id\": \"STOPPOINT_10\",\n            \"priority\": 0,\n            \"volume\": 0,\n            \"weight\": 0,\n            \"product\": \"LEITE\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_10\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        },\n        {\n            \"id\": \"STOPPOINT_11\",\n            \"priority\": 0,\n            \"volume\": 100,\n            \"weight\": 100,\n            \"product\": \"SOJA\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_1\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        },\n        {\n            \"id\": \"STOPPOINT_12\",\n            \"priority\": 0,\n            \"volume\": 0,\n            \"weight\": 0,\n            \"product\": \"SOJA\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_2\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        },\n        {\n            \"id\": \"STOPPOINT_13\",\n            \"priority\": 0,\n            \"volume\": 0,\n            \"weight\": 0,\n            \"product\": \"SOJA\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_3\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        },\n        {\n            \"id\": \"STOPPOINT_14\",\n            \"priority\": 0,\n            \"volume\": 0,\n            \"weight\": 0,\n            \"product\": \"SOJA\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_4\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        },\n        {\n            \"id\": \"STOPPOINT_15\",\n            \"priority\": 0,\n            \"volume\": 0,\n            \"weight\": 0,\n            \"product\": \"SOJA\",\n            \"type\": \"DELIVERY\",\n            \"depotSite\": \"DEPOT\",\n            \"customerSite\": \"STOPPOINT_5\",\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1624608000000,\n                    \"end\": 1624730400000\n                }\n            ]\n        }\n    ]\n}<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Soluci\u00f3n del problema log\u00edstico<\/h3>\n\n\n\n<p>La respuesta de la API devolver\u00e1 un formato JSON con la mejor secuenciaci\u00f3n de las operaciones para cada veh\u00edculo, respetando las restricciones de packagings y compartimentos.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"619\" src=\"https:\/\/developers.maplink.global\/wp-content\/uploads\/2026\/03\/Captura-de-tela-2026-03-02-094942-1024x619.png\" alt=\"\" class=\"wp-image-3681\" srcset=\"https:\/\/developers.maplink.global\/wp-content\/uploads\/2026\/03\/Captura-de-tela-2026-03-02-094942-1024x619.png 1024w, https:\/\/developers.maplink.global\/wp-content\/uploads\/2026\/03\/Captura-de-tela-2026-03-02-094942-300x181.png 300w, https:\/\/developers.maplink.global\/wp-content\/uploads\/2026\/03\/Captura-de-tela-2026-03-02-094942-768x464.png 768w, https:\/\/developers.maplink.global\/wp-content\/uploads\/2026\/03\/Captura-de-tela-2026-03-02-094942.png 1055w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Indicadores Globales<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Indicador<\/th><th>Resultado<\/th><\/tr><\/thead><tbody><tr><td>Tiempo total de trabajo diurno<\/td><td>37:40:42<\/td><\/tr><tr><td>Tiempo total de trabajo nocturno<\/td><td>17:58:00<\/td><\/tr><tr><td>Tiempo total de trabajo<\/td><td>55:38:42<\/td><\/tr><tr><td>N\u00famero de ventanas de tiempo<\/td><td>3<\/td><\/tr><tr><td>Tiempo total de conducci\u00f3n<\/td><td>55:38:42<\/td><\/tr><tr><td>Tiempo total<\/td><td>55:38:42<\/td><\/tr><tr><td>Distancia total<\/td><td>4318.63 km<\/td><\/tr><tr><td>Tasa promedio de ocupaci\u00f3n en volumen<\/td><td>43.34%<\/td><\/tr><tr><td>Tasa promedio de ocupaci\u00f3n en peso<\/td><td>38.34%<\/td><\/tr><tr><td>N\u00famero de rutas<\/td><td>3<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Indicadores de Actividad de la Ruta<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Veh\u00edculo<\/th><th>Actividad<\/th><th>ID Ubicaci\u00f3n Origen<\/th><th>ID Ubicaci\u00f3n Destino<\/th><th>Distancia<\/th><th>Duraci\u00f3n Nominal<\/th><th>Inicio Ventana de Tiempo<\/th><th>Fin Ventana de Tiempo<\/th><\/tr><\/thead><tbody><tr><td>VEHICLE_3<\/td><td>ROUTE_START<\/td><td>DEPOT<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>28\/06\/2021 00:00<\/td><td>28\/06\/2021 00:00<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>LOADING<\/td><td>DEPOT<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>28\/06\/2021 00:00<\/td><td>28\/06\/2021 00:00<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DELIVERY<\/td><td>STOPPOINT_4<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>28\/06\/2021 00:00<\/td><td>28\/06\/2021 00:00<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DRIVING<\/td><td>STOPPOINT_4<\/td><td>STOPPOINT_1<\/td><td>17.91 km<\/td><td>00:19:54<\/td><td>28\/06\/2021 00:00<\/td><td>28\/06\/2021 00:19:54<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DELIVERY<\/td><td>STOPPOINT_1<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>28\/06\/2021 00:19:54<\/td><td>28\/06\/2021 00:19:54<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DRIVING<\/td><td>STOPPOINT_1<\/td><td>STOPPOINT_3<\/td><td>12.73 km<\/td><td>00:21:28<\/td><td>28\/06\/2021 00:19:54<\/td><td>28\/06\/2021 00:41:22<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DELIVERY<\/td><td>STOPPOINT_3<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>28\/06\/2021 00:41:22<\/td><td>28\/06\/2021 00:41:22<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DRIVING<\/td><td>STOPPOINT_3<\/td><td>STOPPOINT_2<\/td><td>10.24 km<\/td><td>00:16:55<\/td><td>28\/06\/2021 00:41:22<\/td><td>28\/06\/2021 00:58:17<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DELIVERY<\/td><td>STOPPOINT_2<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>28\/06\/2021 00:58:17<\/td><td>28\/06\/2021 00:58:17<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DRIVING<\/td><td>STOPPOINT_2<\/td><td>STOPPOINT_10<\/td><td>1119.03 km<\/td><td>14:14:42<\/td><td>28\/06\/2021 00:58:17<\/td><td>28\/06\/2021 15:12:59<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DELIVERY<\/td><td>STOPPOINT_10<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>28\/06\/2021 15:12:59<\/td><td>28\/06\/2021 15:12:59<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DRIVING<\/td><td>STOPPOINT_10<\/td><td>STOPPOINT_7<\/td><td>40.14 km<\/td><td>00:39:49<\/td><td>28\/06\/2021 15:12:59<\/td><td>28\/06\/2021 15:52:48<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DELIVERY<\/td><td>STOPPOINT_7<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>28\/06\/2021 15:52:48<\/td><td>28\/06\/2021 15:52:48<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DELIVERY<\/td><td>STOPPOINT_8<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>28\/06\/2021 15:52:48<\/td><td>28\/06\/2021 15:52:48<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DRIVING<\/td><td>STOPPOINT_8<\/td><td>STOPPOINT_5<\/td><td>4.11 km<\/td><td>00:06:13<\/td><td>28\/06\/2021 15:52:48<\/td><td>28\/06\/2021 15:59:01<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DELIVERY<\/td><td>STOPPOINT_5<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>28\/06\/2021 15:59:01<\/td><td>28\/06\/2021 15:59:01<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>DRIVING<\/td><td>STOPPOINT_5<\/td><td>DEPOT<\/td><td>1120.29 km<\/td><td>13:36:00<\/td><td>28\/06\/2021 15:59:01<\/td><td>29\/06\/2021 05:35:01<\/td><\/tr><tr><td>VEHICLE_3<\/td><td>ROUTE_END<\/td><td>DEPOT<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>29\/06\/2021 05:35:01<\/td><td>29\/06\/2021 05:35:01<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>En el ejemplo:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>VEHICLE_1 (REFRIGERADO) transporta \u00fanicamente LECHE (STOPPOINT_6 y 9).<\/li>\n\n\n\n<li>VEHICLE_2 (SECO) transporta SOJA (STOPPOINT_11).<\/li>\n\n\n\n<li>VEHICLE_3 (H\u00cdBRIDO) gestiona cargas mixtas, como PESCADO, LECHE y SOJA en los dem\u00e1s stoppoints.<\/li>\n<\/ul>\n\n\n\n<p>Las actividades incluyen carga en el dep\u00f3sito y entregas secuenciales, con conducci\u00f3n entre puntos.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Respuesta completa<\/h3>\n\n\n\n<p>La respuesta completa puede consultarse a continuaci\u00f3n:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"json\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">{\n  \"id\": \"60d649338f3a352047cee330\",\n  \"clientId\": \"0wfdGfgEOFpME1RcsrBj4U5yAAJjeqFG\",\n  \"vehicleRoutes\": [\n    {\n      \"routes\": [\n        {\n          \"id\": \"NewRoute_1_1\",\n          \"activities\": [\n            {\n              \"activity\": \"ROUTE_START\",\n              \"timeWindow\": {\n                \"start\": 1624608000000,\n                \"end\": 1624608000000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"DEPOT\",\n              \"operations\": []\n            },\n            {\n              \"activity\": \"LOADING\",\n              \"timeWindow\": {\n                \"start\": 1624608000000,\n                \"end\": 1624608000000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"DEPOT\",\n              \"fixedTimeSite\": 0,\n              \"operations\": [\n                \"STOPPOINT_14\",\n                \"STOPPOINT_4\",\n                \"STOPPOINT_1\",\n                \"STOPPOINT_13\",\n                \"STOPPOINT_3\",\n                \"STOPPOINT_2\",\n                \"STOPPOINT_12\",\n                \"STOPPOINT_10\",\n                \"STOPPOINT_7\",\n                \"STOPPOINT_8\",\n                \"STOPPOINT_5\",\n                \"STOPPOINT_15\"\n              ],\n              \"operationCompartments\": {\n                \"STOPPOINT_7\": [\n                  {\n                    \"compartment\": \"HIBRIDO\",\n                    \"capacityUsed\": 1.0\n                  }\n                ],\n                \"STOPPOINT_8\": [\n                  {\n                    \"compartment\": \"HIBRIDO\",\n                    \"capacityUsed\": 1.0\n                  }\n                ],\n                \"STOPPOINT_5\": [\n                  {\n                    \"compartment\": \"HIBRIDO\",\n                    \"capacityUsed\": 1.0\n                  }\n                ],\n                \"STOPPOINT_3\": [\n                  {\n                    \"compartment\": \"HIBRIDO\",\n                    \"capacityUsed\": 10000.0\n                  }\n                ],\n                \"STOPPOINT_4\": [\n                  {\n                    \"compartment\": \"HIBRIDO\",\n                    \"capacityUsed\": 1.0\n                  }\n                ],\n                \"STOPPOINT_1\": [\n                  {\n                    \"compartment\": \"HIBRIDO\",\n                    \"capacityUsed\": 10000.0\n                  }\n                ],\n                \"STOPPOINT_2\": [\n                  {\n                    \"compartment\": \"HIBRIDO\",\n                    \"capacityUsed\": 10000.0\n                  }\n                ],\n                \"STOPPOINT_14\": [\n                  {\n                    \"compartment\": \"HIBRIDO\",\n                    \"capacityUsed\": 1.0\n                  }\n                ],\n                \"STOPPOINT_15\": [\n                  {\n                    \"compartment\": \"HIBRIDO\",\n                    \"capacityUsed\": 1.0\n                  }\n                ],\n                \"STOPPOINT_12\": [\n                  {\n                    \"compartment\": \"HIBRIDO\",\n                    \"capacityUsed\": 1.0\n                  }\n                ],\n                \"STOPPOINT_13\": [\n                  {\n                    \"compartment\": \"HIBRIDO\",\n                    \"capacityUsed\": 1.0\n                  }\n                ],\n                \"STOPPOINT_10\": [\n                  {\n                    \"compartment\": \"HIBRIDO\",\n                    \"capacityUsed\": 1.0\n                  }\n                ]\n              }\n            },\n            {\n              \"activity\": \"DELIVERY\",\n              \"timeWindow\": {\n                \"start\": 1624608000000,\n                \"end\": 1624608000000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"STOPPOINT_4\",\n              \"fixedTimeSite\": 0,\n              \"operations\": [\n                \"STOPPOINT_14\",\n                \"STOPPOINT_4\"\n              ]\n            },\n            {\n              \"activity\": \"DRIVING\",\n              \"timeWindow\": {\n                \"start\": 1624608000000,\n                \"end\": 1624609194000\n              },\n              \"type\": \"DRIVING\",\n              \"operations\": [],\n              \"arrivalSite\": \"STOPPOINT_1\",\n              \"departureSite\": \"STOPPOINT_4\",\n              \"distance\": 17911,\n              \"nominalDuration\": 1194\n            },\n            {\n              \"activity\": \"DELIVERY\",\n              \"timeWindow\": {\n                \"start\": 1624609194000,\n                \"end\": 1624609194000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"STOPPOINT_1\",\n              \"fixedTimeSite\": 0,\n              \"operations\": [\n                \"STOPPOINT_1\"\n              ]\n            },\n            {\n              \"activity\": \"DRIVING\",\n              \"timeWindow\": {\n                \"start\": 1624609194000,\n                \"end\": 1624610482000\n              },\n              \"type\": \"DRIVING\",\n              \"operations\": [],\n              \"arrivalSite\": \"STOPPOINT_3\",\n              \"departureSite\": \"STOPPOINT_1\",\n              \"distance\": 12726,\n              \"nominalDuration\": 1288\n            },\n            {\n              \"activity\": \"DELIVERY\",\n              \"timeWindow\": {\n                \"start\": 1624610482000,\n                \"end\": 1624610482000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"STOPPOINT_3\",\n              \"fixedTimeSite\": 0,\n              \"operations\": [\n                \"STOPPOINT_13\",\n                \"STOPPOINT_3\"\n              ]\n            },\n            {\n              \"activity\": \"DRIVING\",\n              \"timeWindow\": {\n                \"start\": 1624610482000,\n                \"end\": 1624611497000\n              },\n              \"type\": \"DRIVING\",\n              \"operations\": [],\n              \"arrivalSite\": \"STOPPOINT_2\",\n              \"departureSite\": \"STOPPOINT_3\",\n              \"distance\": 10235,\n              \"nominalDuration\": 1015\n            },\n            {\n              \"activity\": \"DELIVERY\",\n              \"timeWindow\": {\n                \"start\": 1624611497000,\n                \"end\": 1624611497000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"STOPPOINT_2\",\n              \"fixedTimeSite\": 0,\n              \"operations\": [\n                \"STOPPOINT_2\",\n                \"STOPPOINT_12\"\n              ]\n            },\n            {\n              \"activity\": \"DRIVING\",\n              \"timeWindow\": {\n                \"start\": 1624611497000,\n                \"end\": 1624662779000\n              },\n              \"type\": \"DRIVING\",\n              \"operations\": [],\n              \"arrivalSite\": \"STOPPOINT_10\",\n              \"departureSite\": \"STOPPOINT_2\",\n              \"distance\": 1119034,\n              \"nominalDuration\": 51282\n            },\n            {\n              \"activity\": \"DELIVERY\",\n              \"timeWindow\": {\n                \"start\": 1624662779000,\n                \"end\": 1624662779000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"STOPPOINT_10\",\n              \"fixedTimeSite\": 0,\n              \"operations\": [\n                \"STOPPOINT_10\"\n              ]\n            },\n            {\n              \"activity\": \"DRIVING\",\n              \"timeWindow\": {\n                \"start\": 1624662779000,\n                \"end\": 1624665168000\n              },\n              \"type\": \"DRIVING\",\n              \"operations\": [],\n              \"arrivalSite\": \"STOPPOINT_7\",\n              \"departureSite\": \"STOPPOINT_10\",\n              \"distance\": 40144,\n              \"nominalDuration\": 2389\n            },\n            {\n              \"activity\": \"DELIVERY\",\n              \"timeWindow\": {\n                \"start\": 1624665168000,\n                \"end\": 1624665168000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"STOPPOINT_7\",\n              \"fixedTimeSite\": 0,\n              \"operations\": [\n                \"STOPPOINT_7\"\n              ]\n            },\n            {\n              \"activity\": \"DELIVERY\",\n              \"timeWindow\": {\n                \"start\": 1624665168000,\n                \"end\": 1624665168000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"STOPPOINT_8\",\n              \"fixedTimeSite\": 0,\n              \"operations\": [\n                \"STOPPOINT_8\"\n              ]\n            },\n            {\n              \"activity\": \"DRIVING\",\n              \"timeWindow\": {\n                \"start\": 1624665168000,\n                \"end\": 1624665541000\n              },\n              \"type\": \"DRIVING\",\n              \"operations\": [],\n              \"arrivalSite\": \"STOPPOINT_5\",\n              \"departureSite\": \"STOPPOINT_8\",\n              \"distance\": 4108,\n              \"nominalDuration\": 373\n            },\n            {\n              \"activity\": \"DELIVERY\",\n              \"timeWindow\": {\n                \"start\": 1624665541000,\n                \"end\": 1624665541000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"STOPPOINT_5\",\n              \"fixedTimeSite\": 0,\n              \"operations\": [\n                \"STOPPOINT_5\",\n                \"STOPPOINT_15\"\n              ]\n            },\n            {\n              \"activity\": \"DRIVING\",\n              \"timeWindow\": {\n                \"start\": 1624665541000,\n                \"end\": 1624714501000\n              },\n              \"type\": \"DRIVING\",\n              \"operations\": [],\n              \"arrivalSite\": \"DEPOT\",\n              \"departureSite\": \"STOPPOINT_5\",\n              \"distance\": 1120285,\n              \"nominalDuration\": 48960\n            },\n            {\n              \"activity\": \"ROUTE_END\",\n              \"timeWindow\": {\n                \"start\": 1624714501000,\n                \"end\": 1624714501000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"DEPOT\",\n              \"operations\": []\n            }\n          ],\n          \"status\": null,\n          \"violationConstraints\": null,\n          \"compartmentConfiguration\": \"COMPARTIMENTO_HIBRIDO\"\n        }\n      ],\n      \"vehicle\": \"VEHICLE_3\",\n      \"period\": {\n        \"timeWindow\": {\n          \"start\": 1624608000000,\n          \"end\": 1624730400000\n        },\n        \"departureSite\": \"DEPOT\",\n        \"arrivalSite\": \"DEPOT\",\n        \"maxRoutesNumber\": 1,\n        \"maxWorkingTime\": null,\n        \"maxDrivingTime\": null\n      }\n    },\n    {\n      \"routes\": [\n        {\n          \"id\": \"NewRoute_2_1\",\n          \"activities\": [\n            {\n              \"activity\": \"ROUTE_START\",\n              \"timeWindow\": {\n                \"start\": 1624608000000,\n                \"end\": 1624608000000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"DEPOT\",\n              \"operations\": []\n            },\n            {\n              \"activity\": \"LOADING\",\n              \"timeWindow\": {\n                \"start\": 1624608000000,\n                \"end\": 1624608000000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"DEPOT\",\n              \"fixedTimeSite\": 0,\n              \"operations\": [\n                \"STOPPOINT_6\",\n                \"STOPPOINT_9\"\n              ],\n              \"operationCompartments\": {\n                \"STOPPOINT_6\": [\n                  {\n                    \"compartment\": \"REFRIGERADO\",\n                    \"capacityUsed\": 1.0\n                  }\n                ],\n                \"STOPPOINT_9\": [\n                  {\n                    \"compartment\": \"REFRIGERADO\",\n                    \"capacityUsed\": 1.0\n                  }\n                ]\n              }\n            },\n            {\n              \"activity\": \"DRIVING\",\n              \"timeWindow\": {\n                \"start\": 1624608000000,\n                \"end\": 1624628531000\n              },\n              \"type\": \"DRIVING\",\n              \"operations\": [],\n              \"arrivalSite\": \"STOPPOINT_6\",\n              \"departureSite\": \"DEPOT\",\n              \"distance\": 422617,\n              \"nominalDuration\": 20531\n            },\n            {\n              \"activity\": \"DELIVERY\",\n              \"timeWindow\": {\n                \"start\": 1624628531000,\n                \"end\": 1624628531000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"STOPPOINT_6\",\n              \"fixedTimeSite\": 0,\n              \"operations\": [\n                \"STOPPOINT_6\"\n              ]\n            },\n            {\n              \"activity\": \"DRIVING\",\n              \"timeWindow\": {\n                \"start\": 1624628531000,\n                \"end\": 1624655541000\n              },\n              \"type\": \"DRIVING\",\n              \"operations\": [],\n              \"arrivalSite\": \"STOPPOINT_9\",\n              \"departureSite\": \"STOPPOINT_6\",\n              \"distance\": 571874,\n              \"nominalDuration\": 27010\n            },\n            {\n              \"activity\": \"DELIVERY\",\n              \"timeWindow\": {\n                \"start\": 1624655541000,\n                \"end\": 1624655541000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"STOPPOINT_9\",\n              \"fixedTimeSite\": 0,\n              \"operations\": [\n                \"STOPPOINT_9\"\n              ]\n            },\n            {\n              \"activity\": \"DRIVING\",\n              \"timeWindow\": {\n                \"start\": 1624655541000,\n                \"end\": 1624699521000\n              },\n              \"type\": \"DRIVING\",\n              \"operations\": [],\n              \"arrivalSite\": \"DEPOT\",\n              \"departureSite\": \"STOPPOINT_9\",\n              \"distance\": 964142,\n              \"nominalDuration\": 43980\n            },\n            {\n              \"activity\": \"ROUTE_END\",\n              \"timeWindow\": {\n                \"start\": 1624699521000,\n                \"end\": 1624699521000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"DEPOT\",\n              \"operations\": []\n            }\n          ],\n          \"status\": null,\n          \"violationConstraints\": null,\n          \"compartmentConfiguration\": \"COMPARTIMENTO_REFRIGERADO\"\n        }\n      ],\n      \"vehicle\": \"VEHICLE_1\",\n      \"period\": {\n        \"timeWindow\": {\n          \"start\": 1624608000000,\n          \"end\": 1624730400000\n        },\n        \"departureSite\": \"DEPOT\",\n        \"arrivalSite\": \"DEPOT\",\n        \"maxRoutesNumber\": 1,\n        \"maxWorkingTime\": null,\n        \"maxDrivingTime\": null\n      }\n    },\n    {\n      \"routes\": [\n        {\n          \"id\": \"NewRoute_3_1\",\n          \"activities\": [\n            {\n              \"activity\": \"ROUTE_START\",\n              \"timeWindow\": {\n                \"start\": 1624608000000,\n                \"end\": 1624608000000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"DEPOT\",\n              \"operations\": []\n            },\n            {\n              \"activity\": \"LOADING\",\n              \"timeWindow\": {\n                \"start\": 1624608000000,\n                \"end\": 1624608000000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"DEPOT\",\n              \"fixedTimeSite\": 0,\n              \"operations\": [\n                \"STOPPOINT_11\"\n              ],\n              \"operationCompartments\": {\n                \"STOPPOINT_11\": [\n                  {\n                    \"compartment\": \"SECO\",\n                    \"capacityUsed\": 100000.0\n                  }\n                ]\n              }\n            },\n            {\n              \"activity\": \"DRIVING\",\n              \"timeWindow\": {\n                \"start\": 1624608000000,\n                \"end\": 1624609194000\n              },\n              \"type\": \"DRIVING\",\n              \"operations\": [],\n              \"arrivalSite\": \"STOPPOINT_1\",\n              \"departureSite\": \"DEPOT\",\n              \"distance\": 17911,\n              \"nominalDuration\": 1194\n            },\n            {\n              \"activity\": \"DELIVERY\",\n              \"timeWindow\": {\n                \"start\": 1624609194000,\n                \"end\": 1624609194000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"STOPPOINT_1\",\n              \"fixedTimeSite\": 0,\n              \"operations\": [\n                \"STOPPOINT_11\"\n              ]\n            },\n            {\n              \"activity\": \"DRIVING\",\n              \"timeWindow\": {\n                \"start\": 1624609194000,\n                \"end\": 1624610300000\n              },\n              \"type\": \"DRIVING\",\n              \"operations\": [],\n              \"arrivalSite\": \"DEPOT\",\n              \"departureSite\": \"STOPPOINT_1\",\n              \"distance\": 17642,\n              \"nominalDuration\": 1106\n            },\n            {\n              \"activity\": \"ROUTE_END\",\n              \"timeWindow\": {\n                \"start\": 1624610300000,\n                \"end\": 1624610300000\n              },\n              \"type\": \"SITE\",\n              \"site\": \"DEPOT\",\n              \"operations\": []\n            }\n          ],\n          \"status\": null,\n          \"violationConstraints\": null,\n          \"compartmentConfiguration\": \"COMPARTIMENTO_SECO\"\n        }\n      ],\n      \"vehicle\": \"VEHICLE_2\",\n      \"period\": {\n        \"timeWindow\": {\n          \"start\": 1624608000000,\n          \"end\": 1624730400000\n        },\n        \"departureSite\": \"DEPOT\",\n        \"arrivalSite\": \"DEPOT\",\n        \"maxRoutesNumber\": 1,\n        \"maxWorkingTime\": null,\n        \"maxDrivingTime\": null\n      }\n    }\n  ],\n  \"rejectOperations\": [],\n  \"indicators\": {\n    \"totalServiceTime\": 0,\n    \"totalDeliveringTime\": 0,\n    \"dayWorkingTotalTime\": 135642,\n    \"nightWorkingTotalTime\": 64680,\n    \"totalUnloadingTime\": 0,\n    \"totalWorkingTime\": 200322,\n    \"totalCollectingTime\": 0,\n    \"timeWindowNumber\": 3,\n    \"totalDrivingTime\": 200322,\n    \"totalLoadingTime\": 0,\n    \"totalTime\": 200322,\n    \"totalDistance\": 4318629,\n    \"averageOccupancyRateVolume\": 43.34,\n    \"averageOccupancyRateWeight\": 38.34,\n    \"rejectOperationsNumber\": 0,\n    \"totalWaitingTime\": 0,\n    \"totalRestTime\": 0,\n    \"routesNumber\": 3\n  }\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>En este ejemplo, tenemos una solicitud para resolver un problema log\u00edstico de una empresa con veh\u00edculos especializados para diferentes tipos de carga: congelados, refrigerados y secos. Hay 3 veh\u00edculos: uno refrigerado (puede transportar congelados y refrigerados), uno seco y uno h\u00edbrido (puede transportar todos los tipos). Existen 15 operaciones de entrega (stoppoints), con productos asignados [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[147,136],"tags":[],"class_list":["post-3704","post","type-post","status-publish","format-standard","hentry","category-planning-es","category-sin-categorizar"],"acf":[],"_links":{"self":[{"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/posts\/3704","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/comments?post=3704"}],"version-history":[{"count":1,"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/posts\/3704\/revisions"}],"predecessor-version":[{"id":3705,"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/posts\/3704\/revisions\/3705"}],"wp:attachment":[{"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/media?parent=3704"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/categories?post=3704"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/tags?post=3704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}