Skip to content

adzen/VRPTW

Repository files navigation

VRPTW

"Vehicle Routing Problem with Time Windows"

Problem Description

Given a depot with homogeneous fleet and a set of customers to be served.

Find a set of closed routes (start from depot, end at depot) to serve all customers with no exceeding vehicle's capacity and customers' due time.

Use as less number of vehicle and shorter total travel distance as possible.

Benchmark Problem Sets

Best Known Solutions

Input Format

vehicle_capacity
number_of_customers

Remaining lines are each customer's information:

id  x_pos  y_pos  demand  ready_time  due_time  unloading_time

About

Vehicle Routing Problem with Time Windows (Almost done...到頭來好像還是贏不過學長orz)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages