Laurent Perron
|
a64a90f386
|
fix #4435
|
2024-11-12 14:02:14 +01:00 |
|
Laurent Perron
|
df24c39650
|
[CP-SAT] add addHint(literal) in java, improve no_overlap_2d propagation; experiments with symmetry keeping presolve; fix a few bugs
|
2024-11-08 13:54:21 -08:00 |
|
Corentin Le Molgat
|
28ff3d5b2e
|
deps: Bump protobuf to v28.3
|
2024-11-08 11:39:01 +01:00 |
|
Laurent Perron
|
dbb6328c9b
|
reformat BUILD files
|
2024-11-07 18:18:57 -08:00 |
|
Mizux Seiha
|
1c246fb831
|
cmake: Fix Loader.java on windows
|
2024-11-06 08:02:57 +01:00 |
|
Laurent Perron
|
bfb7660635
|
[CP-SAT] supports affine expression in automaton
|
2024-10-25 13:15:18 +02:00 |
|
Laurent Perron
|
488b43c37c
|
[CP-SAT] change element and table protos, API to support affine expressions
|
2024-10-23 05:54:30 +02:00 |
|
Mizux Seiha
|
c7b05c942c
|
dependency: Bump Protobuf to v28.2
|
2024-10-22 21:15:46 +02:00 |
|
Laurent Perron
|
f762c88d35
|
[CP-SAT] add support for affine expressions in python/java; enable max_lp_sym
|
2024-10-18 14:45:53 +02:00 |
|
Laurent Perron
|
5384913c34
|
revamp non C++ MPSolver export methods
|
2024-10-08 16:03:18 +02:00 |
|
Corentin Le Molgat
|
3c6e0b1dd2
|
java: Bump deps
* remove pom.xml.in dead code
|
2024-09-09 11:36:25 +02:00 |
|
Mizux Seiha
|
753b2c8f1a
|
dependencies: Bump protobuf to v27.3
|
2024-08-06 17:26:28 +02:00 |
|
Laurent Perron
|
df2edaf7b7
|
implement WriteToMpsFile in model_builder and model_exporter
|
2024-07-12 17:48:57 +02:00 |
|
Mizux Seiha
|
bf61daee14
|
dependency: Bump protobuf from 26.1 to 27.2
|
2024-07-08 11:58:39 +02:00 |
|
Laurent Perron
|
e5d09e1e12
|
[CP-SAT] fix best bound callback non C++ code; more work on pseudo-costs
|
2024-05-02 14:04:47 +02:00 |
|
Laurent Perron
|
a5c9b75502
|
[CP-SAT] code cleanup; more pseudo-cost experimental code; add objective best bound callback
|
2024-04-29 16:25:06 +02:00 |
|
Laurent Perron
|
888d89b5e0
|
[CP-SAT] do not add the linear part of an interval in the model, create it when copying the model for presolve; improve work sharing in shared_tree_mode
|
2024-04-03 11:43:20 +02:00 |
|
Corentin Le Molgat
|
2f5e3fdb41
|
dependency: bump protobuf v26.1
|
2024-03-29 09:08:40 +01:00 |
|
Mizux Seiha
|
5d771cc919
|
dependency: bump Protobuf to v25.3
|
2024-02-22 11:44:59 +01:00 |
|
Corentin Le Molgat
|
ab64c92906
|
fixup after deps bump
|
2024-01-31 17:01:05 +01:00 |
|
Mizux Seiha
|
a76bf1c5dd
|
bump license boilerplate
|
2024-01-04 13:43:15 +01:00 |
|
Corentin Le Molgat
|
e2b0e3b163
|
deps: Bump Protobuf v25.0 to v25.1
dev note: `git grep "[34]\.25\.0"`
|
2023-12-18 16:34:15 +01:00 |
|
Corentin Le Molgat
|
c301523559
|
java: bump net.java.dev.jna:jna to 5.14.0
|
2023-12-18 16:29:33 +01:00 |
|
Laurent Perron
|
3219d12658
|
[CP-SAT] support linear expressions in decision strategies
|
2023-12-08 14:50:21 +01:00 |
|
Corentin Le Molgat
|
8386a84234
|
cmake: Fix doxygen documentations
|
2023-11-27 16:12:16 +01:00 |
|
Laurent Perron
|
72f274f844
|
Change proto to/from file API to use absl::StatusOr; add reader/writer proto_file to model_builder
|
2023-11-20 16:13:03 +01:00 |
|
Corentin Le Molgat
|
129e1a8fad
|
dependencies: Bump Protobuf from v24.4 to v25.0
|
2023-11-10 16:48:32 +01:00 |
|
Laurent Perron
|
7bdde984aa
|
model_builder python: ModelBuilder -> Model, ModelSolver -> Solver; fix bug in enforced linear support; tweak wrappers:
|
2023-11-06 16:16:38 +01:00 |
|
Laurent Perron
|
fcd64e6b97
|
polish on model_builder code
|
2023-11-06 15:20:03 +01:00 |
|
Laurent Perron
|
54843e4f9b
|
fix doc
|
2023-11-05 16:54:18 +01:00 |
|
Laurent Perron
|
686b530f10
|
[ModelBuilder] Add clear_terms and set_coefficient everywhere; finish indicator constraints in C#
|
2023-11-05 14:40:40 +01:00 |
|
Laurent Perron
|
ce9f1ed6d2
|
model builder: add clear_terms API; add enforced linear constraint in java + minimal test
|
2023-11-05 12:41:22 +01:00 |
|
Laurent Perron
|
9d9ca5ccaf
|
add hinting support for model_builder
|
2023-11-04 20:58:00 +01:00 |
|
Laurent Perron
|
fd55458966
|
more work on modelbuilder C#; fix doc on modelbuilder java
|
2023-10-31 12:38:42 +01:00 |
|
Laurent Perron
|
fb7aa1b853
|
[CP-SAT] tweak model cloning API; implement it in java; merge pure sat presolve with normal presolve
|
2023-10-25 15:38:57 +02:00 |
|
Laurent Perron
|
f1d6a0698c
|
tweak model_builder java cloning API
|
2023-10-25 15:38:57 +02:00 |
|
Laurent Perron
|
86a8444709
|
Add ModelBuilder.clone() java API + sample
|
2023-10-24 14:50:13 +02:00 |
|
Mizux Seiha
|
bfdc7b5dce
|
dependency: Bump Protobuf to v24.4
|
2023-10-06 18:12:44 +02:00 |
|
Corentin Le Molgat
|
e3d047f983
|
deps: Bump Protobuf to v24.0
|
2023-08-11 15:13:42 +02:00 |
|
Mizux Seiha
|
0693558fd5
|
deps: finish Protobuf 3.23.4 bump
|
2023-08-10 12:53:06 +02:00 |
|
Mizux Seiha
|
3716579ca4
|
deps: Fix Protobuf bump to v23.3
|
2023-06-29 15:29:05 +02:00 |
|
Corentin Le Molgat
|
77bc962925
|
doxygen: Fix #define list
|
2023-06-07 14:43:51 +02:00 |
|
Mizux Seiha
|
19eede6b61
|
deps: Bump protobuf to v23.2
|
2023-05-30 11:22:25 +02:00 |
|
Mizux Seiha
|
fdb50b644d
|
deps: Bump protobuf to v23.1
|
2023-05-22 00:18:42 +02:00 |
|
Laurent Perron
|
7c63ce9d77
|
bump protobuf to 22.4
|
2023-05-05 23:29:57 +02:00 |
|
Laurent Perron
|
b06692c1af
|
bump protobuf to 22.4
|
2023-05-05 23:06:52 +02:00 |
|
Corentin Le Molgat
|
c74d0b376c
|
fixup
|
2023-04-05 18:30:57 +02:00 |
|
Corentin Le Molgat
|
41265930f0
|
java(deps): Bump JNA 5.12.1 -> 5.13.0
|
2023-04-05 11:24:26 +02:00 |
|
Corentin Le Molgat
|
47ce2eae9f
|
cleanup
|
2023-04-05 10:36:56 +02:00 |
|
afloren
|
ea111e48be
|
ensure absolute library path in Java Loader
|
2023-04-05 09:53:03 +02:00 |
|