Laurent Perron
|
fa6883d544
|
mostly cleaning: remove integral_types.h and basictypes.h
|
2023-08-24 14:52:54 +02:00 |
|
Corentin Le Molgat
|
56f69732ed
|
examples(.net): fix format
|
2023-07-13 14:29:12 +02:00 |
|
Corentin Le Molgat
|
5ce691ed40
|
cmake: Add License header
|
2023-05-31 11:20:28 +02:00 |
|
Corentin Le Molgat
|
87552165a6
|
cmake: fix format
|
2023-05-31 08:07:20 +02:00 |
|
Mizux Seiha
|
bb410c6f6d
|
dotnet: fix timeout
|
2023-05-30 17:56:49 +02:00 |
|
Laurent Perron
|
dbd5a69471
|
use new logging flags
|
2023-02-17 15:17:12 +01:00 |
|
Laurent Perron
|
e9f9404923
|
Remove logging code; use absl one
|
2023-01-31 20:46:43 +01:00 |
|
Laurent Perron
|
9524b7d4b9
|
improve 'deprecated' makefiles
|
2022-12-28 11:14:34 +01:00 |
|
Corentin Le Molgat
|
1b011d076c
|
export from google3
|
2022-10-10 13:44:12 +02:00 |
|
Corentin Le Molgat
|
c4ac085833
|
dotnet: fix examples/tests
|
2022-09-28 23:17:46 +02:00 |
|
Mizux Seiha
|
baaf1ca82a
|
cmake: Fix dotnet build
* fix cmake/dotnet.cmake
* fix <cmp>/dotnet/CMakeLists.txt
* fix examples/tests/CMakeLists.txt
|
2022-09-23 13:15:36 +02:00 |
|
Mizux Seiha
|
224ebed399
|
move examples/test/*.cs to ortools/<component>/csharp
|
2022-09-23 13:15:36 +02:00 |
|
Mizux Seiha
|
b65c86da8b
|
cmake: Fix java
* fix cmake/java.cmake
* fix <cmp>/java/CMakeLists.txt
* fix examples/tests/CMakeLists.txt
|
2022-09-23 13:15:36 +02:00 |
|
Mizux Seiha
|
ddbbd50228
|
move examples/test/*.java to ortools/<component>/java
|
2022-09-22 22:40:10 +02:00 |
|
Corentin Le Molgat
|
899e30d88b
|
cmake: Fix python build
* fix cmake/python.cmake
* fix <cmp>/python/CMakeLists.txt
* fix examples/tests/CMakeLists.txt
|
2022-09-22 22:39:55 +02:00 |
|
Corentin Le Molgat
|
7a401969c0
|
move examples/test/*.py to ortools/<component>/python
|
2022-09-22 13:54:16 +02:00 |
|
Corentin Le Molgat
|
0a5f73c2f7
|
python: bring back missing api to IntVarLocalSearchOperator
* add few unit tests to check api
|
2022-09-19 15:41:11 +02:00 |
|
Laurent Perron
|
81b31ff24b
|
Move model_builder under linear_solver
|
2022-09-12 11:28:52 +02:00 |
|
Laurent Perron
|
9321ab2096
|
update and fix examples
|
2022-09-09 16:49:24 +02:00 |
|
Laurent Perron
|
dbe3affcf6
|
test export to mps in python
|
2022-07-11 13:41:19 +02:00 |
|
Corentin Le Molgat
|
c7120439d4
|
Bump license date
|
2022-06-17 14:23:23 +02:00 |
|
Corentin Le Molgat
|
08ab9c39ec
|
dotnet: Fix tests when SCIP and COINOR are disabled (#3261)
|
2022-06-07 14:31:41 +02:00 |
|
Corentin Le Molgat
|
1ba0177af5
|
python: Fix tests when SCIP and COINOR are disabled (#3261)
|
2022-06-03 17:10:58 +02:00 |
|
Corentin Le Molgat
|
fd9820265d
|
cpp(test): Fix tests when SCIP and COINOR are disabled (#3261)
|
2022-06-03 17:10:58 +02:00 |
|
Corentin Le Molgat
|
6c329fe3fc
|
examples: remove ref to examples/data
|
2022-06-02 18:12:46 +02:00 |
|
Corentin Le Molgat
|
ab186d5499
|
few more renaming
|
2022-05-16 11:59:15 +02:00 |
|
Laurent Perron
|
fd2e45bc05
|
polish
|
2022-04-08 11:50:29 +02:00 |
|
Laurent Perron
|
3ced45beb3
|
fix test with data
|
2022-04-08 11:44:09 +02:00 |
|
Laurent Perron
|
fb6e4c8eeb
|
add tests for model builder
|
2022-04-04 15:08:29 +02:00 |
|
Laurent Perron
|
9816d6eda9
|
fix
|
2022-03-28 10:52:32 +02:00 |
|
Laurent Perron
|
3d7c55b204
|
more work on python model builder
|
2022-03-24 16:48:24 +01:00 |
|
Mizux Seiha
|
10b73f0b53
|
fix lp_test
|
2022-02-26 01:07:23 +01:00 |
|
Laurent Perron
|
276c6539d1
|
fix
|
2022-02-23 16:09:34 +01:00 |
|
Laurent Perron
|
dd2bebdd38
|
add java test
|
2022-02-18 11:00:53 +01:00 |
|
Corentin Le Molgat
|
985b6a9239
|
Fix clang-format in examples/
|
2022-02-16 16:19:26 +01:00 |
|
Laurent Perron
|
d2a66654b4
|
polish python test for SolveWithProto
|
2022-02-14 10:37:34 +01:00 |
|
Laurent Perron
|
2b1e0004fe
|
add python test for SolveWithProto
|
2022-02-14 10:25:55 +01:00 |
|
Laurent Perron
|
1a8a94dace
|
[CP-SAT] add more incremental methods on java constraints; use logger in SatSolver;
|
2022-02-02 14:57:42 +01:00 |
|
bollhals
|
e3c427a950
|
improve allocation on some tests
|
2022-01-14 17:56:54 +01:00 |
|
Laurent Perron
|
43532a8d49
|
add incremental constraint creation in CP-SAT C#
|
2022-01-11 15:25:23 +01:00 |
|
Laurent Perron
|
577f5aef77
|
[CP-SAT] change constraints in CpModel C# API to allow incremental filling like in C++/Java
|
2022-01-11 12:43:56 +01:00 |
|
Laurent Perron
|
7b477b0082
|
add cp-sat C# test; reformat code
|
2022-01-10 19:24:53 +01:00 |
|
Laurent Perron
|
4036cde59e
|
C# CP-SAT: test new expression; reformat examples/tests/*cs
|
2022-01-10 18:44:12 +01:00 |
|
Laurent Perron
|
ceabca677c
|
[CP-SAT] ScalProd -> WeightedSum
|
2022-01-04 19:35:22 +01:00 |
|
Laurent Perron
|
1b73b1865c
|
[CP-SAT] Next iteration in java modelling layer
|
2022-01-04 16:39:27 +01:00 |
|
Laurent Perron
|
de6ea0da5f
|
fix
|
2022-01-03 19:29:15 +01:00 |
|
Laurent Perron
|
b137c5b0dd
|
fix java CP-SAT tests
|
2022-01-03 14:22:37 +01:00 |
|
Laurent Perron
|
3b3b3e85f3
|
fix
|
2021-12-30 09:30:54 +01:00 |
|
Laurent Perron
|
5c564ca0ed
|
second tentative fix
|
2021-12-30 09:05:01 +01:00 |
|
Laurent Perron
|
7b7f66ec41
|
tentative fix
|
2021-12-29 19:24:09 +01:00 |
|