215 Commits

Author SHA1 Message Date
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
Mizux Seiha
e87596c787 bazel: Add all samples 2020-08-28 17:52:08 +02:00
Mizux Seiha
c3b7a68984 cmake: Add cpp samples 2020-08-24 17:31:12 +02:00
Mizux Seiha
1112493183 cmake: Fixup linear_solver samples 2020-08-22 16:37:24 +02:00
Mizux Seiha
82d7b641e9 cmake: Add linear_solver C++ samples 2020-08-22 16:37:24 +02:00
Laurent Perron
55cedb4b4b remove name from MPSolver.CreateSolver API; simplify underlying code 2020-08-18 17:16:10 +02:00
Mizux Seiha
37fb709548 Bump version to v7.8 2020-07-22 11:05:48 +02:00
Laurent Perron
2022071171 polish examples and samples 2020-06-26 09:35:26 +02:00
Laurent Perron
eda229c521 polish linear solver samples 2020-06-25 11:14:37 +02:00
Laurent Perron
d6ecea46ad experimental support for dynamic loading of gurobi; add MPSolver.CreateSolver() factory method for non C++ languages to check correctly installed linear solver backends and licenses when needed; port all non C++ examples 2020-06-24 18:11:12 +02:00
Paul
a805cd63e5 Add region tags for program and import. 2020-06-06 22:19:10 +02:00
Mizux Seiha
d2b3f9dda9 Fix AssignmentMip.cs 2020-06-05 10:49:38 +02:00
Corentin Le Molgat
bcc6bd70a1 Add AssignmentMIP samples 2020-06-04 23:42:48 +02:00
Mizux Seiha
ee75071fec Fix dotnet samples from g3 2020-05-26 17:39:25 +02:00
Corentin Le Molgat
a62f22df9c Backport samples from g3 to gh 2020-05-26 13:51:51 +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
99516e690e CMake: Add dummy CMakeLists.txt in samples 2020-03-02 17:23:34 +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
dc3d9ccf84 internal improvemensts 2019-12-05 16:36:11 +01:00
Laurent Perron
f8699aef1c improve example 2019-11-28 14:40:28 +01:00
Laurent Perron
604acf5549 fix example 2019-11-28 14:31:05 +01:00
Laurent Perron
4c0a40f7bf sync with internal code 2019-11-25 15:34:42 +01:00
Laurent Perron
22ad6297ad add missing example 2019-11-25 12:54:43 +01:00
Laurent Perron
42676d6535 update base libraries; improve sat internals 2019-11-25 12:02:25 +01:00
Laurent Perron
2ff000ab9a bump abseil to the latest version, adapt the code all around 2019-11-20 14:28:11 -08:00
Laurent Perron
3765c971e5 polish lp code 2019-11-19 14:37:31 -08:00
Laurent Perron
888fbe3ec4 Merge pull request #1725 from paultrow/patch-10
Create mip_var_array.cc
2019-11-19 14:18:26 -08:00
Laurent Perron
cdeddf7253 Merge pull request #1724 from paultrow/patch-8
Patch 8
2019-11-19 14:17:42 -08:00
Paul
81701515f9 Create mip_var_array.cc
New doc example.
2019-11-19 17:09:17 -05:00
Paul
a24c7904ab Create mip_var_array.py
New MIP example for documentation.
2019-11-19 17:02:48 -05:00
Laurent Perron
bc43e37c90 add sat inferface to the linear solver wrapper 2019-10-18 14:39:51 +02:00
Paul
c9f1fc3bf2 Update linear_programming_example.py
Change the lower limit on the variables to 0 to match the versions in the other languages, and to agree with the doc.
2019-09-23 11:19:03 -04: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
5f9a56b8aa 7.2 -> 7.3 2019-08-05 09:39:01 -07:00
Laurent Perron
4510eee224 bump linear solver code, add direct to proto solver for scip and gurobi, currently untested 2019-07-18 05:53:45 -07:00
Laurent Perron
8152464418 document more linear solver code 2019-07-17 07:08:02 -07:00
Laurent Perron
2ab87773a9 minor reindent 2019-07-10 09:38:45 -07:00
Laurent Perron
e6ff7153aa polish new linear_solver non C++ API 2019-07-01 14:13:15 +02:00
Laurent Perron
0c9b6d44d9 update csproj 2019-06-30 11:06:28 +02:00
Paul
73b94daaaa Create LinearProgrammingExample.cs
Add C# version of linear_programming_example.cc.
2019-06-09 12:16:32 -04:00
Laurent Perron
fe22bf057a minor polish of examples 2019-05-28 15:28:01 +02:00
Corentin Le Molgat
d7a33542a2 Sync g3 -> github 2019-05-14 09:44:13 +02:00
Corentin Le Molgat
6cc1df06d7 Sync g3->github 2019-05-13 16:51:33 +02:00
Corentin Le Molgat
a8fd84cb08 Fixup comments in linear solver samples 2019-05-13 11:17:01 +02:00
Corentin Le Molgat
583b8bc01e Add region tag to linear solver samples 2019-05-13 11:05:58 +02:00
Corentin Le Molgat
3eea98e3ad SimpleMipProgram add import region tag 2019-05-13 10:04:00 +02:00