Laurent Perron
|
4ececbe448
|
update python code, remove __future__ imports, remove six, use absl-py for flags, update examples
|
2020-11-18 10:50:14 +01:00 |
|
Laurent Perron
|
55cedb4b4b
|
remove name from MPSolver.CreateSolver API; simplify underlying code
|
2020-08-18 17:16:10 +02:00 |
|
Laurent Perron
|
2022071171
|
polish examples and samples
|
2020-06-26 09:35:26 +02:00 |
|
Laurent Perron
|
d6ecea46ad
|
experimental support for dynamic loading of gurobi; add MPSolver.CreateSolver() factory method for non C++ languages to check correctly installed linear solver backends and licenses when needed; port all non C++ examples
|
2020-06-24 18:11:12 +02:00 |
|
Corentin Le Molgat
|
c2ae098d34
|
Apply yapf on examples/python/*.py
|
2018-11-30 14:48:55 +01:00 |
|
Laurent Perron
|
d99cf97acb
|
reformat python files as tab length = 4 now
|
2018-11-11 09:39:59 +01:00 |
|
Corentin Le Molgat
|
b1ea750b1a
|
Update linear_programming examples
|
2018-10-15 10:00:37 +02:00 |
|
Laurent Perron
|
72db1d9ef2
|
run pyformat on python examples
|
2018-06-11 11:51:18 +02:00 |
|
Laurent Perron
|
2c7a8bf8f6
|
change copyright date
|
2017-10-17 13:08:10 +02:00 |
|
Martin West
|
09df20ca95
|
Changed examples L to python 3
|
2016-01-14 18:59:36 +01:00 |
|
Laurent Perron
|
7c58ce62f9
|
fix examples to work with python3, linear_solver is not yet working; tested with python 3.5
|
2015-12-09 06:23:06 -08:00 |
|
Laurent Perron
|
de9a5b6653
|
fix make test_python
|
2015-12-09 14:56:52 +01:00 |
|
Laurent Perron
|
eb2179b8a1
|
remove python dependencies on apputils, gflags
|
2015-12-09 14:49:52 +01:00 |
|
Vincent Furnon
|
df5dadb985
|
Linear solver wrapper: fixed python support.
|
2015-06-18 15:38:37 +02:00 |
|
Vincent Furnon
|
7182abb864
|
Renamed the linear solver protocol buffer and removed the new_proto namespace.
|
2015-06-16 10:08:44 +02:00 |
|
lperron@google.com
|
4de8aa77ab
|
python rewrite
|
2014-07-09 11:17:29 +00:00 |
|
lperron@google.com
|
6f25f38898
|
introduce glop, our own linear programming solver; improve sat
|
2014-07-08 09:27:02 +00:00 |
|
lperron@google.com
|
da7dc5e070
|
remove MPSolver::*Objective* setters, getters, use setters/getters on objective
|
2014-01-17 19:04:26 +00:00 |
|
laurent.perron@gmail.com
|
d8590b2dc2
|
port python test examples to python3
|
2013-12-29 14:04:35 +00:00 |
|
lperron@google.com
|
82a815ab65
|
add a ortools package for python modules; kept compatibility; updated all examples
|
2013-12-24 11:35:01 +00:00 |
|
lperron@google.com
|
c2ab78125e
|
huge sync with internal version
|
2013-06-11 14:51:51 +00:00 |
|
lperron@google.com
|
0b299bc3d2
|
one bug fix in the routing library, update copyright notice everywhere
|
2012-03-28 18:50:03 +00:00 |
|
lperron@google.com
|
64752231d6
|
reorganize all examples in the examples directory
|
2012-03-28 14:23:23 +00:00 |
|