constraint_solver: export refactor from google3

* Add pybind11 wrapper
* Move routing proto to routing/
This commit is contained in:
Corentin Le Molgat
2024-04-03 13:10:24 +02:00
parent caed37b93b
commit 88d94984ca
160 changed files with 12428 additions and 581 deletions

View File

@@ -36,7 +36,7 @@
#include "ortools/constraint_solver/routing.h"
#include "ortools/constraint_solver/routing_index_manager.h"
#include "ortools/constraint_solver/routing_parameters.h"
#include "ortools/constraint_solver/routing_parameters.pb.h"
#include "ortools//routing/parameters.pb.h"
#include "ortools/util/random_engine.h"
ABSL_FLAG(int, tsp_size, 10, "Size of Traveling Salesman Problem instance.");