Commit Graph

1361 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
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
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
e0639c2726 Makefile: fix clean_third_party for abseil-cpp 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
078756abee Update Makefile.cc.java.dotnet 2018-10-09 15:15:27 +02:00
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
c57297bc4f fix gen_all_deps for windows 2018-10-05 11:24:53 +02:00
Laurent Perron
bc6af29eec Merge branch 'master' of https://github.com/google/or-tools 2018-10-02 10:36:01 +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
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
Laurent Perron
4568ef1a5b revamp gen_dependencies and Makefile.gen.mk 2018-09-28 11:46:52 +02:00
Corentin Le Molgat
909ae1d071 Fix "test_pypi_archive" target on windows 2018-09-27 16:10:09 +02:00
Corentin Le Molgat
fec7747583 Cpp: disable pdptw 2018-09-27 10:51:15 +02:00
Corentin Le Molgat
a06a25e891 Cleaning Makefile.cpp.mk 2018-09-27 10:38:29 +02:00
Corentin Le Molgat
53afbc0c88 cpp: remove ccexe variables
Now test_cc run "all" examples so we don't need it anymore
2018-09-27 10:37:23 +02:00
Laurent Perron
af27df74b4 tentative fix for appveyor 2018-09-26 23:12:36 +02:00
Corentin Le Molgat
0241e6d74e Makefile: Force pb.h files to be build first ! 2018-09-26 17:12:36 +02:00
Corentin Le Molgat
e3c46b4429 Revert "Update generator"
This reverts commit 3495deebaa.
2018-09-26 17:08:51 +02:00
Corentin Le Molgat
c1798ac148 Revert "Fixup CI by adding deps to ortools/sat/cp_model.pb.h in bop_base.cc"
This reverts commit ea03a859f2.
2018-09-26 17:02:24 +02:00
Corentin Le Molgat
ea03a859f2 Fixup CI by adding deps to ortools/sat/cp_model.pb.h in bop_base.cc 2018-09-26 16:24:06 +02:00
Corentin Le Molgat
3495deebaa Update generator 2018-09-26 14:23:09 +02:00
Corentin Le Molgat
afe2833b31 Add missing *_DEPS prerequisite to $(OBJ_DIR)/%.$O 2018-09-26 13:43:21 +02:00
Corentin Le Molgat
6b61fdc07e Fix rdotnet EX= 2018-09-26 13:23:16 +02:00
Corentin Le Molgat
9684ae7565 Update test_archive 2018-09-26 13:15:34 +02:00
Corentin Le Molgat
027f5cc3f8 Add missing basic examples
C++:
 - [Up] linear_programming
 - [Up] integer_programming
 - constraint_programming_CP / rabbits_pheasants_cp
 - knapsack
 - max_flow / min_cost_flow
 - tsp / vrp
note: previous "fuzzy" tsp has been renamed random_tsp.

.Net:
 - vrp
2018-09-26 13:15:34 +02:00
Laurent Perron
eb07d1593f tentative fix appveyor test_cc_examples 2018-09-26 08:09:17 +02:00
Laurent Perron
56d6af52bc fix make test_cc_examples 2018-09-25 10:28:17 +02:00
Laurent Perron
dc873e59cd fix more examples 2018-09-25 09:10:34 +02:00
Laurent Perron
3c79f0c9c6 fix more examples 2018-09-25 09:08:18 +02:00
Laurent Perron
14df722c1d Merge branch 'master' of https://github.com/google/or-tools 2018-09-25 08:51:38 +02:00
Laurent Perron
d93d85b463 fix flexible_jobshop example and test 2018-09-25 08:51:19 +02:00
Corentin Le Molgat
08439dd579 Fix wrong rpath on fap lib on macOS 2018-09-25 08:24:12 +02:00
Laurent Perron
bbbe8b1fd4 reenable dimacs problem 2018-09-25 08:10:36 +02:00
Laurent Perron
2091e3ffce second fix on dimacs file, now runs. Remove from tests as we have no data file 2018-09-24 23:47:57 +02:00
Laurent Perron
2eecedf328 fix wrong rpath on dimacs lib on mac os X 2018-09-24 23:43:53 +02:00
Laurent Perron
4b272939ad incomplete fix dimacs example 2018-09-24 21:48:41 +02:00
Corentin Le Molgat
38fca8f5a4 Update CC example list 2018-09-24 17:37:51 +02:00
Corentin Le Molgat
f157f7d77d Add test_pypi_archive 2018-09-24 17:37:50 +02:00
Corentin Le Molgat
e9e6e9ba3a pypi_archive: make it dependent of ortools_libs 2018-09-21 14:38:55 +02:00
Corentin Le Molgat
12fd6cdaf8 clean_python: suppress all temp-python* 2018-09-21 14:38:54 +02:00
Laurent Perron
759bdb12c3 add latest examples to python tests 2018-09-19 14:24:28 +02:00
Corentin Le Molgat
5d220f0e98 Update Archive README.md 2018-09-19 09:05:43 +02:00