Commit Graph

5873 Commits

Author SHA1 Message Date
Corentin Le Molgat
ac42c57a8e Update stigler_diet example (C++, Python) 2018-10-15 10:10:06 +02:00
Corentin Le Molgat
f6ec77d4ef Add check_python target
Add linear_programming.py
2018-10-15 10:10:06 +02:00
Corentin Le Molgat
e786ca8b3d Cleanup Makefile.cpp.mk 2018-10-15 10:09:13 +02:00
Corentin Le Molgat
b1ea750b1a Update linear_programming examples 2018-10-15 10:00:37 +02:00
Corentin Le Molgat
719172b621 Update constraint_programming_cp.cc 2018-10-12 10:07:00 +02:00
Corentin Le Molgat
8896a26f13 Remove cctz
cctz is now embedded in abseil
2018-10-12 09:51:26 +02:00
Corentin Le Molgat
a47f81cd51 Makefile: Add cctz on windows 2018-10-12 09:51:26 +02:00
Corentin Le Molgat
b303b2438d Makefile: Add cctz on unix 2018-10-12 09:51:26 +02:00
Corentin Le Molgat
589d5c5f81 Add cctz patch 2018-10-12 09:51:26 +02:00
Corentin Le Molgat
2dcab944ad Makefile: update glog on windows 2018-10-12 09:51:26 +02:00
Corentin Le Molgat
52b44c337e Makefile: update third party gflags on windows 2018-10-12 09:51:26 +02:00
Corentin Le Molgat
97584db53d Add stigler_diet.cc 2018-10-12 09:48:12 +02:00
Corentin Le Molgat
128363e477 Sync linear_programming with documentation
- move previous code to tests/lp_test.cc
2018-10-12 09:48:12 +02:00
Corentin Le Molgat
3d1eafaa80 Update tsp.cc vrp.cc 2018-10-12 09:48:12 +02:00
Corentin Le Molgat
143eb3b967 Add cvrp_reload.py 2018-10-12 09:48:12 +02:00
Corentin Le Molgat
2debe09e43 CMake cleanup 2018-10-12 09:48:12 +02:00
Corentin Le Molgat
4156f03933 utils.cmake fix version retrieval 2018-10-12 09:48:12 +02:00
Corentin Le Molgat
4dc5518853 CMake update BUILD_TYPE doc 2018-10-11 11:54:31 +02:00
Corentin Le Molgat
c64f57797d Cleanup CMakeLists.txt 2018-10-11 11:54:31 +02:00
Corentin Le Molgat
e0639c2726 Makefile: fix clean_third_party for abseil-cpp 2018-10-11 11:54:31 +02:00
Corentin Le Molgat
878e509c78 Default: disable python build 2018-10-11 11:54:31 +02:00
Corentin Le Molgat
6a177338f9 Makefile: Set revision to 9999 when not on git 2018-10-10 10:40:48 +02:00
Corentin Le Molgat
dec57fe7f8 Makefile: detect shallow copy 2018-10-10 09:16:50 +02:00
Corentin Le Molgat
487b49372c Fix job_shop_cp include on windows 2018-10-10 08:09:08 +02:00
Corentin Le Molgat
bb33b95452 Fix CpSolver.cs 2018-10-10 08:06:30 +02:00
Laurent Perron
0cefdf40d1 reindent fix #877 2018-10-09 23:00:41 +02:00
Corentin Le Molgat
94015d8a87 Fix nurses_cp.cc include 2018-10-09 17:33:35 +02:00
Corentin Le Molgat
56c255d5b7 dotnet: Fix SolveWithSolutionCallback 2018-10-09 16:27:24 +02:00
Laurent Perron
b8e4117195 allow sat fz without presolve 2018-10-09 16:07:19 +02:00
Laurent Perron
ba31fa996b fix sat C# 2018-10-09 16:07:08 +02:00
Corentin Le Molgat
078756abee Update Makefile.cc.java.dotnet 2018-10-09 15:15:27 +02:00
Laurent Perron
2a9700a762 support fz without presolve and with sat backend 2018-10-08 19:56:14 +02:00
Laurent Perron
d6f4b62098 Merge pull request #876 from coderkd10/master
Re-add the CheckedGurobiCall function
2018-10-08 16:58:14 +02:00
Abhishek Kedia
02a788a603 re-add the CheckedGurobiCall function 2018-10-08 19:05:05 +05:30
Corentin Le Molgat
26316228e7 dotnet: Move runtime.{rid} as a suffix... (#744)
Change runtime.{rid}.Google.OrTools -> Google.OrTools.runtime.{rid}

note: nuget support team didn't want to give us runtime.{rid}.Google* reserved prefix
beside the fact they use this naming convention in the dotnetframework and give it to
"quamotion" company too
2018-10-05 16:47:41 +02:00
Laurent Perron
6fad54d17a clean python example 2018-10-05 14:29:25 +02:00
Laurent Perron
fea6f78370 tentative fix //SAT on windows 2018-10-05 13:57:59 +02:00
Laurent Perron
c57297bc4f fix gen_all_deps for windows 2018-10-05 11:24:53 +02:00
Laurent Perron
68dee31810 fix 2018-10-02 14:09:29 +02:00
Laurent Perron
c05c53d444 fix compilation 2018-10-02 11:26:53 +02:00
Laurent Perron
bc6af29eec Merge branch 'master' of https://github.com/google/or-tools 2018-10-02 10:36:01 +02:00
Laurent Perron
4e893e5080 remove solow-halim glop preprocessor as the interface has changed a lot; add a proper domain class for CP-SAT integer variables, rewrite preprocessor and other parts of the solver to use it 2018-10-02 10:35:52 +02:00
Corentin Le Molgat
7e3b834476 Add nurses_cp.cc and job_shop_cp.cc 2018-10-02 10:10:53 +02:00
Corentin Le Molgat
c907c57305 Fix auditwheel in manylinux docker
force wheel==0.31.1 since API is broken in 0.32
2018-10-02 10:08:34 +02:00
Corentin Le Molgat
2c030d0e38 Fixup publish_delivery_win.cmd 2018-10-02 08:21:33 +02:00
Corentin Le Molgat
ae2882ed5c Cleanup gitignore 2018-10-02 08:21:23 +02:00
Corentin Le Molgat
49247b4898 Rework Python temp directory
- Make temp dir consistent using underscore
- Fixup TEMP_DIR in build_delivery_* scripts
2018-10-02 08:21:10 +02:00
Corentin Le Molgat
c934a8e296 Upload publish script 2018-10-01 08:32:01 +02:00
Corentin Le Molgat
0d25944755 rework publish script 2018-09-28 17:48:55 +02:00
Laurent Perron
bb86602f7c fix paths in SAT README.md #861 2018-09-28 11:47:20 +02:00