Back to Or Tools

Pickup & Delivery routing Problem recipes for the Vehicle Routing solver.

ortools/constraint_solver/docs/PDP.md

2016-061.3 KB
Original Source

Pickup & Delivery routing Problem recipes for the Vehicle Routing solver.

Introduction

The Vehicle Routing solver can be used to solve various PDP.

Pickup & Delivery Problem

Data Problem:

Solution with the default Policy (ANY):

Samples:

FIFO Policy

Solution with the FIFO Policy:

Samples:

LIFO Policy

Solution with the LIFO Policy:

Samples: