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
Laurent Perron
759bdb12c3
add latest examples to python tests
2018-09-19 14:24:28 +02:00
Corentin Le Molgat
e10c3cc99c
Add magic_sequence_sat to test_python
2018-09-19 08:26:14 +02:00
Corentin Le Molgat
a4a035be55
Python: Create target test_python_tests for UT
2018-09-18 10:19:59 +02:00
Corentin Le Molgat
4bb95a8193
Rework *EX_DIR/*EX_PATH macro
2018-09-18 10:10:25 +02:00
Corentin Le Molgat
7d7d8cdefd
Bump to Protobuf 3.6.1 ( Fix #838 )
2018-09-10 10:15:42 +02:00
Corentin Le Molgat
a1fdabf3b1
Makefile: remove redundant ortoolslibs target
...
- prefere to use `cc` phony target or $(OR_TOOLS_LIBS) file
2018-09-04 10:07:32 +02:00
Corentin Le Molgat
ca00c21e3c
python: Makefile cleanup
2018-08-31 18:23:08 +02:00
Corentin Le Molgat
2e3131b643
python: Rework examples target
...
- Fix default solver to use CBC instead of GLPK (which is optional)
- Fix few examples which doesn't compile against python2.7
- Add all examples to target test_python
- Few examples disabled since they are too long
2018-08-29 16:56:25 +02:00
Corentin Le Molgat
ebfee949c0
Cleanup Makefile.python.mk
2018-08-29 16:56:25 +02:00
Corentin Le Molgat
83769e920e
Python: Fix manylinux wheel package
2018-07-23 09:42:33 +02:00