Commit Graph

12307 Commits

Author SHA1 Message Date
Laurent Perron
fcd64e6b97 polish on model_builder code 2023-11-06 15:20:03 +01:00
Laurent Perron
3cb674397f [CP-SAT] fix 3 bugs (presolve, diffn, load) 2023-11-06 15:03:18 +01:00
Laurent Perron
143785cddb More fixes 2023-11-05 21:43:11 +01:00
Laurent Perron
5fa6f76cab ModelBuilder C# class -> Model, ModelSolver c# class -> Solver to avoir name conflict between the class and the namespace 2023-11-05 19:18:48 +01:00
Laurent Perron
54843e4f9b fix doc 2023-11-05 16:54:18 +01:00
Laurent Perron
686b530f10 [ModelBuilder] Add clear_terms and set_coefficient everywhere; finish indicator constraints in C# 2023-11-05 14:40:40 +01:00
Laurent Perron
ce9f1ed6d2 model builder: add clear_terms API; add enforced linear constraint in java + minimal test 2023-11-05 12:41:22 +01:00
Laurent Perron
1a610bd7ef additional work on indicator constraints in model_builder python 2023-11-05 10:06:20 +01:00
Laurent Perron
8fc323ed9e add indicator constraints to model_builder python 2023-11-05 09:51:40 +01:00
Laurent Perron
9d9ca5ccaf add hinting support for model_builder 2023-11-04 20:58:00 +01:00
Laurent Perron
56464545db uncomment method in model_solver C# 2023-11-04 19:40:58 +01:00
Laurent Perron
86b9f58fd3 [CP-SAT] fix 2 bugs with when pre-solve fails 2023-11-03 18:00:19 +01:00
Laurent Perron
d229e48c88 polish model_builder code and samples; tweak C# wrapping code 2023-11-03 15:09:13 +01:00
Laurent Perron
44948b1860 [CP-SAT] fix bug in symmetries; 2023-11-03 15:08:51 +01:00
Laurent Perron
199af98e3f [CP-SAT] fix feasibility_jump bug 2023-11-02 18:06:20 +01:00
Laurent Perron
f8e8f25522 polish all java and C# ModelBuilder samples 2023-11-02 12:06:04 +01:00
Laurent Perron
58d77a4ae9 Add new model_builder C# samples 2023-11-02 10:03:55 +01:00
Laurent Perron
915cacf963 new model_builder C# sample 2023-11-02 04:24:38 +01:00
Laurent Perron
983631dddb new model_builder C# sample 2023-11-02 04:11:45 +01:00
Laurent Perron
c0f2ce22a3 LogCallback -> MbLogCallback 2023-11-01 21:53:36 +01:00
Mizux Seiha
f5b0a65a4a cmake: link dotnet_native_package to model_builder
note: still failling build
2023-11-01 20:05:42 +01:00
Laurent Perron
2ce44a254e fix 2023-11-01 18:32:08 +01:00
Laurent Perron
b60cde80d5 fix 2023-11-01 17:40:24 +01:00
Laurent Perron
acd6176f9e fix #3970 2023-11-01 17:01:06 +01:00
Laurent Perron
b86f38d345 Merge branch 'main' of github.com:google/or-tools 2023-11-01 09:37:02 +01:00
Laurent Perron
a4a47043d4 update 2023-11-01 09:36:52 +01:00
Laurent Perron
2b3a7a3d4d Update 2023-11-01 09:33:02 +01:00
Mizux Seiha
0f86407d0d cmake: Fix GLOP standalone install build 2023-10-31 23:06:40 +01:00
Laurent Perron
07d3a2aca6 add nearly finished ModelSolver C# class 2023-10-31 22:52:49 +01:00
Laurent Perron
183bff771e add ModelBuilder class in C# 2023-10-31 22:02:17 +01:00
Mizux Seiha
032f5d5ed2 cmake: Fix GLOP standalone build 2023-10-31 16:06:50 +01:00
Mizux Seiha
4cededaa16 dotnet: Fix Google.OrTools csproj templates 2023-10-31 13:35:25 +01:00
Laurent Perron
a4debe4cb0 Merge branch 'main' of github.com:google/or-tools 2023-10-31 12:38:53 +01:00
Laurent Perron
fd55458966 more work on modelbuilder C#; fix doc on modelbuilder java 2023-10-31 12:38:42 +01:00
Corentin Le Molgat
237a6f3c3a util: update saturated arithmetic 2023-10-31 12:34:34 +01:00
Corentin Le Molgat
e0cbcaa05e math_opt: cleanup 2023-10-31 12:34:34 +01:00
Corentin Le Molgat
3d41e4f748 linear_solver: Export from google3 2023-10-31 12:34:34 +01:00
Corentin Le Molgat
0ac38b751d constraint_solver: export from google3 2023-10-31 12:34:34 +01:00
Laurent Perron
eb32e1f190 New C# CP-SAT example: CoverRectangle 2023-10-31 10:20:56 +01:00
Laurent Perron
4f3584321f fix 2023-10-31 08:46:22 +01:00
Laurent Perron
1f9331d00a fix 2023-10-31 08:43:55 +01:00
Laurent Perron
141307ee8d Merge branch 'main' of github.com:google/or-tools 2023-10-30 21:51:41 +01:00
Laurent Perron
afbca7604d cleanup c# swig: move vector calling to client .i, import vector.i instead of include; begin support for c# model_builder 2023-10-30 21:51:08 +01:00
Corentin Le Molgat
ba16fc5125 bazel(ci): indent 2023-10-30 16:59:06 +01:00
Corentin Le Molgat
b0ec18cc8a dependencies: Bump re2 2023-08-01- > 2023-09-01 2023-10-30 15:13:12 +01:00
Corentin Le Molgat
6286ae4499 replace VS 2019 by 2022 in the doc 2023-10-30 14:36:28 +01:00
Corentin Le Molgat
9eafea2204 cmake: Fix python install (Fix #3967) 2023-10-30 14:33:42 +01:00
Laurent Perron
003f9f54ce Merge pull request #3968 from arnabanimesh/patch-1
Update Visual Studio Version in README.md
2023-10-30 12:59:20 +01:00
Arnab Animesh Das
d424cf854e Update README.md
Update Visual Studio Version
2023-10-30 17:11:31 +05:30
Corentin Le Molgat
d6e38a9179 python: Bump dependencies 2023-10-30 10:28:09 +01:00