Commit Graph

9763 Commits

Author SHA1 Message Date
Laurent Perron
1dd4eff16e [CP-SAT] Reservoir constraint uses affine expression for the time part; rename fields in the reservoir constraint 2021-11-25 15:02:51 +01:00
Laurent Perron
970703abc0 fix #2924 2021-11-25 15:02:03 +01:00
Laurent Perron
cfeb2e49d7 [CP-SAT] Reservoir constraint uses affine expression for the time part; rename fields in the reservoir constraint 2021-11-25 14:53:05 +01:00
Mizux Seiha
28ca6eb5a4 Sync multiple_knapsack python samples 2021-11-25 00:19:30 +01:00
Mizux Seiha
b05583992d Fix compile 2021-11-25 00:10:21 +01:00
Laurent Perron
50e38f1750 [CP-SAT] accept affine expressions as argument of AllDiff 2021-11-23 21:38:20 +01:00
Laurent Perron
70bce119e6 [UTIL] speed improvement 2021-11-23 21:37:43 +01:00
Laurent Perron
d1589a3bd6 typo 2021-11-23 14:58:27 +01:00
Laurent Perron
f320168508 [CP-SAT] bugfixes; fix #2908 2021-11-23 14:58:14 +01:00
Laurent Perron
f1791b8729 Merge branch 'master' of github.com:google/or-tools 2021-11-22 17:58:50 +01:00
Corentin Le Molgat
eb1d802e5a cmake: fix glop build 2021-11-22 17:31:51 +01:00
Corentin Le Molgat
323df716f3 cmake: Make BUILD_LP_PARSER optional (OFF by default) 2021-11-22 17:17:43 +01:00
Corentin Le Molgat
d8c9b78a30 cmake: Don't enable GLPK support by default. 2021-11-22 15:17:45 +01:00
Corentin Le Molgat
17058923b5 make: Fix compile with VS 2022 (fix #2895) 2021-11-22 13:09:18 +01:00
Laurent Perron
0fb4626592 missing timer method 2021-11-22 13:03:39 +01:00
Laurent Perron
d1d0b4b5a2 fix 2021-11-22 11:52:13 +01:00
Corentin Le Molgat
24b32ddc57 cmake: Apply re2 patch 2021-11-22 09:23:56 +01:00
Laurent Perron
8dbaed8901 fix 2021-11-21 19:37:33 +01:00
Laurent Perron
c42630fb71 Merge branch 'master' of github.com:google/or-tools 2021-11-21 19:29:55 +01:00
Laurent Perron
50f61a20fa fix lp_parser 2021-11-21 19:29:35 +01:00
Mizux Seiha
0472d73080 ci: Fix cmake_windows_python job 2021-11-20 22:24:49 +01:00
Laurent Perron
703efd16b3 [CP-SAT] fix presolve bug for floating point objective; fix symmetry code 2021-11-19 21:58:56 +01:00
Laurent Perron
f517734e84 fix 2021-11-19 21:28:38 +01:00
Laurent Perron
0d96b0dffd fix windows compilation 2021-11-19 18:57:11 +01:00
Laurent Perron
7e699275e1 [CP-SAT] better processing of double objective; add one more symmetry breaking presolve rule; add objective rounding cut; remove IntegerArgumentProto message 2021-11-19 17:58:54 +01:00
Laurent Perron
733a4b5422 [CP-SAT] better processing of double objective; add one more symmetry breaking presolve rule; add objective rounding cut; remove IntegerArgumentProto message 2021-11-19 17:58:53 +01:00
Mizux
2be8529ec3 Update README.md 2021-11-19 14:55:58 +01:00
Corentin Le Molgat
a9c46d2302 rework bazel doc 2021-11-19 14:52:25 +01:00
Corentin Le Molgat
94d4c25438 cmake: Fix python executable in python install script 2021-11-19 14:24:03 +01:00
Corentin Le Molgat
000010a405 ci(make): Add pandas 2021-11-19 14:04:34 +01:00
Corentin Le Molgat
ef0cd09433 bazel: clean WORKSPACE 2021-11-19 14:02:44 +01:00
Corentin Le Molgat
cfa0eec941 Add lp_parser 2021-11-19 14:02:44 +01:00
Laurent Perron
94d37c40ad add numpy install to github make python actions 2021-11-19 13:57:23 +01:00
Laurent Perron
6c474223bd [PACKING] update packing solver 2021-11-19 10:34:24 +01:00
Laurent Perron
65951e1b13 fix example 2021-11-19 10:33:29 +01:00
Laurent Perron
7826f2a8a0 reorder build file; reindent code 2021-11-19 01:00:59 +01:00
Laurent Perron
4327ed19bd fix 2021-11-19 00:51:38 +01:00
Laurent Perron
5b1a99e330 [CP-SAT] allow double coefficients in the objective 2021-11-19 00:28:44 +01:00
Laurent Perron
179b088c50 remove uncorrectly exported code 2021-11-19 00:27:59 +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
Mizux Seiha
f0fdd90c64 python: install pandas and matplotlib in venv 2021-11-17 20:57:19 +01:00
Mizux Seiha
229db02749 cmake: clean python.cmake 2021-11-17 15:45:49 +01:00
Mizux Seiha
d0e7970c6b cmake: Added GLPK support and docs
* Use Mizux/GLPK (Tag 5.0)
* cmake: Fix swig flags
* cmake: Update ortoolsConfig.cmake
2021-11-17 14:04:57 +01:00
Mizux Seiha
9ef2cf4ba4 linear_solver: Fix glpk compilation 2021-11-17 14:04:57 +01:00
Mizux Seiha
168711103f python: Fix setup.py 2021-11-17 12:31:01 +01:00
Mizux Seiha
ddeb35881e cmake: Use virtualenv instead of venv
windows runner fail when using venv...
2021-11-17 12:30:01 +01:00
Mizux Seiha
a27974a1da cmake: Fix error when using MSVC 2021-11-17 12:28:42 +01:00
Mizux Seiha
5713958c45 cmake: Use PROJECT_NAMESPACE 2021-11-17 12:28:42 +01:00
Laurent Perron
b42582de27 [CP-SAT] better use of symmetries; better presolve of products; add affine API in the python API; fix linearization of products 2021-11-16 23:55:30 +01:00
Laurent Perron
09a2911f59 misc 2021-11-16 23:53:36 +01:00