Corentin Le Molgat
|
b4b226801b
|
update include guards
|
2025-11-05 11:54:02 +01:00 |
|
Laurent Perron
|
e02b6a013c
|
[CP-SAT] update code, mostly small bug fixes
|
2025-08-22 16:06:35 -07:00 |
|
Laurent Perron
|
71d308078f
|
[CP-SAT] more cleanups; routing cuts experiments
|
2025-03-26 15:03:38 -07:00 |
|
Laurent Perron
|
53a2f9e7db
|
[CP-SAT] more bugfixes
|
2025-01-31 17:09:37 +01: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
|
d8c3e49e5b
|
[CP-SAT] more work on no_overlap_2d; revisit all includes
|
2024-12-04 17:47:10 +01:00 |
|
Laurent Perron
|
2865361533
|
[CP-SAT] change the element constraint proto to support affine expressions everywhere; more work on lp folding and support of symmetries in the LP and the linear subsystem
|
2024-10-18 11:53:38 +02:00 |
|
Laurent Perron
|
b8626a31f8
|
[CP-SAT] check the time limit more frequently; experimental support for lp folding; more pedantic tests in presolve
|
2024-10-16 14:12:38 +02:00 |
|
Corentin Le Molgat
|
9a3c8a2de6
|
sat: export from google3
|
2024-09-27 11:10:42 +02:00 |
|
Laurent Perron
|
d34ddd61c6
|
[CP-SAT] more span; minor scheduling optims
|
2024-08-02 10:55:55 -07:00 |
|
Laurent Perron
|
c13d2af484
|
[CP-SAT] more absl::Stan; StrongVector namespace change; fix java best bound callback + tests; more presolve
|
2024-05-14 14:43:55 +02:00 |
|
Laurent Perron
|
e9c81911c4
|
[CP-SAT] memory optimizations; improve no_overlap_2d; change default parameters
|
2024-01-10 16:42:04 +01:00 |
|
Mizux Seiha
|
a76bf1c5dd
|
bump license boilerplate
|
2024-01-04 13:43:15 +01:00 |
|
Laurent Perron
|
44948b1860
|
[CP-SAT] fix bug in symmetries;
|
2023-11-03 15:08:51 +01:00 |
|
Laurent Perron
|
ae8bb2dd23
|
[CP-SAT] rewrite the after solver LP log
|
2023-10-19 21:58:05 +02:00 |
|
Laurent Perron
|
a7b26f6d8d
|
[CP-SAT] new example; regroup some linear code
|
2023-09-23 10:16:08 +02:00 |
|
Laurent Perron
|
823ce1188c
|
[CP-SAT] better management of cuts; better overflow detection; do not run feasibility_jump if search is globally finished; fix #3842
|
2023-07-04 14:11:25 +02:00 |
|
Laurent Perron
|
c3fdb12908
|
Switch algorithms and scheduling python libraries from swig to pybind11; switch protobuf support from forced serialization to pybind11_protobuf -- with patch; [CP-SAT] rewrite cut management; reformat samples with black
|
2023-06-30 22:49:35 +02:00 |
|
Laurent Perron
|
224a38f87f
|
cleanup code
|
2023-05-24 11:42:11 +02:00 |
|
Laurent Perron
|
31157e3aaa
|
[CP-SAT] improve cut management
|
2023-05-06 09:04:12 +02:00 |
|
Laurent Perron
|
8348ec8f94
|
[CP-SAT] Switch cut code to int128; more work on feasibility_jump and violation_ls
|
2023-05-03 09:33:50 +02:00 |
|
Laurent Perron
|
dbaef62eb5
|
[CP-SAT] improvements to feasibility_jump, better presolve on lin_max; tuning
|
2023-04-21 12:48:03 +02:00 |
|
Laurent Perron
|
8f2d5de90b
|
[CP-SAT] fix #3706, add experimental work-stealing workers, fix minor bugs; improve subsolver multi-thread code
|
2023-03-15 11:54:58 +01:00 |
|
Laurent Perron
|
c6fbcf57e4
|
speed up linear relaxation, cuts code
|
2023-02-01 17:46:22 +01:00 |
|
Laurent Perron
|
363a6fb198
|
[CP-SAT] more work on experimental linear propagation; fix #3483; start cleaning up the synchronization code
|
2022-10-03 18:12:14 +02:00 |
|
Laurent Perron
|
87ca4f58ad
|
[CP-SAT] bump license years; fix scheduling cuts; improve lb_tree_search
|
2022-06-16 15:21:00 +02:00 |
|
Laurent Perron
|
2a5a2b7069
|
remove types warnings; add stronger scheduling cuts
|
2022-04-06 17:33:00 +02:00 |
|
Laurent Perron
|
19667205a2
|
std::set/map -> absl::btree_set/map
|
2022-02-25 09:47:39 +01:00 |
|
Laurent Perron
|
8fe2df9a18
|
[CP-SAT] regenerates all includes; improve core solver when the objective is pseudo-boolean
|
2022-02-15 18:00:11 +01:00 |
|
Corentin Le Molgat
|
4defaa23ed
|
Export strong_int.h
|
2022-01-31 18:44:25 +01:00 |
|
Laurent Perron
|
851bdaa7eb
|
fix #2525; rewrite scheduling cuts; add cumulative cuts; reorganize internal search
|
2021-04-30 14:20:46 +02:00 |
|
Mizux Seiha
|
8bb54b04ef
|
Bump Copyright to 2021
FYI:
find ortools \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/\(Copyright 2010\)-2018/\1-2021/g'
|
2021-04-01 21:00:53 +02:00 |
|
Laurent Perron
|
4d1b9d227f
|
capture CP-SAT log in python/java/.NET; visual tweak of the log; tweak the logging facilities for CP-SAT
|
2021-03-11 21:07:17 +01:00 |
|
Laurent Perron
|
bad5c2032b
|
int64 -> int64_t
|
2021-03-04 18:26:01 +01:00 |
|
Laurent Perron
|
548a34dbc6
|
use sparse representation in CP-SAT linear constraint manager
|
2021-02-08 17:17:55 +01:00 |
|
Laurent Perron
|
3f177174a8
|
[CP-SAT] rewrite random management; experimental support for affine expressions in the interval definition; cache precedence literals and constraints across reservoir constraints; fix presolve for the element constraint
|
2020-12-18 10:16:56 +01:00 |
|
Laurent Perron
|
d5c7c48e79
|
int_type_indexed_vector -> strong_vector; polish cp-sat probing workers
|
2020-11-19 00:17:26 +01:00 |
|
Corentin Le Molgat
|
e4caaf96bc
|
format file forcing the left alignment
|
2020-10-29 14:25:39 +01:00 |
|
Mizux Seiha
|
20d0496bfb
|
reapply google format
|
2020-10-23 00:45:17 +02:00 |
|
Laurent Perron
|
a4258f2bdf
|
switch flags setters and getters to the absl format
|
2020-10-21 00:21:54 +02:00 |
|
Laurent Perron
|
484aafb903
|
A few fixes on CP-SAT; work on scheduling LP cuts
|
2020-10-01 18:08:34 +02:00 |
|
Laurent Perron
|
7d413479f6
|
refactor code
|
2020-09-14 22:23:17 +02:00 |
|
Laurent Perron
|
23bc8205f5
|
another fix for #1918
|
2020-08-21 11:00:41 +02:00 |
|
Laurent Perron
|
a88f3372c2
|
tentative fix for #1918
|
2020-08-19 20:47:16 +02:00 |
|
Laurent Perron
|
e28a499b0f
|
[CP-SAT] improve feasibility pump; improve scaling of linear model; internal improvements
|
2020-07-05 00:29:47 +02:00 |
|
Laurent Perron
|
581d5606e0
|
fix #2005; massive rewrite of pure sat processing; RINS/RENS improvements in CP-SAT; get rid of base/status.h in favor of the absl version
|
2020-05-06 18:22:10 +02:00 |
|
Corentin Le Molgat
|
2d8c863c2a
|
Sync g3 -> gh Part 3
|
2020-03-10 11:06:08 +01:00 |
|
Laurent Perron
|
6e4944b9e2
|
polish CP-SAT cut management code
|
2020-03-03 17:06:35 +01:00 |
|
Laurent Perron
|
76cf068598
|
remove most of flatzinc presolve; fix missing presolve in cp-sat; improve cut managements in cp-sat
|
2020-01-07 16:51:46 +01:00 |
|
Laurent Perron
|
f9f2d7b5b4
|
[CP-SAT] improve presolve; improve linear subsystem
|
2019-12-16 12:34:56 +01:00 |
|