Corentin Le Molgat
|
a2f777d4bd
|
make: fix archive_python
|
2022-11-09 09:30:29 +01:00 |
|
Corentin Le Molgat
|
86a64cd1f4
|
python: copy pdlp python sample
|
2022-11-08 18:10:26 +01:00 |
|
Corentin Le Molgat
|
3a87b025c0
|
routing: disable broken tests
todo(mizux): fix file path management
|
2022-11-08 16:28:26 +01:00 |
|
Mizux Seiha
|
1f36b82559
|
ci: Bump macos to Python 3.11
|
2022-11-07 22:07:31 +01:00 |
|
Laurent Perron
|
896709acff
|
[GLOP] optimize pivoting
|
2022-11-07 16:39:45 +01:00 |
|
Laurent Perron
|
4fe726a88f
|
comment
|
2022-11-07 16:39:45 +01:00 |
|
Laurent Perron
|
bee272b4fd
|
[GRAPH] check connectivity in the eulerian_path
|
2022-11-07 16:39:45 +01:00 |
|
Laurent Perron
|
1857b0f517
|
[ROUTING] use standard <random>
|
2022-11-07 16:39:45 +01:00 |
|
Laurent Perron
|
77b2703efa
|
[CP-SAT] fix interleave_search; minor code improvements
|
2022-11-07 16:39:45 +01:00 |
|
Corentin Le Molgat
|
eb5e28e2cf
|
tools/docker: Fix dockerfile
|
2022-11-07 16:01:36 +01:00 |
|
Corentin Le Molgat
|
1e8423c44f
|
swig: Fix dotnet build when using swig 4.1.0
|
2022-11-07 15:31:47 +01:00 |
|
Corentin Le Molgat
|
d1aed89a26
|
swig: Fix java build when using swig 4.1.0
|
2022-11-07 15:31:47 +01:00 |
|
Corentin Le Molgat
|
ecd2afe4bb
|
swig: Fix python build when using swig 4.1.0
|
2022-11-07 15:31:47 +01:00 |
|
Laurent Perron
|
f5d55602bc
|
merge
|
2022-11-07 15:15:22 +01:00 |
|
Laurent Perron
|
26b2da9798
|
fix compilation of fasthash64 on windows
|
2022-11-07 15:11:54 +01:00 |
|
Corentin Le Molgat
|
bf6a63671e
|
base: Fix hash.cc (Fix #3537)
|
2022-11-07 13:19:43 +01:00 |
|
Corentin Le Molgat
|
bdba6d1c94
|
tools/docker: fix python amd64 manylinux build
|
2022-11-07 11:55:22 +01:00 |
|
Laurent Perron
|
61f0e27dfd
|
[CP-SAT] fix deterministic mode
|
2022-11-06 10:58:59 +01:00 |
|
Laurent Perron
|
d70ce4defb
|
fix crash
|
2022-11-05 19:21:07 +01:00 |
|
Laurent Perron
|
43e560d236
|
[FLATZINC] remove num_solution/-n options
|
2022-11-04 19:57:42 +01:00 |
|
Laurent Perron
|
5bffac511e
|
[CP-SAT] improve deterministic search code
|
2022-11-04 19:57:21 +01:00 |
|
Corentin Le Molgat
|
ab2fb2305a
|
release: Fix python whl naming
|
2022-11-04 18:26:23 +01:00 |
|
Corentin Le Molgat
|
76a73026dd
|
release: Fix macos arm64 build
|
2022-11-04 17:34:03 +01:00 |
|
Corentin Le Molgat
|
efc089e8b5
|
bazel: remove dead dependency
now fast_hash is vendored in base/hash.cc
|
2022-11-04 16:06:39 +01:00 |
|
Corentin Le Molgat
|
792e3078e9
|
base: format hash.h
|
2022-11-04 15:40:09 +01:00 |
|
Laurent Perron
|
8e6393a19f
|
fix
|
2022-11-04 09:41:16 +01:00 |
|
Laurent Perron
|
412f3d7d9c
|
add model and solution fingerprinting to CP-SAT; cleanup old hash code; incorporate fast_hash in the codebase
|
2022-11-04 09:34:37 +01:00 |
|
Corentin Le Molgat
|
4908fd2fb4
|
update python notebooks
|
2022-11-02 10:12:37 +01:00 |
|
Corentin Le Molgat
|
9270aa0d59
|
routing(python): test fixup
|
2022-10-28 17:23:46 +02:00 |
|
Mizux Seiha
|
2756e316e9
|
routing(python): Add FirstSolutionStrategy and LocalSearchMetaheuristic (#3364)
|
2022-10-28 16:42:48 +02:00 |
|
Mizux Seiha
|
abd7328623
|
Add python 3.11 support (#3515)
|
2022-10-28 11:50:36 +02:00 |
|
Corentin Le Molgat
|
49d3c1ecbf
|
Fix pywraprouting_test.py
|
2022-10-28 11:50:36 +02:00 |
|
Mizux Seiha
|
ab9c7a79cf
|
cmake: Update README.md
|
2022-10-27 16:23:37 +02:00 |
|
Laurent Perron
|
caac7e2d19
|
Merge pull request #3520 from Regista6/main
fixed a few dead links in the readme of ortools/sat
|
2022-10-27 12:00:26 +02:00 |
|
watchdogs132
|
4685866446
|
slight changes to the relative links
|
2022-10-27 14:40:31 +05:30 |
|
Mizux Seiha
|
f8ca40baf2
|
make: Fix python test run
|
2022-10-27 10:56:55 +02:00 |
|
Mizux Seiha
|
0dd8a8756e
|
cmake(python): Add BUILD_VENV option
|
2022-10-27 10:56:20 +02:00 |
|
Corentin Le Molgat
|
9b0825d58c
|
routing: fix indent
|
2022-10-26 16:22:32 +02:00 |
|
Corentin Le Molgat
|
6346e05af3
|
make: fix test_cpp_model_viewer
|
2022-10-26 15:27:07 +02:00 |
|
Corentin Le Molgat
|
e48c362f2e
|
make: Fix pdlp samples
|
2022-10-26 15:27:07 +02:00 |
|
Corentin Le Molgat
|
922ce0226b
|
routing: fix best value in data
|
2022-10-26 15:27:06 +02:00 |
|
Corentin Le Molgat
|
21f906be28
|
base: fix format
|
2022-10-26 15:27:06 +02:00 |
|
Corentin Le Molgat
|
2f3db48ce5
|
constraint_solver: export from google3
|
2022-10-26 15:27:06 +02:00 |
|
Corentin Le Molgat
|
3daba193af
|
math_opt: export from google3
|
2022-10-26 15:27:06 +02:00 |
|
Corentin Le Molgat
|
cdc535b8b4
|
util: Add rounding_modes_benchmark.cc
|
2022-10-26 15:27:06 +02:00 |
|
watchdogs132
|
e00b28ad29
|
fixed a few dead links
|
2022-10-26 17:29:09 +05:30 |
|
Laurent Perron
|
256e717b90
|
[CP-SAT] reorganize synchronization code; improve linear cuts strenthening
|
2022-10-25 20:31:33 +02:00 |
|
Laurent Perron
|
2caae2985c
|
polish/reindent graph python wrappers and samples
|
2022-10-25 20:30:41 +02:00 |
|
Laurent Perron
|
5a127cbf3f
|
fix bug in glop
|
2022-10-25 20:30:23 +02:00 |
|
Corentin Le Molgat
|
e1b28ccb8d
|
routing: fix lint in samples/
|
2022-10-24 11:56:09 +02:00 |
|