Commit Graph

41 Commits

Author SHA1 Message Date
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
Corentin Le Molgat
bef0cd9d17 .Net: fixup csproj generator 2019-05-07 12:59:44 +02:00
Corentin Le Molgat
a446f45176 Bump Version 7.0 -> 7.1 2019-05-07 11:37:58 +02:00
Corentin Le Molgat
a642ec89be Code cleanup 2019-03-14 12:53:16 +01:00
Corentin Le Molgat
43fb0716fa Update .csproj 2019-02-19 11:56:59 +01:00
Laurent Perron
3494afff17 solver.infinity() -> java.lang.Double.POSITIVE_INFINITY 2019-02-02 17:40:11 +01:00
Laurent Perron
fedf3d4ff4 revamp and simplify swig support, force typed enums for C# and Java for all except the constraint_solver/routing module; port examples; Fix SAT on very large problems 2018-12-11 17:03:03 +01:00
Corentin Le Molgat
13c82b0bd4 Add PRE_RELEASE support
Python PEP440: https://www.python.org/dev/peps/pep-0440/#pre-releases
.Net: https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages

note: Microsoft has a 3 years still open bug to manage prerelease in version
see: https://github.com/NuGet/Home/issues/912
2018-12-06 14:55:32 +01:00
Corentin Le Molgat
756e36bab5 Bump version to 7.0
- Also regenerate .Net proj to avoid sample to use the published 6.10 nuget package
2018-12-06 09:28:49 +01:00
Corentin Le Molgat
0f7551551f Add Samples from g3 2018-11-27 08:20:58 +01:00
Corentin Le Molgat
c404146530 Bump .Net proj to 6.10.* 2018-11-26 09:49:32 +01:00
Corentin Le Molgat
7e47d2dae5 Add SimpleMipProgram from g3 2018-11-22 09:47:20 +01:00
Corentin Le Molgat
55417fa088 Sync SimpleLpProgram with g3 2018-11-22 09:29:22 +01:00
Corentin Le Molgat
b2ed452218 Add missing SimpleLpProgram.csproj 2018-11-09 16:02:25 +01:00
Corentin Le Molgat
2e5e79cdc7 Add linear_solver/samples/SimpleLPProgram 2018-11-09 12:53:46 +01:00
Laurent Perron
b176edfbea fix jobshop python samples; add first linear solver lp sample; fix makefile 2018-11-08 11:20:51 +01:00