Commit Graph

10979 Commits

Author SHA1 Message Date
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
Laurent Perron
a938579e04 check more parameters 2022-08-24 17:56:08 +02:00
Laurent Perron
df7ee6cbee stl includes 2022-08-24 17:55:54 +02:00
Laurent Perron
e2d3c30c7d fix rare bug 2022-08-24 17:55:37 +02:00
Corentin Le Molgat
ef0601c064 tools/docker: rework SHA1 verification 2022-08-24 14:12:13 +02:00
Corentin Le Molgat
dbb0fb4634 tools: bump qemu to 7.0.0 2022-08-24 14:11:13 +02:00
Corentin Le Molgat
25f74e892b fix mips64 cross build
* Bump to 2020 codespace toolchain
* Fix SYSROOT_DIR
* Fix convertion using _MIPS_SZPTR

dev note:
cd /build_cross/archives/mips-mti-linux-gnu/2020.06-01/bin
./mips-mti-linux-gnu-g++ -EB -mips64r6 -mabi=64 -std=c++17 -dM -E -x c++ /dev/null | grepc -i mips
2022-08-24 11:51:12 +02:00
Mizux Seiha
4e46b34133 linear_solver: add tag to BasicExample.cs 2022-08-23 17:29:20 +02:00
Laurent Perron
b7313fe166 fixes 2022-08-23 16:36:21 +02:00
Laurent Perron
1e7abe6739 fixes 2022-08-23 16:36:07 +02:00
Laurent Perron
5bf40c04f2 fix timetable explanation 2022-08-23 16:35:50 +02:00
Laurent Perron
611997a08e polish 2022-08-22 23:41:39 +02:00
Laurent Perron
f1768f61c9 Merge branch 'main' of github.com:google/or-tools 2022-08-22 18:58:03 +02:00
Laurent Perron
0ce90f33e0 fix #3407 2022-08-22 18:57:54 +02:00
Mizux Seiha
5669a3f920 make: Rename archives
follow the convention PLATFORM_DISTRO_LANGUAGE
e.g. aarch64_Ubuntu-20.04_cpp
2022-08-22 16:09:51 +02:00
Mizux Seiha
44a118e8fa tools/docker: Fix ubuntu-22.04 2022-08-22 15:50:00 +02:00
Laurent Perron
0f122297a9 fix scheduling cuts 2022-08-21 18:05:35 +02:00
Laurent Perron
405b1dcaf1 better error reporting when file is not there 2022-08-19 09:25:45 +02:00
Laurent Perron
38c61ed653 add stl includes 2022-08-19 09:25:25 +02:00
Laurent Perron
6c55890ce4 add new lower bounds and new pre-computations to rcpsp_sat.py 2022-08-19 09:24:27 +02:00
Laurent Perron
0b0f33b8ce [CP-SAT] add diophantine equation solver; improve CumulativeTimeTable cuts 2022-08-18 17:32:24 +02:00
Mizux Seiha
ff178b6278 tools/release: Add build_delivery_meta
* needed to create .Net and Java meta package
2022-08-18 11:56:11 +02:00