Commit Graph

11000 Commits

Author SHA1 Message Date
Laurent Perron
81b31ff24b Move model_builder under linear_solver 2022-09-12 11:28:52 +02:00
Laurent Perron
a93c57b707 [CP-SAT] prepare for reservoir with variable demand; internal tweakes 2022-09-09 16:49:35 +02:00
Laurent Perron
9321ab2096 update and fix examples 2022-09-09 16:49:24 +02:00
Laurent Perron
9931205f7c [CP-SAT] prepare for reservoir with variable demand; internal tweakes 2022-09-09 16:48:39 +02:00
Laurent Perron
f1e85a3373 missing stl 2022-09-09 16:47:18 +02:00
Laurent Perron
79aaf280bd update base library 2022-09-09 16:42:22 +02:00
Laurent Perron
06f3057ebc finish to numpify simple max flow 2022-09-06 14:48:40 +02:00
Laurent Perron
f69de028ba finish to numpify simple min cost flow 2022-09-06 12:42:01 +02:00
Corentin Le Molgat
f33e95b004 examples: fix dotnet samples 2022-09-05 17:39:18 +02:00
Corentin Le Molgat
11fb501667 contrib: Fix .net examples 2022-09-05 17:38:11 +02:00
Corentin Le Molgat
76252d1097 ci: remove deprecated job 2022-09-05 15:04:39 +02:00
Corentin Le Molgat
22221cf2db cmake: Fix SCIP on python (#3454) 2022-09-05 14:47:15 +02:00
Corentin Le Molgat
436fbee510 Fix comment in scip_proto_solver.cc 2022-09-02 15:58:28 +02:00
Corentin Le Molgat
f41aa968c2 update comment in linear_solver.h 2022-09-02 15:58:04 +02:00
Corentin Le Molgat
1ab5c884cc update gscip 2022-09-02 15:57:43 +02:00
Corentin Le Molgat
91cd1eaa28 bazel: Bump rules_python 0.8.1 -> 0.12.0 2022-09-02 15:57:32 +02:00
Corentin Le Molgat
2d94127d59 cmake: Remove SOURCE_SUBDIR when fetching protobuf
since protobuf v21.5 move root cmake/CMakeLists.txt to root dir
2022-09-02 13:47:01 +02:00
Corentin Le Molgat
5e22237e6f Update Protobuf 3.19.4 -> v21.5
note: python 4.21.5, all others languages 3.21.5
2022-09-02 13:47:01 +02:00
Corentin Le Molgat
dcf338d919 fix ZLIB include 2022-09-02 13:47:01 +02:00
Corentin Le Molgat
7163bf8ee2 fixup SCIP update 2022-09-02 11:55:25 +02:00
Corentin Le Molgat
875655a5e7 cmake(ci): Rework Makefile 2022-09-02 10:39:33 +02:00
Corentin Le Molgat
323db0a869 cmake(ci): Remove all arm workflows 2022-09-02 10:39:33 +02:00
Corentin Le Molgat
69e409ab2e tools: remove linaro aarch64 toolchain
gcc 7.5 is too old to be able to compile or-tools
2022-09-02 10:39:33 +02:00
Mizux Seiha
f8b56ac15d ci: Add aarch64 bootlin toolchains jobs 2022-09-02 08:42:51 +02:00
Mizux Seiha
0a9b42a1b5 tools: Add aarch64 bootlin toolchains 2022-09-01 20:49:55 +02:00
Mizux Seiha
8d48a7e7aa tools: enable qemu for aarch64_be test 2022-09-01 14:51:09 +02:00
Corentin Le Molgat
de94df926c ci: Add toolchain jobs 2022-08-31 18:02:07 +02:00
Corentin Le Molgat
1b8777c473 cmake(ci): add generic toolchain support 2022-08-31 17:56:35 +02:00
Corentin Le Molgat
6391ce9b59 cmake(ci): cleanup Makefile 2022-08-31 17:55:28 +02:00
Corentin Le Molgat
4da1cb3adc cmake(ci): cleanup Makefile 2022-08-31 14:40:47 +02:00
Corentin Le Molgat
096b4360f4 tools: add powerpc toolchain 2022-08-31 14:40:47 +02:00
Corentin Le Molgat
020f08d162 tools: bump qemu to 7.0.0 2022-08-31 14:40:45 +02:00
Corentin Le Molgat
c90b245eab cmake: Fix XCode dotnet build 2022-08-31 13:29:20 +02:00
Laurent Perron
a3d0375dc8 fix #3087 2022-08-31 06:41:23 +02:00
Mizux Seiha
f49d3aa6e1 Fix allstar check (Fix #3328) 2022-08-30 13:18:32 +02:00
Laurent Perron
5b44519e94 [CP-SAT] various bugfixes from fuzzer 2022-08-29 17:47:30 +02:00
Laurent Perron
c7c7b46082 fix #3422 2022-08-29 16:53:29 +02:00
Corentin Le Molgat
8c15d11820 ci: Fix macos-latest python jobs
default python is now Python3.10
2022-08-29 16:09:21 +02:00
Corentin Le Molgat
5ec873b4be bazel(ci): Fix fedora job
now, Fedora:36 provide bazel5...
2022-08-29 16:09:21 +02:00
Corentin Le Molgat
d6a2696f76 cmake: Fix sat build on windows 2022-08-29 16:09:21 +02:00
Corentin Le Molgat
c2f360eadb ci: Rework macos workflows 2022-08-29 16:09:20 +02:00
Laurent Perron
fda295e6b3 Merge branch 'main' of github.com:google/or-tools 2022-08-29 16:00:40 +02:00
Laurent Perron
7072ae92ec do not call cxx_cpp_pdlp_solve #3429 2022-08-29 16:00:30 +02:00
Laurent Perron
bdb366bb5d fix #3432 2022-08-29 15:59:47 +02:00
Corentin Le Molgat
dc3349502e tools: Update cross_compile.sh 2022-08-29 11:37:59 +02:00
Corentin Le Molgat
cd2f812073 ci: rework cmake linux cpp job 2022-08-29 11:35:54 +02:00
Corentin Le Molgat
82019bf532 cmake: disable compile and run of pdlp_solve
todo(mizux): add option to only build but do not run examples needing input files
2022-08-29 11:35:27 +02:00
Corentin Le Molgat
5863351dba cmake(ci): Fix ubuntu build 2022-08-29 09:35:14 +02:00
Laurent Perron
ac441927b8 [CP-SAT] catch unsat model in presolve 2022-08-25 20:43:12 +02:00
Laurent Perron
0e4c5dbbbe [CP-SAT] fix presolve bugs 2022-08-24 17:56:27 +02:00