Corentin Le Molgat
058a864827
make: Add USE_DOTNET_CORE_31 and USE_DOTNET_6
2022-06-10 17:09:34 +02:00
Corentin Le Molgat
189165d852
cmake(ci): update
2022-06-10 16:59:55 +02:00
Corentin Le Molgat
0a51097f74
tools/docker: Fix ubuntu andarchlinux dotnet build
2022-06-10 16:59:32 +02:00
Corentin Le Molgat
78939381c2
cmake(ci): use zypper refresh on opensuse
2022-06-10 16:32:35 +02:00
Corentin Le Molgat
cbc5674ffb
cmake(dotnet): Use USE_DOTNET_CORE_31 and USE_DOTNET_6
2022-06-10 16:06:18 +02:00
Mizux Seiha
30f58f4892
ci: Add system deps jobs
2022-06-09 21:21:47 +02:00
Mizux Seiha
7dbfb1fd26
cmake(ci): Add system_deps "distro"
...
* archlinux based distro
* all or-tools deps are retrived from the system wide install
* re2 is a pkgconfig (.pc)
* SCIP is disable (no package available)
* GLPK enable
2022-06-09 21:16:57 +02:00
Mizux Seiha
019acfb86c
cmake: Rewok FindGLPK.cmake
2022-06-09 21:15:03 +02:00
Mizux Seiha
33024913bd
cmake: disable re2 test
2022-06-09 12:39:57 +02:00
Mizux Seiha
b0a78201dd
cmake: Fix GLPK support ( Fix #3312 )
...
* Eigen was spuriously enabling fortran
* Missing GLKP helpers functions
2022-06-09 12:39:57 +02:00
Miles Lubin
7374141757
PDLP: Log corrected_dual_objective ( #3336 )
2022-06-09 00:13:23 +02:00
Corentin Le Molgat
2b5141c347
make(ci): Fix opensuse C++ archive test
2022-06-08 18:23:38 +02:00
Corentin Le Molgat
d95d7827c4
cmake: Cleanup README.md
2022-06-08 15:25:47 +02:00
Corentin Le Molgat
b2d2bc98ac
tools/docker: cleanup
2022-06-08 15:25:30 +02:00
Corentin Le Molgat
7258f2f36d
make(ci): remove call to third_party
2022-06-08 15:25:17 +02:00
Corentin Le Molgat
f3c2c7eb8e
update dockerignore
2022-06-08 15:24:54 +02:00
Corentin Le Molgat
ba8ace20c2
make: Add --framework net6.0 to build command
2022-06-08 14:16:22 +02:00
Corentin Le Molgat
b6afa93099
make: reduce dotnet memory footprint by cleaning after each examples run
2022-06-08 12:00:59 +02:00
Corentin Le Molgat
09c30fbc00
Add Allstar exemptions ( Fix #3328 )
2022-06-08 11:01:42 +02:00
Corentin Le Molgat
25b796279d
cmake(ci): update ubuntu dotnet-sdk feed
2022-06-08 10:43:44 +02:00
Corentin Le Molgat
32a3d09898
make(ci): Cleanup docker images
2022-06-08 10:41:21 +02:00
Corentin Le Molgat
0003ef7474
make(ci): Fix ubuntu docker image
2022-06-08 09:17:01 +02:00
Corentin Le Molgat
383952f51c
make: Fix jobshop_sat run
...
note: the parser is file extension dependent...
2022-06-07 18:01:13 +02:00
Corentin Le Molgat
9559162a6e
ci: Add USE_GLPK=ON jobs
2022-06-07 17:37:02 +02:00
Corentin Le Molgat
0a22cc4522
ci: Add USE_COINOR=OFF jobs
2022-06-07 17:34:48 +02:00
Corentin Le Molgat
4ccf5d1055
ci: Add USE_SCIP=OFF jobs
2022-06-07 17:34:48 +02:00
Corentin Le Molgat
08ab9c39ec
dotnet: Fix tests when SCIP and COINOR are disabled ( #3261 )
2022-06-07 14:31:41 +02:00
Corentin Le Molgat
17eeab948a
make: Fix python.mk
2022-06-07 14:31:41 +02:00
Corentin Le Molgat
0ec562802a
flatzinc: sync
2022-06-07 11:27:57 +02:00
Corentin Le Molgat
e1cc1c13ff
flatzinc: Fix ortools.msc ( #3333 )
2022-06-07 09:44:06 +02:00
Corentin Le Molgat
e6aa3534c9
fixup
2022-06-07 09:13:01 +02:00
Laurent Perron
27b94139b6
Merge pull request #3334 from gen-xu/gen-xu/fix-pymalloc-without-gil-2
...
python: Fix releasing gil scope for solve_serialized_request
2022-06-07 08:51:34 +02:00
Laurent Perron
45c608e371
fix warm_start redefinition
2022-06-07 07:41:36 +02:00
Gen Xu
2d1699d2c4
python: Fix releasing gil scope for solve_serialized_request
2022-06-06 20:45:21 -07:00
Laurent Perron
5ad0feaa0c
cleanup
2022-06-06 12:03:06 +02:00
Laurent Perron
9f375b13b2
sync with internal cleanup code
2022-06-06 11:49:26 +02:00
Laurent Perron
2d4de65a79
misc cleanups
2022-06-06 11:06:09 +02:00
Laurent Perron
99d9475b0e
[CP-SAT] use linearized expression in ttef; add probing_max_lp
2022-06-06 11:05:46 +02:00
Laurent Perron
04f65a8c07
Merge pull request #3332 from gen-xu/gen-xu/fix-pymalloc-without-gil
...
python: Fix pymalloc after releasing gil (#3329 )
2022-06-05 04:15:59 +02:00
Gen Xu
7c12807722
python: Fix pymalloc after releasing gil ( #3329 )
2022-06-04 15:52:41 -07:00
Corentin Le Molgat
1ba0177af5
python: Fix tests when SCIP and COINOR are disabled ( #3261 )
2022-06-03 17:10:58 +02:00
Corentin Le Molgat
fd9820265d
cpp(test): Fix tests when SCIP and COINOR are disabled ( #3261 )
2022-06-03 17:10:58 +02:00
Corentin Le Molgat
d9e9ead827
tools/docker: fix python build
2022-06-03 14:47:56 +02:00
Corentin Le Molgat
a3d6c16a13
make: sort arguments in cpp target
2022-06-03 14:47:55 +02:00
Corentin Le Molgat
27375514ea
tools/docker: Fix centos-8 env
2022-06-03 14:47:55 +02:00
Corentin Le Molgat
109a765943
tools/docker: Fix Archlinux PORT
2022-06-03 14:47:55 +02:00
Corentin Le Molgat
225b912d7a
tools/docker: unroll --depth=1
2022-06-03 14:47:55 +02:00
Corentin Le Molgat
638555e149
tools/docker: Fix alpine-edge PORT
2022-06-03 14:47:55 +02:00
Corentin Le Molgat
2cece9433e
make: Be able to override the DISTRIBUTION value
2022-06-03 14:47:55 +02:00
Corentin Le Molgat
0e86a3db53
tools/docker: Use JOBS=8
2022-06-03 09:27:31 +02:00