Commit Graph

1293 Commits

Author SHA1 Message Date
Laurent Perron
894cbbb29b Merge branch 'master' of github.com:google/or-tools into master 2020-07-22 17:08:28 +02:00
Laurent Perron
937b96c01c add make based support for xpress on MAC OS X 2020-07-22 17:08:17 +02:00
Mizux Seiha
37fb709548 Bump version to v7.8 2020-07-22 11:05:48 +02:00
Mizux Seiha
2e3c03d6e4 examples: Fix wedding chart in python 2020-07-16 09:43:07 +02:00
Mizux Seiha
cda6cc5da3 Fix uncapacited_facility_location example
note: calling setNumThreads() when SCIP is compiled without
parallel support make the solver returning error.
2020-07-15 15:52:33 +02:00
Mizux Seiha
a3f8f7f206 cmake: Add missing cpp examples 2020-07-15 15:52:29 +02:00
Mizux Seiha
7003d8cbd7 example: Remove uneeded test 2020-07-06 15:16:26 +02:00
Mizux Seiha
cb21f8b8aa example: Add SCIP to linear_programming 2020-07-06 12:33:28 +02:00
Mizux Seiha
d5c599e4ec example: Add SAT to linear_programming 2020-07-06 12:04:40 +02:00
Laurent Perron
fd6065a5a2 add sat option 2020-07-01 17:48:56 +02:00
Mizux Seiha
53948b03cb Fix F# int to int64 conversion 2020-06-29 12:05:16 +02:00
Laurent Perron
2022071171 polish examples and samples 2020-06-26 09:35:26 +02:00
Laurent Perron
7b39ff97a5 fix more contrib examples 2020-06-25 11:26:52 +02:00
Laurent Perron
1f55800d8e fix contrib example 2020-06-25 11:15:33 +02:00
Laurent Perron
5c7e66d998 improve linear examples 2020-06-25 10:33:13 +02:00
Laurent Perron
86057e169b fix example 2020-06-24 19:04:13 +02:00
Laurent Perron
974531d75a Merge branch 'master' of github.com:google/or-tools 2020-06-24 18:11:19 +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
Ytai Ben-Tsvi
eddf9c482b Update constraint_programming_cp.cc 2020-06-23 23:14:05 +02:00
Rob Springer
bfb3f418cf Updating all targets to depend on com_google_protobuf instead of com_google_protobuf_cc.
This matches the declared Bazel workspace name in the main protobuf
repo, and thus the name used by other projects (for projects depending
on both OR-Tools and protobuf).
2020-06-16 08:23:02 -07:00
Laurent Perron
e06cfc1d30 Merge branch 'master' of github.com:google/or-tools 2020-06-11 10:02:18 +02:00
Laurent Perron
ad862597f9 polish tsp_sat.py; add prize_collecting_tsp_sat.py 2020-06-11 10:02:09 +02:00
Mizux Seiha
4c39747185 java: Fix package in examples/contrib and examples/java 2020-06-10 14:36:44 +02:00
Mizux Seiha
85c05a555b cmake(cpp): Fix example RPATH 2020-05-25 11:27:08 +02:00
Mizux Seiha
04950a89e4 dotnet: Fix Sat tests 2020-05-20 17:58:43 +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
2e2993ab96 fix examples and makefiles 2020-05-06 18:35:18 +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
c3a1336237 version: Bump version to 7.7 2020-04-28 12:46:56 +02:00
Corentin Le Molgat
5ff76b487a Update notebook 2020-04-23 15:42:13 +02:00
Laurent Perron
e92e466ed0 fix windows compilation, add CP-SAT backend 2020-03-31 05:21:30 -07:00
Laurent Perron
dd0849af6f Merge pull request #1938 from daespino/stable
Add uncapacitated facility location example
2020-03-26 20:40:25 +01:00
Daniel Espinoza
39e525fb24 Add uncapacitated facility location example 2020-03-26 15:18:46 -04:00
Corentin Le Molgat
22356ff523 Sync g3 -> gh part_2 2020-03-09 18:34:21 +01:00
Corentin Le Molgat
b587d27a4a Sync g3 -> gh 2020-03-09 14:09:26 +01:00
Corentin Le Molgat
27121a1068 Update examples/notebook
generated using ./tools/gen_all_notebook.sh
2020-03-04 14:34:33 +01:00
Corentin Le Molgat
49eeeb073c Fix LinearSolverTests.cs 2020-02-17 13:37:48 +01:00
Corentin Le Molgat
08c23c8bec Fix fsdiet.fs example 2020-02-17 12:32:20 +01:00
Corentin Le Molgat
9ad19233cc dotnet: Bump all csproj 7.4 -> 7.5 2020-01-27 09:38:53 +01:00
Laurent Perron
6d61ac1cb0 query the domain from an IntVar in Python/Java/C# + tests; small speedup of sat reversible data structures 2020-01-24 12:20:08 -08:00
Corentin Le Molgat
bc904f83bd Add subTest to ex/tests/lp_test.py
see: https://docs.python.org/3.8/library/unittest.html#distinguishing-test-iterations-using-subtests
2020-01-23 16:48:29 +01:00
Marcelo
5cdde8db2c changed deprecated method ramdon_integer for randint
Forward port of #1425
2020-01-16 13:49:49 +01:00
Akarsh Jain
72731ca8db Typo fixes
edit: backport of PR #1688 to master
2020-01-16 11:41:09 +01:00
Mizux Seiha
90c54ef30e Update .csproj of all samples
Allow to rollforward
2020-01-09 18:22:18 +01:00
Nikos Koutsovasilis
be4f992ab9 Typo fixes on cvrptw python example 2020-01-02 19:01:46 +01:00
Laurent Perron
ce116160aa fix 2019-11-22 17:46:22 +01:00
Laurent Perron
63ee76e981 partial fix of the random generator 2019-11-22 16:31:26 +01:00
Laurent Perron
60908cf671 sync examples 2019-11-22 15:17:10 +01:00
Laurent Perron
fa406f3ae4 remove empty line 2019-11-15 14:20:10 -08:00
Laurent Perron
dc40d05a5b fix double test 2019-11-14 14:57:03 -08:00