Commit Graph

5904 Commits

Author SHA1 Message Date
Corentin Le Molgat
ef89d60403 Add Minimal README.md to examples 2018-11-08 10:22:10 +01:00
Laurent Perron
f10bb2d807 Merge branch 'master' of github.com:google/or-tools 2018-11-08 09:36:43 +01:00
Laurent Perron
3e19000517 one more example from the doc 2018-11-08 09:36:21 +01:00
Corentin Le Molgat
c4e3b1190d Fixup Contrib dir MACRO on windows 2018-11-08 09:23:46 +01:00
Laurent Perron
eefaaeba86 fix dotnet test path 2018-11-07 23:35:46 +01:00
Laurent Perron
807a8a855b fix on windows 2018-11-07 23:30:10 +01:00
Laurent Perron
5bb4f639c5 fix python test scripts 2018-11-07 22:09:43 +01:00
Laurent Perron
48d4fe2b89 fix makefiles after contrib example 2018-11-07 21:31:58 +01:00
Laurent Perron
475ccd99e3 move contrib examples to a dedicated contrib directory 2018-11-07 20:49:03 +01:00
Laurent Perron
5a6e658475 Merge branch 'master' of github.com:google/or-tools 2018-11-07 17:26:14 +01:00
Laurent Perron
692114def7 port c++ sat examples to the new API; add little methods to the sat C++ api 2018-11-07 17:25:58 +01:00
Corentin Le Molgat
9cad0c15ae Replace 0 by EXIT_SUCCESS 2018-11-07 09:55:42 +01:00
Corentin Le Molgat
f7060f83a5 Rename SimpleProgram.fs to SimpleProgramFSharp.fs
- Avoid collision with SimpleProgram.fs binary output
2018-11-06 18:01:21 +01:00
Corentin Le Molgat
34e2675112 Fix SimpleProgram.fs entry point 2018-11-06 16:32:26 +01:00
Corentin Le Molgat
a0c3fe2ee1 Fixup SimpleProgram.fs 2018-11-06 15:29:21 +01:00
Corentin Le Molgat
8eeadbecce Add SimpleProgram
This is the example use in optimization site:
GUIDES/Introduction/GetStarted/<lang>/RunningProgram
2018-11-06 14:36:21 +01:00
Laurent Perron
27035c4b0f Fix #902 2018-11-06 08:50:40 +01:00
Laurent Perron
77ffc2abb2 fix #911, rewrite example to use CP-SAT 2018-11-06 08:44:56 +01:00
Laurent Perron
fd7c91abc2 fix 2018-11-05 16:49:17 +01:00
Laurent Perron
e323bba2e7 backport sat improvements from the abseil branch 2018-11-05 16:24:47 +01:00
Corentin Le Molgat
96f95aebf9 dotnet: Remove reference to dotnet release command
- Currently not implemented...
2018-10-31 16:18:18 +01:00
Corentin Le Molgat
679783dbd2 Travis-CI: build with -j4 2018-10-31 08:33:43 +01:00
Corentin Le Molgat
c18421ab44 Makefile: Add build/run target
- Add build/run target to archive Makefile
- Be able to run cc/python/java/dotnet examples in //
2018-10-31 08:33:43 +01:00
Corentin Le Molgat
87024b1dce Remove unused CMakeSettings.json 2018-10-31 08:33:43 +01:00
Corentin Le Molgat
58b018ece0 cpp: remove deprecated PROTO_DEPS 2018-10-30 16:08:19 +01:00
Corentin Le Molgat
8c104ff831 Python fix cp_model.py doc 2018-10-30 16:08:19 +01:00
Corentin Le Molgat
2fb85da555 Fix osx Travis-CI install.sh
cf https://github.com/travis-ci/travis-ci/issues/10275
2018-10-30 11:16:26 +01:00
Mark Gritter
896d239238 Add Constraint return value to methods that were documented to return it. 2018-10-30 09:32:02 +01:00
Laurent Perron
d44fb1b423 add missing swig rule; remove redundant constraint in sat table implementation 2018-10-15 13:41:52 +02:00
Corentin Le Molgat
2ccdc97d76 Remove duplicate target 2018-10-15 10:18:35 +02:00
Corentin Le Molgat
fc961bad35 Update constraint_solver_cp (C++, Python) 2018-10-15 10:10:06 +02:00
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