Commit Graph

1612 Commits

Author SHA1 Message Date
Mizux Seiha
87aba8675b cmake(java): Add examples (#202) 2020-09-17 18:02:02 +02:00
Mizux Seiha
8058b32d5f cmake: Filter out broken examples
todo: investigate them one by one...
2020-09-17 15:10:23 +02:00
Mizux Seiha
815be4f486 java: Update tests to use JUnit 5.7.0 2020-09-14 23:50:41 +02:00
Mizux Seiha
03ab0457f3 make(java): Update examples to use maven (#202)
* Fix RandomTsp.java
2020-09-13 00:15:03 +02:00
Mizux Seiha
7d149a6530 cmake: examples management cleanup 2020-09-13 00:04:50 +02:00
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
c8eecc967a cmake: cleanup 2020-08-25 01:51:19 +02:00
Mizux Seiha
70326e59b1 remove duplicated examples/cpp/knapsack.cc 2020-08-25 01:51:19 +02:00
Mizux Seiha
316875740c contrib: Remove custom createSolver() method
Already provided by MPsolver...
2020-08-19 13:50:33 +02:00
Mizux Seiha
c0ed68199d dotnet: Fix createSolver() in contrib examples 2020-08-19 13:49:26 +02:00
Mizux Seiha
3fd2b4659a java: Fix createSolver() in contrib examples 2020-08-19 12:17:20 +02:00
Laurent Perron
be09910faf fix 2020-08-19 11:57:13 +02:00
Laurent Perron
f41115b7ed fix 2020-08-19 11:42:52 +02:00
Laurent Perron
55cedb4b4b remove name from MPSolver.CreateSolver API; simplify underlying code 2020-08-18 17:16:10 +02:00
Laurent Perron
950c5ae9e9 add init logging 2020-08-14 23:50:37 +02:00
Mizux Seiha
f992206a9a Force use of C++17
Routing use c++17 features (e.g. structured binding)
ref: https://en.cppreference.com/w/cpp/language/structured_binding
2020-08-14 14:07:58 +02:00
Mizux Seiha
d4d88e1f64 constraint_solver: Fix LocalSearchFilter samples 2020-08-14 14:07:58 +02:00
Corentin Le Molgat
a7262b6ec7 cmake: Fix example cpp rpath 2020-07-31 14:18:15 +02:00
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