From 91c1173519c7d13b2667b917218e0325e69305eb Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 14 Jan 2019 15:59:28 +0100 Subject: [PATCH] update cp/README.md --- ortools/constraint_solver/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ortools/constraint_solver/README.md b/ortools/constraint_solver/README.md index 80f9816fb7..dd81854575 100644 --- a/ortools/constraint_solver/README.md +++ b/ortools/constraint_solver/README.md @@ -38,6 +38,10 @@ The point of entry for routing problems. * [routing_parameters.proto](routing_parameters.proto): The Vehicle Routing solver parameters. +### Solution +* [assignment.proto](assignment.proto): +Holds the solution of a Routing problem. + ### Recipes You can find a set of code recipes in