Laurent Perron
951e8bbc1e
bump pdlp; add log to linear_solver proto; fix bug in CP-SAT
2022-02-21 17:26:34 +01:00
Laurent Perron
8524e60172
fix targets
2022-02-21 16:44:53 +01:00
Laurent Perron
990444339b
remove most of the make build commands, rely on cmake to build libraries and packages
2022-02-21 14:02:35 +01:00
Laurent Perron
c1cc32fdb1
remove make based python building
2022-02-21 11:55:25 +01:00
Laurent Perron
1ff01c8932
fix compilation of pywrapinit; add SRC_DIR to the includes; use swig.exe on the path
2022-02-19 17:01:41 +01:00
Laurent Perron
744db669e2
fix make builds
2022-02-18 19:04:21 +01:00
Laurent Perron
1e06115bf6
[BUILD] remove old version of make third_party; use cmake to build dependencies
2022-02-18 15:35:32 +01:00
Corentin Le Molgat
35cf1ed9cb
Rework LinearSumAssignment sample
2021-12-22 11:05:53 +01:00
Corentin Le Molgat
689160bfe1
python: use system-site-packages for venv
...
on Alpine pillow package from pip can't be built
2021-12-13 16:15:50 +01:00
Mizux Seiha
42b65ea6c0
make: Install pandas and matplotlib
...
Still need to run all samples using the python venv IMHO
2021-11-18 11:39:12 +01:00
Corentin Le Molgat
ac0b672e34
constraint_solver: Add NQueensCp in all supported languages
2021-10-21 15:13:33 +02:00
Corentin Le Molgat
0d6e2a9169
sat: NQueensSat in all languages
2021-10-21 15:13:32 +02:00
Mizux Seiha
b17823cda4
make: Fix packing integration in python wheel package
2021-09-28 19:05:40 +02:00
Laurent Perron
f6fa781fa4
split ortools/data into ortools/scheduling and ortools/packing
2021-09-28 15:58:37 +02:00
Mizux Seiha
d95720b890
python: Add vrp_nodes_indices
2021-09-21 12:27:04 +02:00
Mizux Seiha
c39aa46590
rework cvrptw_breaks_intvar.py
...
- remove TW constraints to futher reduce its size
- But force vehicle start time to better show what's happen
- rename it vrp_breaks_from_start.py
- sync code with vrp_breaks.py to make them consistents
2021-09-15 12:25:38 +02:00
Laurent Perron
dacb0b0a47
Merge branch 'master' of github.com:google/or-tools
2021-08-07 10:23:31 +02:00
Laurent Perron
0660f932b8
improve make run for python
2021-08-07 10:23:25 +02:00
Mizux Seiha
4b6a9b47c8
Port Stigler Diet to all languages supported
2021-08-05 17:25:03 +02:00
Mizux Seiha
6c2d922918
make: Add publish_python rule
2021-04-19 16:48:40 +02:00
Mizux Seiha
aa8745b547
python: Rework init support
2021-03-26 15:15:23 +01:00
Mizux Seiha
d3734f08ad
make: Add vrp_breaks.py
2021-03-25 18:12:55 +01:00
Laurent Perron
e29b1f578b
export init to pypi archive
2021-03-19 18:58:27 +01:00
Laurent Perron
3c1932b21a
export init.h to all languages
2021-03-19 18:55:20 +01:00
Mizux Seiha
aa79c4cdcc
Add cvrptw_break when testing python package
2021-03-18 01:07:37 +01:00
Xiang Chen
b34ceefb86
Wrap CP-SAT assumptions
2021-02-04 23:53:50 +01:00
Mizux Seiha
ce64b466fe
make: Add vrp_tokens to test list
2021-02-04 11:54:43 +01:00
Corentin Le Molgat
702c457b8d
make: fix mypy check on windows
2020-12-08 10:17:02 +01:00
Mizux Seiha
8522d2cc2b
linear_solver: Add Basic_example
2020-12-07 14:57:42 +01:00
Mizux Seiha
dc6ee7f9ce
Propagate mypy-protobuf usage ( #1547 )
2020-12-02 15:11:48 +01:00
Mizux Seiha
c72666acd5
cmake: Fix timeout when running shift_scheduling_sat.py
2020-11-19 21:32:05 +01:00
Mizux Seiha
b97f577459
Fixup for google
2020-10-03 00:04:37 +02:00
Mizux Seiha
590a7f9726
make: fix windows python examples
...
note: `copy` does not support multiple wildcard...
2020-09-28 15:16:41 +02:00
Mizux Seiha
d8c8930aa0
archive: fix python example archive generation
2020-09-28 10:32:59 +02:00
Mizux Seiha
231a641456
python: Rename examples/python/assignment_sat.py to avoid collision
2020-09-28 10:32:35 +02:00
Mizux Seiha
d83e4c1fce
make: Generate example archives for each languages
2020-09-25 18:22:25 +02:00
Mizux Seiha
73e21fa3a2
python: Replace virtualenv by venv ( Fix #2035 )
2020-09-21 09:51:01 +02:00
Mizux Seiha
bfa84d423b
make: Fix package_python
2020-09-08 22:16:19 +02:00
Laurent Perron
02509d488f
support swig 4.0.2; simplify python makefiles as py3 is now mandatory
2020-08-10 08:15:12 +02:00
Corentin Le Molgat
7e09eaf857
Add AssignemntSAT samples
2020-06-04 23:42:49 +02:00
Corentin Le Molgat
bcc6bd70a1
Add AssignmentMIP samples
2020-06-04 23:42:48 +02:00
Corentin Le Molgat
a62f22df9c
Backport samples from g3 to gh
2020-05-26 13:51:51 +02:00
Mizux Seiha
1942d868f5
python: fix python package
2020-04-22 14:16:35 +02:00
Mizux Seiha
e3942bef32
make(python): Improve test_package_python
2020-04-22 14:16:35 +02:00
Mizux Seiha
d3b00797d7
make:python: fix package_python renaming
2020-04-14 14:23:55 +02:00
Mizux Seiha
74104e6e0e
make: Fix package_python recipe
2020-04-13 15:45:08 +02:00
Mizux Seiha
b21288b571
make: Fix python package build
2020-04-10 11:51:30 +02:00
Mizux Seiha
c0ba759365
make: add package_python target
2020-04-06 14:39:12 +02:00
Corentin Le Molgat
b587d27a4a
Sync g3 -> gh
2020-03-09 14:09:26 +01:00
Corentin Le Molgat
7b757c0b10
Makefile: disable execution flags
2020-02-28 08:21:26 +01:00