Commit Graph

353 Commits

Author SHA1 Message Date
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
Mizux Seiha
978b878875 Fix InitTests.cs 2021-11-30 22:03:26 +01:00
Mizux Seiha
f4ac9d8e16 Fix init_test.cc 2021-11-30 22:03:26 +01:00
Corentin Le Molgat
a79afd8305 Add tests for ortools/init 2021-11-30 18:13:29 +01:00
Mizux Seiha
d15847ec36 Bump csproj to 9.2 2021-11-30 18:13:26 +01:00
Laurent Perron
68183ee9d9 fix 2021-11-27 13:21:06 +01:00
Laurent Perron
47111ed677 fix 2021-11-27 08:42:21 +01:00
Laurent Perron
16c5da7f46 fix 2021-11-13 14:24:19 +01:00
Laurent Perron
f716236b04 fix cp_model_test.py 2021-11-13 13:22:22 +01:00
Laurent Perron
e5e0154623 fix test 2021-11-13 13:08:28 +01:00
Laurent Perron
f15537de74 minor improvement to C# CP-SAT code and test 2021-10-17 11:24:44 +02:00
Laurent Perron
44e22e50c7 implements IntervalVar.{Start|Size|End}Expr in .NET 2021-10-16 21:06:46 +02:00
Laurent Perron
6167340f8e improve MIP->CP-SAT translator; mark old interval API as deprecated; improve presolve of affine relations 2021-10-07 17:34:53 +02:00
Mizux Seiha
091c54fe78 Fixup lp_test.cc 2021-09-30 01:28:15 +02:00
Corentin Le Molgat
974826028c examples/test: Fix format 2021-09-24 17:57:41 +02:00
Laurent Perron
1941d1a5af update csproj and generator to use netcoreapp3.1 2021-09-21 09:55:14 +02:00
Laurent Perron
83007b4c00 bump version to 9.1; regenerate doc 2021-09-20 15:57:27 +02:00
Corentin Le Molgat
942195d7c1 python: fix cp_model_test.py 2021-09-17 16:55:39 +02:00