Corentin Le Molgat
|
78a09d38de
|
dotnet: Sync ShiftSchedulingSat with the Python one
|
2021-05-21 18:11:02 +02:00 |
|
Corentin Le Molgat
|
e44579c859
|
Reapply fixes lost in shift_scheduling_sat.py
related to #2396
|
2021-05-21 18:01:16 +02:00 |
|
Corentin Le Molgat
|
8b8b32c7e7
|
Sync .Net examples
|
2021-05-21 09:22:41 +02:00 |
|
Corentin Le Molgat
|
48d9111ce5
|
Clean few examples
|
2021-05-20 17:56:00 +02:00 |
|
Corentin Le Molgat
|
dc803630d3
|
Update .Net examples
|
2021-05-20 17:54:57 +02:00 |
|
Laurent Perron
|
09aba1b9aa
|
Merge pull request #2558 from stuarthillary/master
Align C# ShiftSchedulingSat example to Python version
|
2021-05-18 14:53:19 +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
|
65a3f92706
|
follow heuristic order in flatzinc fixed search, even if the model is presolved away
|
2021-05-18 11:25:04 +02:00 |
|
Mizux Seiha
|
9ac8b51edf
|
linear_solver: Fix cond in sample
|
2021-05-10 14:43:25 +02:00 |
|
Laurent Perron
|
e638b0298e
|
rewrite part of the lns code; fix race in lns code
|
2021-05-06 13:48:32 +02:00 |
|
Laurent Perron
|
56627a317d
|
speedup .NET example
|
2021-05-03 12:20:46 +02:00 |
|
Laurent Perron
|
28ea9be1dd
|
remove usage of kint{64|32}{min|max}
|
2021-05-03 12:12:42 +02:00 |
|
Laurent Perron
|
3d1ac12594
|
[CP-SAT] deprecate SearchAllSolutions and SolveWithSolutionCallback
|
2021-05-03 12:11:59 +02:00 |
|
Laurent Perron
|
efd16c78da
|
[CP-SAT] deprecate SearchAllSolutions and SolveWithSolutionCallback
|
2021-05-03 12:11:39 +02:00 |
|
Laurent Perron
|
bd43a1c004
|
rename cuts, improve ref
|
2021-05-03 12:10:56 +02:00 |
|
Laurent Perron
|
851bdaa7eb
|
fix #2525; rewrite scheduling cuts; add cumulative cuts; reorganize internal search
|
2021-04-30 14:20:46 +02:00 |
|
Laurent Perron
|
b37d9c786b
|
Merge branch 'master' of github.com:google/or-tools
|
2021-04-30 10:40:17 +02:00 |
|
Laurent Perron
|
b31d1d2ce6
|
fix #2508
|
2021-04-30 10:40:01 +02:00 |
|
Corentin Le Molgat
|
315a7e4d08
|
release: Fix macos script
|
2021-04-29 16:22:58 +02:00 |
|
Corentin Le Molgat
|
0f1ed74362
|
release: Fix windows script
|
2021-04-29 11:14:35 +00:00 |
|
Mizux Seiha
|
5f0b54607a
|
make: Add clean_fz target
|
2021-04-28 23:06:20 +02:00 |
|
Mizux Seiha
|
e52823863b
|
tools(docker): Fix entry point
For centos-7 we need the entry point to "source" the bashrc so we can
have g++ pointing to g++-9
|
2021-04-28 18:15:24 +02:00 |
|
Mizux Seiha
|
90b8facec9
|
Update Reference documentation
|
2021-04-27 23:00:03 +02:00 |
|
Mizux Seiha
|
369c6849e3
|
tools: Fix build_manylinux1.sh script
|
2021-04-27 17:18:53 +02:00 |
|
Mizux Seiha
|
af7247758d
|
Bump Protobuf 3.15.7 -> 3.15.8 (Fix #2524)
|
2021-04-27 15:43:34 +02:00 |
|
Mizux Seiha
|
e0d46edd74
|
Bump abseil-cpp 20210324.0 -> 20210324.1 (Fix #2523)
|
2021-04-27 15:43:27 +02:00 |
|
Mizux Seiha
|
6ae19c9b5b
|
Bump version: 8.2 -> 9.0
|
2021-04-27 10:56:39 +02:00 |
|
Mizux Seiha
|
d1a771677b
|
regenerate all notebooks
|
2021-04-27 10:56:39 +02:00 |
|
Mizux Seiha
|
c09432ee8e
|
linear_solver: Add XPRSFree() to Xpress dtor (#2522)
ref: https://www.fico.com/fico-xpress-optimization/docs/latest/solver/optimizer/HTML/XPRSfree.html
|
2021-04-27 10:32:08 +02:00 |
|
Mizux Seiha
|
362cc8d3d6
|
release: Fix GPG 2.0 support
|
2021-04-27 09:10:25 +02:00 |
|
Mizux Seiha
|
37993074dd
|
release: Install OpenSSL 1.1 to Centos-7
|
2021-04-27 09:10:25 +02:00 |
|
Mizux Seiha
|
1f0a909b83
|
dotnet: Remove weird <feff> character in CreateSigningKey
|
2021-04-27 09:10:25 +02:00 |
|
Mizux Seiha
|
a3bfc973bf
|
release: Fix publish_delivery_linux
|
2021-04-27 09:10:25 +02:00 |
|
Mizux Seiha
|
8a15ec1e80
|
tools: Add openssl to centos-7
|
2021-04-27 09:10:25 +02:00 |
|
Corentin Le Molgat
|
17032f68fb
|
java: Use ortools patch for dependencies in pom.xml
|
2021-04-27 09:10:25 +02:00 |
|
Corentin Le Molgat
|
d6b3090d3a
|
java: Bump jna-platform 5.5.0 -> 5.8.0 (Fix #2519)
|
2021-04-27 09:10:25 +02:00 |
|
Mizux Seiha
|
fe195d44ac
|
tools: Add JAVA_HOME env
|
2021-04-27 09:10:25 +02:00 |
|
Mizux Seiha
|
8dbc23a7e8
|
tools: Fixup centos-7 dotnet test docker
|
2021-04-27 09:10:25 +02:00 |
|
Mizux Seiha
|
57cc52ce86
|
release: Move from Ubuntu:18.04 to Centos:7
|
2021-04-27 09:10:25 +02:00 |
|
Mizux Seiha
|
01c85e527d
|
tools: Add Centos-7 (Fix #2498)
|
2021-04-27 09:10:25 +02:00 |
|
Mizux Seiha
|
f41205aa4b
|
release: show java version
|
2021-04-27 09:10:25 +02:00 |
|
Mizux Seiha
|
78d5023056
|
tools: Add Ubuntu 16.04 LTS
|
2021-04-27 09:10:25 +02:00 |
|
Mizux
|
fe94eb5116
|
README: Add Maven Central Badge
|
2021-04-27 09:10:24 +02:00 |
|
Mizux Seiha
|
2afb920b87
|
release: fix usage
|
2021-04-27 09:10:24 +02:00 |
|
Mizux Seiha
|
aadf1e3495
|
release: Add publish_delivery_unix
|
2021-04-27 09:10:24 +02:00 |
|
Laurent Perron
|
d861dea2a8
|
merge
|
2021-04-26 11:13:49 +02:00 |
|
Laurent Perron
|
37901cb24c
|
polish balas cuts
|
2021-04-26 11:06:50 +02:00 |
|
Laurent Perron
|
47520a3fb6
|
polish examples
|
2021-04-26 11:06:34 +02:00 |
|
Laurent Perron
|
dc967fc3ab
|
improve cut code
|
2021-04-25 00:05:25 +02:00 |
|
Laurent Perron
|
ee65d6c24d
|
improve cuts
|
2021-04-23 22:53:04 +02:00 |
|