Commit Graph

425 Commits

Author SHA1 Message Date
Mizux Seiha
f071f8b8bd deps: Bump SCIP 7.0.1 -> v800 2022-02-02 16:28:12 +01:00
Corentin Le Molgat
683d1d12e1 sync with google code 2022-01-27 16:35:42 +01:00
Corentin Le Molgat
a40295d79c Sync from google 2022-01-21 17:51:38 +01:00
Corentin Le Molgat
3cc01f2a29 fixup export sync 2022-01-18 11:05:48 +01:00
Corentin Le Molgat
904f9c67cd Sync google/github 2022-01-17 15:47:25 +01:00
Corentin Le Molgat
6a1559f0a9 linear_solver: Fix indentation 2022-01-17 11:01:32 +01:00
Corentin Le Molgat
5d7b310bda sync linear_solver 2022-01-17 09:28:11 +01:00
Corentin Le Molgat
4e604d4bad Sync code 2022-01-03 09:49:48 +01:00
Corentin Le Molgat
354e350004 Sync C# indent 2022-01-03 09:49:47 +01:00
Laurent Perron
ce02461741 wrap MPModelRequest in python 2022-01-02 10:30:57 +01:00
Corentin Le Molgat
285ea58474 cleanup 2021-12-27 15:49:04 +01:00
Corentin Le Molgat
6644f1e0f6 Fix tag in sample 2021-12-27 15:45:06 +01:00
Mizux Seiha
1c62c3a18a Port AssignmentTaskSizeMip to all languages 2021-12-24 12:00:00 +01:00
Mizux Seiha
076ca10727 Port AssignmentGroupsMip to all languages 2021-12-23 14:47:08 +01:00
Corentin Le Molgat
4811569711 Port AssignmentTeamsMip to all languages 2021-12-23 14:47:08 +01:00
Mizux Seiha
3c55501a6f Cleanup assignment_mip.py 2021-12-23 14:47:08 +01:00
Laurent Perron
ef4106b549 [CP-SAT] fix int_prod presolve; better checker; better treatment of floating point constraints (from the linear solver) and objective 2021-12-08 11:48:14 +01:00
Laurent Perron
560826496b BUILD -> BUILD.bazel 2021-12-06 14:36:13 +01:00
Corentin Le Molgat
e41b99a930 remove deprecated .csprog 2021-12-03 17:22:45 +01:00
Laurent Perron
bbd93df3b3 Merge branch 'master' of github.com:google/or-tools 2021-12-03 15:14:50 +01:00
Laurent Perron
a0cee8d911 fix corner case bugs in CP-SAT and GLOP 2021-12-03 15:14:37 +01:00
Corentin Le Molgat
5f567735d7 cmake: Fix dotnet.cmake and path 2021-12-03 14:20:19 +01:00
Mizux Seiha
72ebd8b748 cmake: rework .Net support 2021-12-03 14:20:19 +01:00
Mizux Seiha
976f227b67 cmake: rework java 2021-12-03 14:20:19 +01:00
Mizux Seiha
655eec5260 cmake: rework python 2021-12-03 14:20:19 +01:00
Corentin Le Molgat
1d48a794d4 Update MultipleKnapsack[Mip|Sat] 2021-12-02 09:38:53 +01:00
Mizux Seiha
628ea0465c python: sync multiple_knapsack samples 2021-12-01 16:04:53 +01:00
Mizux Seiha
d15847ec36 Bump csproj to 9.2 2021-11-30 18:13:26 +01:00
Corentin Le Molgat
e4da164368 sample: Rework MultipleKnapsack[Sat|Mip] 2021-11-30 18:02:46 +01:00
Laurent Perron
9fefaadfaf [LP] change default tolerance on verify solution; add missing base include 2021-11-28 13:01:55 +01:00
Mizux Seiha
28ca6eb5a4 Sync multiple_knapsack python samples 2021-11-25 00:19:30 +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
Laurent Perron
09a2911f59 misc 2021-11-16 23:53:36 +01:00
Corentin Le Molgat
6f4788888b linear_solver: Fix assignment_groups_mip.py 2021-11-03 17:29:14 +01:00
Corentin Le Molgat
75228ebc36 linear_solver: Add assignment_groups_mip.py 2021-11-03 13:01:33 +01:00
Corentin Le Molgat
649ae07d9a linear_solver: Add assignment_task_sizes_mip.py 2021-11-03 13:01:23 +01:00
Corentin Le Molgat
50b20c3873 linear_solver: Add assignment_teams_mip.py 2021-11-03 13:01:09 +01:00
Laurent Perron
385eb02d85 improve CP-SAT linear solver backend 2021-10-12 10:51:57 +02:00
Laurent Perron
475880c6c7 show load model errors in python linear solver 2021-10-12 10:51:42 +02:00
Laurent Perron
6167340f8e improve MIP->CP-SAT translator; mark old interval API as deprecated; improve presolve of affine relations 2021-10-07 17:34:53 +02:00
Laurent Perron
5b470069fe Enable collecting all solutions found in the linear solver wrapper using the CP-SAT backend 2021-10-05 17:21:12 +02:00
Laurent Perron
a81072ab82 remove lin_level =2 from CP-SAT linear solver backend 2021-10-04 13:55:48 +02:00
Laurent Perron
61e9335dc5 fix #2806 2021-10-03 07:16:03 +02:00
Laurent Perron
9304d1aa3b Merge branch 'master' of github.com:google/or-tools 2021-09-24 11:04:52 +02:00
Laurent Perron
b90bcd58f9 cleanup thread manager for CP-SAT linear solver backend 2021-09-24 11:04:39 +02:00
Mizux Seiha
995b3e7734 Fix SWIG 2021-09-23 17:32:27 +02:00
Laurent Perron
778b1b3854 [MPSolver] Add better code to interrupt solve; rewrite thread management code when using the CP-SAT solver backend 2021-09-23 14:30:01 +02:00
Laurent Perron
1941d1a5af update csproj and generator to use netcoreapp3.1 2021-09-21 09:55:14 +02:00
Laurent Perron
83007b4c00 bump version to 9.1; regenerate doc 2021-09-20 15:57:27 +02:00