Commit Graph

29 Commits

Author SHA1 Message Date
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
68183ee9d9 fix 2021-11-27 13:21:06 +01:00
Laurent Perron
16c5da7f46 fix 2021-11-13 14:24:19 +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
Corentin Le Molgat
a59f0a2031 fix indent in examples/tests/*.cs 2021-08-23 14:47:48 +02:00
Corentin Le Molgat
48d9111ce5 Clean few examples 2021-05-20 17:56:00 +02:00
Laurent Perron
4d1b9d227f capture CP-SAT log in python/java/.NET; visual tweak of the log; tweak the logging facilities for CP-SAT 2021-03-11 21:07:17 +01:00
Laurent Perron
051e628518 add serialization from string example 2020-12-29 09:03:29 +01:00
Corentin Le Molgat
a9385fc3d2 Format all .Net using Microsoft style 2020-11-03 10:15:53 +01:00
Corentin Le Molgat
b5e70663c7 Format using clang-format 11 2020-10-29 14:26:41 +01:00
Mizux Seiha
335cf3df3d format all C# files 2020-10-26 18:41:49 +01:00
Laurent Perron
a371180ea5 fix and unit tests for cp-sat export to file 2020-10-08 14:58:51 +02:00
Mizux Seiha
04950a89e4 dotnet: Fix Sat tests 2020-05-20 17:58:43 +02:00
Laurent Perron
6d61ac1cb0 query the domain from an IntVar in Python/Java/C# + tests; small speedup of sat reversible data structures 2020-01-24 12:20:08 -08:00
Laurent Perron
fa406f3ae4 remove empty line 2019-11-15 14:20:10 -08:00
Laurent Perron
dc40d05a5b fix double test 2019-11-14 14:57:03 -08:00
Laurent Perron
5f9a56b8aa 7.2 -> 7.3 2019-08-05 09:39:01 -07:00
Laurent Perron
798b280d1f fix epsilon in test 2019-07-30 17:19:24 -07:00
Laurent Perron
a31bbd5577 Speed up linear expression scanning for large arrays in CP-SAT C# 2019-06-01 23:49:57 +02:00
Laurent Perron
caf0b3f94a fix CP-SAT C# CpSolver.Value() 2019-05-15 21:15:21 +02:00
Laurent Perron
ff28ad2f63 rewrite C# CP-SAT linear layer; still one bug 2019-05-13 10:59:04 +02:00
Laurent Perron
9b8a26beee fix test 2019-05-06 10:20:18 +02:00
Corentin Le Molgat
14875ce073 .Net: Rework SatSolverTest.cs 2019-01-31 09:10:48 +01:00