Files
ortools-clone/ortools/constraint_solver/docs/PDP.md
Corentin Le Molgat 8a83e4265b doc: mv doc/ to docs/
2022-02-23 16:19:26 +01:00

1.3 KiB

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: problem

Solution with the default Policy (ANY): solution

Samples:

FIFO Policy

Solution with the FIFO Policy: solution

Samples:

LIFO Policy

Solution with the LIFO Policy: solution

Samples: