Commit Graph

247 Commits

Author SHA1 Message Date
Corentin Le Molgat
3bc57f1aec Add VRP with Time Limit samples 2019-04-19 18:47:55 +02:00
Corentin Le Molgat
9e1bc75fa4 Add makefile recipes for the new SAT samples 2019-03-25 14:20:39 +01:00
Laurent Perron
0c1d9a65e2 re-enable cp_model_test.py; throw an exception when using abs() on a linear expression; add test 2019-03-12 13:04:04 +01:00
Corentin Le Molgat
2b36515b43 Add VRP Resources samples 2019-03-11 17:36:23 +01:00
Corentin Le Molgat
211c809101 Fixup absl install 2019-03-11 14:04:20 +01:00
Corentin Le Molgat
5ae08d978b Add: VRP_Initial_Routes samples 2019-03-04 11:25:55 +01:00
Corentin Le Molgat
9cf1e2796a Adding TspCities and TspCircuitBoard example 2019-02-18 17:50:31 +01:00
Corentin Le Molgat
f562e3a4ae Expose PickupAndDeliveryPolicy APIs (#961) 2019-01-17 14:56:50 +01:00
Corentin Le Molgat
c3e0a7b3de Add vrp_pickup_delivery.py 2019-01-10 16:03:34 +01:00
Corentin Le Molgat
fd3b22f18c Export python routing samples from g3 2019-01-10 10:49:36 +01:00
Laurent Perron
68b35112b7 remove trailing spaces; add jobshop_with_maintenance_sat to python tests 2018-12-30 13:26:54 +01:00
Laurent Perron
df535e6166 polish 2018-12-29 10:45:17 +01:00
Corentin Le Molgat
a83cf89095 Add simple_routing_program.py 2018-12-28 16:02:21 +01:00
Mizux Seiha
148787c841 Move routing examples to ortools/constraint_solver/samples 2018-12-24 16:28:13 +01:00
Corentin Le Molgat
cab12b8b01 Fix python package on distro using lib64 2018-12-19 14:35:11 +01:00
Corentin Le Molgat
5a3b76ca7f Add test_routing_api.py to check AssignmentContainer instantiation. 2018-12-18 13:58:46 +01:00
Corentin Le Molgat
c52e9d95b9 Move nurses_sat to ortools/sat/samples 2018-12-14 10:02:13 +01:00
Laurent Perron
e9aa7c2eea python support int64 -> int64_t 2018-12-10 13:34:56 +01:00
Corentin Le Molgat
5755146652 Fix python archive 2018-12-06 16:00:12 +01:00
Corentin Le Molgat
13c82b0bd4 Add PRE_RELEASE support
Python PEP440: https://www.python.org/dev/peps/pep-0440/#pre-releases
.Net: https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages

note: Microsoft has a 3 years still open bug to manage prerelease in version
see: https://github.com/NuGet/Home/issues/912
2018-12-06 14:55:32 +01:00
Laurent Perron
f2573d33b1 Fix merge abseil - v6.10 2018-11-30 14:48:55 +01:00
Corentin Le Molgat
0f7551551f Add Samples from g3 2018-11-27 08:20:58 +01:00
Corentin Le Molgat
7e47d2dae5 Add SimpleMipProgram from g3 2018-11-22 09:47:20 +01:00
Laurent Perron
df8c8892f3 ported most official python cp examples to CP-SAT; cleaned up a few of them 2018-11-19 20:42:23 -08:00
Laurent Perron
4379a89323 rename sudoku.py to sudoky_sat.py 2018-11-19 18:05:31 -08:00
Laurent Perron
4d7f1dec01 rename zebra.py to zebra_sat.py 2018-11-19 14:14:45 -08:00
Laurent Perron
225dc5eb16 rename sat example; add to python tests 2018-11-19 10:45:26 -08:00
Corentin Le Molgat
97fd0095a7 Makefile: Update archive targets recipe 2018-11-19 09:40:09 +01:00
Laurent Perron
461f0ac74c fix 2018-11-18 15:01:20 -08:00
Laurent Perron
2373859e19 fix shift_scheduling_sat.py 2018-11-18 09:04:16 -08:00
Corentin Le Molgat
97044de369 Makefile: Add samples rules for algorithm and graph 2018-11-16 15:10:15 +01:00
Laurent Perron
c75045897b merge simple_solve_sample_sat into simple_sat_program; update doc 2018-11-16 05:02:48 -08:00
Laurent Perron
8fd62c9e43 reorganize all sat samples to have regular naming
Remove sub-method in C# sat sample, just use Main()
2018-11-15 10:56:34 -08:00
Laurent Perron
ef0b82c794 polish cp is fun python, C++, C# samples 2018-11-10 13:04:03 +01:00
Corentin Le Molgat
2e5e79cdc7 Add linear_solver/samples/SimpleLPProgram 2018-11-09 12:53:46 +01:00
Laurent Perron
1665e776dc add last samples to make test_python_samples 2018-11-08 12:53:30 +01:00
Laurent Perron
b176edfbea fix jobshop python samples; add first linear solver lp sample; fix makefile 2018-11-08 11:20:51 +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
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
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
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
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
909ae1d071 Fix "test_pypi_archive" target on windows 2018-09-27 16:10:09 +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