Commit Graph

121 Commits

Author SHA1 Message Date
Corentin Le Molgat
ab98a847e6 Update dotnet/README.md 2021-12-10 16:25:09 +01:00
Corentin Le Molgat
e41b99a930 remove deprecated .csprog 2021-12-03 17:22:45 +01:00
Mizux Seiha
d15847ec36 Bump csproj to 9.2 2021-11-30 18:13:26 +01:00
Mizux Seiha
b0d1fac666 dotnet: Bump remaining netcoreapp2.1 to 3.1 2021-09-21 21:45:28 +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
052041e244 Fix format in examples/dotnet 2021-08-23 13:59:18 +02:00
slowy07
2e0ec51049 fix: typo spelling grammar 2021-08-16 10:49:00 +02:00
Corentin Le Molgat
013bb65405 Fix dotnet samples 2021-07-26 12:47:10 +02:00
Mizux Seiha
1cafe73acf techtalk_scheduling: Avoid crash running solve only one time. 2021-05-25 14:15:00 +02:00
Mizux Seiha
a7d511bf77 dotnet: Fix indent 2021-05-25 14:13:52 +02:00
Mizux Seiha
bd379bd882 Fix techtalk_scheduling.cs compilation 2021-05-22 00:59:44 +02:00
Corentin Le Molgat
78a09d38de dotnet: Sync ShiftSchedulingSat with the Python one 2021-05-21 18:11:02 +02:00
Corentin Le Molgat
8b8b32c7e7 Sync .Net examples 2021-05-21 09:22:41 +02:00
Corentin Le Molgat
dc803630d3 Update .Net examples 2021-05-20 17:54:57 +02:00
stuarthillary
78e463249a Align C# ShiftSchedulingSat example to Python version
Changes in changesets 4ececbe and ab810ee were not applied to C# version
2021-05-18 13:46:34 +01:00
Laurent Perron
56627a317d speedup .NET example 2021-05-03 12:20:46 +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
Corentin Le Molgat
baf02eca7e update examples 2021-04-02 16:05:40 +02:00
Mizux Seiha
c0f6978f3b Update copyright 2021-04-02 10:08:51 +02:00
Laurent Perron
6a562b0c29 introduce struct to hold flags in cpp init code; rename classes 2021-03-24 09:54:39 +01:00
Laurent Perron
78b814ddcb expand init API 2021-03-23 19:46:34 +01:00
Mizux Seiha
817914d94a Bump version 8.1 -> 8.2 2021-01-26 11:34:47 +01:00
Laurent Perron
dbec1ec79f revert parallel search on balance group examples 2021-01-20 14:55:59 +01:00
Mizux Seiha
93adfb62ac dotnet: Fix BalanceGroupSat.cs 2021-01-19 17:42:00 +01:00
Mizux Seiha
b39fadfda5 Update csproj 2020-11-18 15:21:52 +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
Mizux Seiha
a512e2a7c5 cmake: Add dotnet examples 2020-09-22 19:09:22 +02:00
Mizux Seiha
fff7b6ad8b cmake: update samples and examples management 2020-09-13 00:04:50 +02:00
Mizux Seiha
96263307e9 Bump csproj 2020-09-01 16:01:05 +02:00
Laurent Perron
55cedb4b4b remove name from MPSolver.CreateSolver API; simplify underlying code 2020-08-18 17:16:10 +02:00
Mizux Seiha
d4d88e1f64 constraint_solver: Fix LocalSearchFilter samples 2020-08-14 14:07:58 +02:00
Mizux Seiha
37fb709548 Bump version to v7.8 2020-07-22 11:05:48 +02:00
Laurent Perron
fd6065a5a2 add sat option 2020-07-01 17:48:56 +02:00
Laurent Perron
2022071171 polish examples and samples 2020-06-26 09:35:26 +02:00
Mizux Seiha
c3a1336237 version: Bump version to 7.7 2020-04-28 12:46:56 +02:00
Corentin Le Molgat
22356ff523 Sync g3 -> gh part_2 2020-03-09 18:34:21 +01:00
Corentin Le Molgat
9ad19233cc dotnet: Bump all csproj 7.4 -> 7.5 2020-01-27 09:38:53 +01:00
Mizux Seiha
90c54ef30e Update .csproj of all samples
Allow to rollforward
2020-01-09 18:22:18 +01:00
Laurent Perron
6a14013250 fix 2019-09-07 16:37:27 +02:00
Laurent Perron
8ffe6e6649 bump versions in .csproj 2019-09-07 16:20:27 +02:00
Laurent Perron
72ae26505e fix 2019-08-06 16:43:18 -07:00
Laurent Perron
5f9a56b8aa 7.2 -> 7.3 2019-08-05 09:39:01 -07:00
Laurent Perron
373f84ba5f remove support for C# fz 2019-07-19 11:37:37 -07:00
stuarthillary
ef62cc577d Further fix to ShiftSchedulingSat.cs 2019-07-04 17:11:49 +01:00
stuarthillary
b8b7a5b196 Fix ShiftSchedulingSat.cs example in same way as Python fixes 2019-07-04 13:29:41 +01:00
Laurent Perron
0c9b6d44d9 update csproj 2019-06-30 11:06:28 +02:00