Commit Graph

336 Commits

Author SHA1 Message Date
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
Corentin Le Molgat
639220da57 cmake: compile examples/test/*.cc 2021-09-17 15:13:30 +02:00
Corentin Le Molgat
de098cd136 java: Fix ConstraintSolverTest.java 2021-09-17 09:44:17 +02:00
Corentin Le Molgat
7c58852366 java: Use auto-value in test 2021-09-15 17:54:08 +02:00
Mizux Seiha
b04b47abfe java: Update examples/tests 2021-09-10 16:25:35 +02:00
Laurent Perron
6538e2f440 fix java test 2021-09-10 16:21:22 +02:00
Corentin Le Molgat
609f4cce2d java: Fix LinearSolverTest 2021-09-06 16:01:31 +02:00
Corentin Le Molgat
288c3709a7 python: fix pywraprouting_test.py 2021-09-06 13:07:17 +02:00
Corentin Le Molgat
96ead8f216 java: sync tests with Google 2021-09-03 18:21:29 +02:00
Corentin Le Molgat
cfc12593b0 cleanup python 2021-09-03 15:29:13 +02:00
Corentin Le Molgat
e5a5b8e18f java(sat): Fix log handler when having NumSearchWorkers > 1 2021-08-30 11:42:08 +02:00
Corentin Le Molgat
28804fd612 java: Quick fix SatSolverTest by using one worker
Need further investigation...
2021-08-27 18:20:08 +02:00
Corentin Le Molgat
a59f0a2031 fix indent in examples/tests/*.cs 2021-08-23 14:47:48 +02:00
Corentin Le Molgat
013bb65405 Fix dotnet samples 2021-07-26 12:47:10 +02:00
Corentin Le Molgat
48d9111ce5 Clean few examples 2021-05-20 17:56:00 +02:00
Laurent Perron
efd16c78da [CP-SAT] deprecate SearchAllSolutions and SolveWithSolutionCallback 2021-05-03 12:11:39 +02:00
Mizux Seiha
6ae19c9b5b Bump version: 8.2 -> 9.0 2021-04-27 10:56:39 +02:00
Laurent Perron
9081d19b23 fix 2021-04-14 14:50:12 +02:00