Laurent Perron
7fec12bc35
remove stderrthreshold flag, use absl globals method
2025-02-19 17:00:34 +01:00
Laurent Perron
660044eeb3
simplify rcpsp example; add string_view to fap code
2025-02-19 13:30:12 +01:00
Mizux Seiha
d3af4d76c9
cmake: Fix and enabled shared lib support with MSVC
...
* Add decldll to proto
* rework init to make it working for MSVC
* fix test_xprs_interface build
dotnet: Fix MSVC shared libs support
* Fix csproj to include libortools.dll
java: Fix MSVC shared_libs support
* Fix runtime jar to include libortools.dll
python: Fix MSVC shared_libs support
* fix __init__.py.in loading for MSVC
2025-02-04 19:42:22 +01:00
Mizux Seiha
ebd1f3146f
update notebooks
2025-02-04 18:22:26 +01:00
Laurent Perron
15b93ce318
Merge pull request #4521 from arnabanimesh/patch-3
...
Don't add negative load during reloading at depots when calculat…
2025-01-30 11:37:43 +01:00
Arnab Animesh Das
81814e6a09
Update python notebook and minor formatting
2025-01-30 16:04:29 +05:30
Laurent Perron
749899c342
Merge pull request #4520 from arnabanimesh/patch-2
...
Inactive trucks should not be shown in the output
2025-01-28 18:45:03 +01:00
Arnab Animesh Das
5261ee4398
Change all instances
2025-01-28 03:07:08 +05:30
Arnab Animesh Das
632dc073fd
Simplify code
2025-01-28 01:07:06 +05:30
Arnab Animesh Das
7c8e1ce338
Merge branch 'main' into patch-3
2025-01-28 00:33:38 +05:30
Arnab Animesh Das
95c13bf27e
Consider distance from distance dimension rather than entire cost in cvrp_reload ( #4522 )
2025-01-27 15:19:36 +01:00
Corentin Le Molgat
88dfe4d4e2
notebook: regenerate all
2025-01-27 10:22:38 +01:00
Arnab Animesh Das
3065641451
Fix cvrp_reload.py dropped reload stations output ( #4519 )
...
Dropped orders should not come with dropped reload stations in cvrp_reload.py example output
2025-01-27 10:05:45 +01:00
Arnab Animesh Das
57d16ac04f
Simplify code
2025-01-26 19:56:13 +05:30
Arnab Animesh Das
e6ad8ca160
Don't subtract negative load during reloading at depots when calculating total load delivered by the truck in cvrp_reload
2025-01-26 19:42:25 +05:30
Arnab Animesh Das
1ea1cfb340
Inactive trucks should not be shown in the output of cvrp_reload.ipynb example output
2025-01-26 15:33:25 +05:30
Laurent Perron
c0ea6f4179
more graph cleanup
2025-01-20 14:58:09 +01:00
Laurent Perron
0d32cb42ca
graph cleaning
2025-01-14 15:59:35 +01:00
Parker Conrad
b5718800eb
docs: fix typo in shift_scheduling_sat.py
2025-01-13 07:57:02 -08:00
Parker Conrad
5ebaddb648
docs: fix a typo in shift_scheduling_sat.py
2025-01-12 22:22:01 -08:00
Corentin Le Molgat
c34026b101
Bump copyright to 2025
...
note: done using
```sh
git grep -l "2010-2024 Google" | xargs sed -i 's/2010-2024 Google/2010-2025 Google/'
```
2025-01-10 11:33:35 +01:00
Laurent Perron
10b5ec6d0a
fix examples/cpp cmake
2025-01-06 13:48:06 +01:00
Laurent Perron
aac0daefea
more cleaning on graphs
2025-01-06 13:20:57 +01:00
Laurent Perron
b53fe42862
fix build.bazel
2024-12-29 19:47:45 +01:00
Laurent Perron
a52d00b42b
fix examples
2024-12-29 19:21:42 +01:00
Laurent Perron
d77467d11a
revamp graph code; remove deprecated graph implementations
2024-12-28 11:22:06 +01:00
Laurent Perron
f13f450d13
[CP-SAT] fix a few fuzzer bugs; preserve a bit more hints during presolve; change max_clique heuristics used in presolve
2024-11-15 07:27:30 +01:00
Laurent Perron
7053436950
switch to Bazel modules; slight improvements in CP-SAT 2D packing propagators
2024-11-03 11:07:22 +01:00
Ivet Galabova
d5f005ec98
add highs to examples
2024-10-21 17:10:33 +03:00
Ivet Galabova
ff615934d7
Merge branch 'main' into ig-lp-highs
2024-10-16 17:52:18 +03:00
Laurent Perron
5766fabd32
fix java
2024-10-09 14:02:45 +02:00
Laurent Perron
4b0aabeb4a
fix pdptw example
2024-10-08 16:02:16 +02:00
Mizux Seiha
a02548f178
cmake: Rework ortools_cxx_test()
2024-10-07 11:10:49 +02:00
Ivet Galabova
9f28e63392
test highs
2024-09-19 09:34:58 +02:00
Corentin Le Molgat
1ded1f2edd
sat: Add symmetry_util_test.cc
2024-08-28 13:29:25 +02:00
Mizux Seiha
ef294c8b43
routing: Fix namespace change
2024-08-12 13:39:15 +02:00
Corentin Le Molgat
14a1be71b2
examples: sync notebooks
2024-08-12 13:17:56 +02:00
Laurent Perron
1430011519
polish python examples: use string interpolations; remove many mypy warnings
2024-07-25 15:46:57 -07:00
Laurent Perron
c0c709c0bc
remove mypy issues
2024-07-24 14:54:57 -07:00
Laurent Perron
5ab943e0b5
add new python example; add simple typing annotations
2024-07-23 14:07:41 +02:00
Laurent Perron
07634d5417
reduce example runtime
2024-07-22 17:33:36 +02:00
Laurent Perron
510e2408ad
add new examples
2024-07-22 14:03:23 +02:00
Laurent Perron
db0c467e03
new example: pell equation
2024-07-22 11:30:12 +02:00
Corentin Le Molgat
7e8fef2003
python: fixup examples
2024-06-24 15:44:16 +02:00
Corentin Le Molgat
06aea80bf6
routing: regen notebooks
2024-06-24 15:09:04 +02:00
Corentin Le Molgat
312959af70
routing: mv routing stuff from constraint_solver/ to routing/
...
* remove routing_ prefix to file
* now have a pywrapcp and a pywraprouting binding.
2024-06-21 16:35:46 +02:00
Laurent Perron
0eb35f33cf
tweak permutation_flow_shop: use absl flags, add params flag
2024-06-16 18:28:48 +02:00
Leon Lan
56825086bc
Permutation flow shop example
2024-06-15 19:26:50 +02:00
Laurent Perron
837806b516
new example + asan config for bazel
2024-06-11 09:28:35 -07:00
Mizux Seiha
32d962c0aa
update notebooks
2024-04-30 21:30:04 +02:00