Vehicle Routing Problem and Variants leaf node


URI

https://openalex.org/T10567

Label

Vehicle Routing Problem and Variants

Description

This cluster of papers focuses on the Vehicle Routing Problem (VRP) and its variants, including topics such as heuristic algorithms, tabu search, dynamic programming, metaheuristics, time windows, large-scale optimization, green logistics, multi-depot routing, and hybrid algorithms. The research covers a wide range of optimization techniques and applications in transportation and logistics.

Implementation

@prefix oasubfields: <https://openalex.org/subfields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openalex.org/T10567> a skos:Concept ;
    rdfs:label "Vehicle Routing Problem and Variants"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Vehicle_routing_problem>,
        <https://openalex.org/T10567> ;
    skos:broader oasubfields:2209 ;
    skos:definition "This cluster of papers focuses on the Vehicle Routing Problem (VRP) and its variants, including topics such as heuristic algorithms, tabu search, dynamic programming, metaheuristics, time windows, large-scale optimization, green logistics, multi-depot routing, and hybrid algorithms. The research covers a wide range of optimization techniques and applications in transportation and logistics."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Vehicle Routing Problem and Variants"@en ;
    openalex:cited_by_count 736541 ;
    openalex:works_count 32242 .