Commit Graph

13 Commits

Author SHA1 Message Date
Laurent Perron
c82cfdc9ad remove map_util from most of the code; absl::make_unique and absl::optional -> stl version 2022-03-09 09:08:40 +01:00
Corentin Le Molgat
0466c9f6bf python: remove __init__.py
now you'll need to always use a wheel package
avoid some issue when trying to run venv from root dir
e.g. `./build/python/venv/bin/python -c "from ortools.pdlp import solve_log_pb2"`
2022-02-28 08:52:31 +01:00
Corentin Le Molgat
0ba757d7b3 use filelineiter from ortools/util 2022-01-18 11:01:58 +01:00
Laurent Perron
c352c1c391 [Packing] Parser and protobuf for 2bp files; add example to solve then as a binpacking or as a knapsack example 2021-12-18 18:16:52 +01:00
Laurent Perron
560826496b BUILD -> BUILD.bazel 2021-12-06 14:36:13 +01:00
Laurent Perron
6c3425bd04 [PACKING] use absl::btree_map instead of std::map; reindent code 2021-11-28 12:55:20 +01:00
Laurent Perron
6c474223bd [PACKING] update packing solver 2021-11-19 10:34:24 +01:00
Laurent Perron
4d51cefe57 improve arc_flow_solver code 2021-10-03 07:42:22 +02:00
Laurent Perron
22d2fee64a polish 2021-09-30 13:33:32 +02:00
Laurent Perron
58a1250d7e polish 2021-09-30 13:25:36 +02:00
Laurent Perron
fc98cba505 working vector bin packing solver with solution display 2021-09-30 13:12:07 +02:00
Laurent Perron
74b33fe9c7 fix compilation of vector_bin_packing example 2021-09-28 16:27:58 +02:00
Laurent Perron
f6fa781fa4 split ortools/data into ortools/scheduling and ortools/packing 2021-09-28 15:58:37 +02:00