Commit Graph

370 Commits

Author SHA1 Message Date
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
Laurent Perron
1937a2cbc6 fix 2021-12-29 19:08:40 +01:00
Laurent Perron
0c22a715b2 [CP-SAT] improve doc on C++ builder API; rewrite python API to remove the DoubleLinearExpr class 2021-12-14 17:15:17 +01:00
Corentin Le Molgat
1d3e1f3126 Sync java 2021-12-10 17:54:56 +01:00
Mizux Seiha
cf16347f1c python: add x bit to tests 2021-12-08 11:50:59 +01:00
Laurent Perron
18d001912d remove ortools/base/random.h|cc; adapt code everywhere; increase robustness of glop preprocessor 2021-12-06 14:03:19 +01:00
Corentin Le Molgat
e41b99a930 remove deprecated .csprog 2021-12-03 17:22:45 +01:00
Mizux Seiha
adcd682390 Fix InitTest.java 2021-11-30 22:59:39 +01:00
Mizux Seiha
9e68092f87 improve pywrapinit_test.py 2021-11-30 22:52:13 +01:00
Mizux Seiha
973b2eae92 Fix pywraptest_init.py 2021-11-30 22:37:45 +01:00