Guillaume Chatelet
|
7f22b7208c
|
Create a presubmit CI (#4934)
|
2025-12-15 15:28:50 +01:00 |
|
Laurent Perron
|
39b915c763
|
fix
|
2025-12-15 15:27:43 +01:00 |
|
Guillaume Chatelet
|
ae82a37616
|
Fix various warnings (#4950)
|
2025-12-15 13:59:54 +01:00 |
|
Laurent Perron
|
4dab47eaa6
|
[CP-SAT] bugfixes
|
2025-12-15 13:59:08 +01:00 |
|
Corentin Le Molgat
|
c0b5917c07
|
math_opt: fix xpress_solver build on windows
|
2025-12-15 13:08:16 +01:00 |
|
Corentin Le Molgat
|
146566e2be
|
sat: increase time limit in test_issue4376_minimize_model (fix #4941)
|
2025-12-15 13:07:57 +01:00 |
|
Laurent Perron
|
562ffd7eed
|
[CP-SAT] more work on lrat; cleanup memory management in scheduling clauses; improve encoded only variable expansion; fix a few bugs
|
2025-12-15 13:07:29 +01:00 |
|
Laurent Perron
|
b6c198050d
|
misc
|
2025-12-15 13:07:23 +01:00 |
|
Guillaume Chatelet
|
69dc22f35d
|
Update linear solver build (#4945)
|
2025-12-15 13:06:58 +01:00 |
|
Guillaume Chatelet
|
6d76575f3d
|
Format xpress files
|
2025-12-15 13:06:04 +01:00 |
|
Corentin Le Molgat
|
5aa3a9317c
|
routing: Remove unused model_ member from Resource.
|
2025-12-11 11:16:15 +01:00 |
|
Mizux Seiha
|
dfcec1fde6
|
routing: backport from main
|
2025-12-09 23:46:23 +01:00 |
|
Mizux Seiha
|
210bfe0cac
|
xpress: backport from main
|
2025-12-09 22:50:01 +01:00 |
|
Mizux Seiha
|
26b01437f4
|
math_opt: backport from main
|
2025-12-09 22:49:43 +01:00 |
|
Laurent Perron
|
1666cf41ab
|
routing improvements
|
2025-12-09 20:29:51 +01:00 |
|
Laurent Perron
|
97b64b49f2
|
support copy, deepcopy in python for sorted interval lists
|
2025-12-09 19:09:42 +01:00 |
|
Laurent Perron
|
4a2de332ce
|
[CP-SAT] bug fixes, memory utilization reduction; more work on lrat
|
2025-12-09 19:09:37 +01:00 |
|
Mizux Seiha
|
469d83a2ef
|
java: update publishing url for package
* tools/release: update maven central token
|
2025-12-09 18:28:41 +01:00 |
|
Corentin Le Molgat
|
d7e1a1ed76
|
algorithms: format fix from google3
|
2025-12-08 17:40:21 +01:00 |
|
Guillaume Chatelet
|
7345481dfe
|
Remove fuzztest support from OR-Tools (#4938)
* Remove fuzztest support from OR-Tools
|
2025-12-08 11:31:29 +01:00 |
|
Laurent Perron
|
b7d1dc65dc
|
[CP-SAT] more work on lrat; canonicalize Boolean variables in a few more places
|
2025-12-08 11:24:06 +01:00 |
|
Laurent Perron
|
d41e49724a
|
reformat
|
2025-12-05 08:27:14 +01:00 |
|
Laurent Perron
|
3b18bdd58b
|
[CP-SAT] morework on lrat
|
2025-12-05 08:27:10 +01:00 |
|
Laurent Perron
|
69a94a445e
|
more julia
|
2025-12-05 08:27:05 +01:00 |
|
Corentin Le Molgat
|
4f9d32fd6a
|
cmake: dotnet build samples,examples,tests fixup
|
2025-12-03 14:43:59 +01:00 |
|
Mizux Seiha
|
94dceb5957
|
cmake: fix .net release candidate support
|
2025-12-03 14:43:03 +01:00 |
|
Mizux Seiha
|
1adba4f3e7
|
cmake: fix java pre release support
|
2025-12-03 14:42:58 +01:00 |
|
Mizux Seiha
|
9845ee219b
|
cmake: fix python pre release support
|
2025-12-03 14:42:53 +01:00 |
|
Corentin Le Molgat
|
78ea1566e6
|
fix routing/parser build
|
2025-12-03 14:42:23 +01:00 |
|
Guillaume Chatelet
|
b880e0fb64
|
Use new bintest framework (#4928)
|
2025-12-02 15:33:12 +01:00 |
|
Corentin Le Molgat
|
91e63a7d41
|
scip: Fix 10.0.0 support
|
2025-12-01 17:48:28 +01:00 |
|
Laurent Perron
|
cfdbc48ad2
|
fix
|
2025-12-01 17:48:20 +01:00 |
|
Laurent Perron
|
1623b1cb18
|
[CP-SAT] add soft constraint examples
|
2025-12-01 17:48:15 +01:00 |
|
Laurent Perron
|
993ac168d6
|
[Python] improve support for gil-less python 3.14
|
2025-12-01 17:48:09 +01:00 |
|
Laurent Perron
|
6d3a78e9d5
|
[Routing] add search event: at optimal
|
2025-12-01 17:47:39 +01:00 |
|
Laurent Perron
|
56613156ce
|
[CP-SAT] work on lrat; work in inprocessing; fix bug with reduced variables domains and hints
|
2025-12-01 17:44:18 +01:00 |
|
Laurent Perron
|
fce013c63e
|
tentative fix for #4929
|
2025-12-01 17:44:11 +01:00 |
|
Mizux Seiha
|
0da2566929
|
backport sat/CpSolver.java from main
|
2025-11-25 15:47:25 +01:00 |
|
Laurent Perron
|
cd37bacd2a
|
backport sat from main
|
2025-11-24 16:26:34 +01:00 |
|
Corentin Le Molgat
|
d15a2e67e3
|
math_opt: export from google3
|
2025-11-24 13:56:15 +01:00 |
|
Corentin Le Molgat
|
444331501f
|
routing: export filters update from google3
|
2025-11-24 13:56:10 +01:00 |
|
Corentin Le Molgat
|
cf21748fdb
|
cmake: Add Python 3.14 support
|
2025-11-21 16:27:05 +01:00 |
|
Corentin Le Molgat
|
8e56816c8a
|
cmake: fixup
|
2025-11-21 14:23:30 +01:00 |
|
Corentin Le Molgat
|
5fc3aff39a
|
routing: export from google3
|
2025-11-21 13:17:41 +01:00 |
|
Corentin Le Molgat
|
e89fcb39a7
|
gurobi: add 13.0.0 and 12.0.3 dynamic support
|
2025-11-21 11:21:38 +01:00 |
|
Laurent Perron
|
7adffccc0d
|
[CP-SAT] more work on encodings, lrat
|
2025-11-21 11:21:34 +01:00 |
|
Corentin Le Molgat
|
ebe81847a8
|
cmake: fix configure when using -DBUILD_TESTING=OFF
|
2025-11-21 11:21:29 +01:00 |
|
Corentin Le Molgat
|
bb8da74956
|
linear_solver: export from google3
|
2025-11-21 11:21:21 +01:00 |
|
Corentin Le Molgat
|
96bddc82f9
|
graph: export from google3
|
2025-11-21 11:21:14 +01:00 |
|
Corentin Le Molgat
|
8159ee45fc
|
util: Delete function SortedDisjointIntervalList::GrowRightByOne which is unused
|
2025-11-19 13:36:08 +01:00 |
|