Commit Graph

7741 Commits

Author SHA1 Message Date
Laurent Perron
5d2fb27ccd Merge branch 'master' of github.com:google/or-tools 2020-05-19 14:56:47 +02:00
Laurent Perron
02d73d9e40 fix scip compilation 2020-05-19 14:56:37 +02:00
Laurent Perron
a779f3f336 fix print of int64 types 2020-05-19 14:56:23 +02:00
Mizux Seiha
1b61e078bc ci(xcode): Fix install step 2020-05-19 13:12:12 +02:00
Laurent Perron
2a73c8d17c Merge pull request #2024 from stradivari96/master
Remove redundant CapInt64
2020-05-19 11:05:03 +02:00
Xiang Chen
4ba5921aa1 Remove redundant CapInt64 2020-05-18 21:39:47 +02:00
Xiang Chen
532635de74 Remove redundant isinstance 2020-05-18 17:49:24 +02:00
Mizux Seiha
00387c133f cmake(java): Add Maven Package (#202) 2020-05-18 14:15:47 +02:00
Mizux Seiha
6b35e12f7d cpp: Fix tabulation 2020-05-18 14:15:47 +02:00
Mizux Seiha
5168cb1d40 cmake(xcode): Fix compilation 2020-05-18 14:15:47 +02:00
Mizux Seiha
1a492eb5f6 cpp: Fix windows build 2020-05-18 14:15:46 +02:00
Mizux Seiha
24f75c7259 ci(github): Update workflow 2020-05-18 14:15:46 +02:00
Mizux Seiha
5de974a27a Fix boolean_problem.proto namespace 2020-05-16 13:01:07 +02:00
Mizux Seiha
2814b30968 cmake(dotnet): don't run protoc on cp/assignment.proto 2020-05-16 13:01:07 +02:00
Mizux Seiha
c84eb033c9 Python: Cleanup setup.py 2020-05-16 13:01:07 +02:00
Mizux Seiha
235c34848f tools(docker): Fix clean target 2020-05-16 13:01:07 +02:00
Muhammad Musa
e3f500947b Register dimension callback as unary (#2020)
cvrptw_plot.py: Demand callback should use RegisterUnaryTransitCallback().
2020-05-15 11:37:44 +02:00
Laurent Perron
79e556128f more work on sat simplifications; tweak CP-SAT LNS; improve CP-SAT RINS/RENS 2020-05-13 11:30:15 +02:00
Laurent Perron
1cfd653bb2 fix cmake 2020-05-07 11:32:13 +02:00
Laurent Perron
fec626be1a fix link on mac 2020-05-06 18:55:57 +02:00
Laurent Perron
189c568fa7 remove java warning 2020-05-06 18:55:46 +02:00
Laurent Perron
c32598a573 remove warning 2020-05-06 18:51:46 +02:00
Laurent Perron
3ebf0f7fba fix 2020-05-06 18:49:32 +02:00
Laurent Perron
2e2993ab96 fix examples and makefiles 2020-05-06 18:35:18 +02:00
Laurent Perron
581d5606e0 fix #2005; massive rewrite of pure sat processing; RINS/RENS improvements in CP-SAT; get rid of base/status.h in favor of the absl version 2020-05-06 18:22:10 +02:00
Mizux Seiha
dd968a2eeb ci: Bump CMake 3.16.4 -> 3.17.2 2020-05-04 17:40:39 +02:00
Mizux Seiha
236e0a9428 centos: Replace yum (deprecated) by dnf 2020-05-04 17:28:52 +02:00
Laurent Perron
51e72dbc59 Merge branch 'master' of github.com:google/or-tools 2020-05-04 15:03:06 +02:00
Laurent Perron
fd6485897d warn if using unbounded variables in flatzinc 2020-05-04 15:02:52 +02:00
Mizux Seiha
1a4ccc1f8a ci: Update centos dotnet-package
Microsoft has fixed their packages !
2020-05-04 13:42:08 +02:00
Mizux Seiha
9e68d4c94d tools(docker): Add Ubuntu 20.04 LTS 2020-05-04 13:42:08 +02:00
Laurent Perron
60f5f36749 Merge branch 'master' of github.com:google/or-tools 2020-05-04 12:02:15 +02:00
Laurent Perron
c12634907a fix issuer #1957 2020-05-04 12:02:08 +02:00
Muhammad Musa
e9c76490a4 Update cvrptw_ployt.py
Fix np.size(capacity) check in Vehicle class constructor to compare it with self.number (not itself)
2020-05-02 18:45:08 +02:00
Mizux Seiha
b4e7fb507e tools(docker): Fix Makefile usage 2020-04-30 14:27:20 +02:00
Mizux Seiha
402bc50bd5 tools: Add alpine 2020-04-30 14:26:50 +02:00
Mizux Seiha
13d80772f6 deps: Revert CLP to 1.17.4
1.17.5 is broken
see: https://github.com/coin-or/Clp/issues/130
2020-04-30 09:50:42 +02:00
Laurent Perron
0c6461cfee fix scip support, target 7.0 2020-04-29 18:06:18 +02:00
Mizux Seiha
196871adee deps: protobuf still don't provide a 3.11.4 package
note: to revert once Protobuf team release it !
2020-04-29 09:58:23 +02:00
Mizux Seiha
060983b9db ci(bazel): Fix docker localization 2020-04-29 09:57:30 +02:00
Mizux Seiha
3ff8f7e67f deps: Bump coin-or 2020-04-28 12:47:49 +02:00
Mizux Seiha
c3a1336237 version: Bump version to 7.7 2020-04-28 12:46:56 +02:00
Mizux Seiha
5dcc17f4e3 deps: Update Protobuf v3.11.2 -> v3.11.4 2020-04-28 11:35:34 +02:00
Mizux Seiha
e338d145ee deps:Bump absl 20200225 -> 20200225.2 2020-04-28 11:35:34 +02:00
Laurent Perron
685f934a1b Merge branch 'master' of github.com:google/or-tools 2020-04-27 14:40:51 +02:00
Laurent Perron
16b5b62b85 remove half backed callback code 2020-04-27 14:40:42 +02:00
Laurent Perron
914ecdc607 Merge pull request #1980 from ogunheper/fix/1979
Fixes google/or-tools#1979
2020-04-27 10:17:50 +02:00
Ogün Heper
ccae9029ec Fixes google/or-tools#1979 2020-04-26 22:46:03 +03:00
Laurent Perron
b040310eda Merge branch 'master' of github.com:google/or-tools 2020-04-24 14:45:41 +02:00
Laurent Perron
929f3ea873 fix #1958 2020-04-24 14:45:27 +02:00