Commit Graph

143 Commits

Author SHA1 Message Date
corentinl
784c4fecb4 git: renormalize some files
wrong clrf
2025-12-15 17:06:07 +01:00
Mizux Seiha
4c60a56fa3 backport from main branch 2025-05-12 12:57:50 +02:00
Corentin Le Molgat
b96eb68e7f examples: cleanup 2025-03-26 13:46:10 +01:00
Corentin Le Molgat
a66a6daac7 Bump Copyright to 2025 2025-01-10 11:35:44 +01:00
Corentin Le Molgat
dd6da5bf0f cmake: rework dotnet helper functions 2024-01-18 11:22:38 +01:00
Mizux Seiha
a76bf1c5dd bump license boilerplate 2024-01-04 13:43:15 +01:00
Andrea Sgattoni
18468fe1e6 add integer and linear programming test for dotnet python and java 2023-11-13 15:29:08 +01:00
Laurent Perron
eb32e1f190 New C# CP-SAT example: CoverRectangle 2023-10-31 10:20:56 +01:00
Laurent Perron
b14384c724 typos 2023-07-01 06:07:45 +02:00
Laurent Perron
7d6261ceb7 fix dotnet init 2023-02-01 14:23:14 +01:00
Corentin Le Molgat
4585f7ae7a Add license boiler plate 2022-10-05 18:34:27 +02:00
Laurent Perron
9321ab2096 update and fix examples 2022-09-09 16:49:24 +02:00
Corentin Le Molgat
f33e95b004 examples: fix dotnet samples 2022-09-05 17:39:18 +02:00
Corentin Le Molgat
5863a63d19 export from google3 2022-06-22 18:09:44 +02:00
Corentin Le Molgat
c7120439d4 Bump license date 2022-06-17 14:23:23 +02:00
Mizux Seiha
23cdf7aba6 examples: Rework README.md 2022-04-06 11:15:59 +02:00
Laurent Perron
42ae5dfd9c fix 2022-01-11 16:22:43 +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
0c8d081936 fix 2022-01-10 23:12:00 +01:00
Laurent Perron
2aba48589e port csharp sat examples 2022-01-10 21:24:54 +01:00
Laurent Perron
ceabca677c [CP-SAT] ScalProd -> WeightedSum 2022-01-04 19:35:22 +01:00
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