Trivial: update url to new url

Change-Id: Ibfe8485fc519d4e01e3a4e289aff3e5a2414b179
This commit is contained in:
XiaojueGuan 2018-05-13 22:27:32 +08:00
parent 3aae5eda0a
commit 526ac3db64
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ Python. This problem is solved for an optimal solution using an external
solver supported by PULP such as CLP_, CBC_, GLPK_, etc. By default, PULP_
uses the CBC_ solver, which is packaged with the `coinor.pulp`_ distribution.
.. _`coinor.pulp`: https://pypi.python.org/pypi/coinor.pulp
.. _`coinor.pulp`: https://pypi.org/project/coinor.pulp
Additional Solver implementations are planned in the roadmap, that support
pluggable constraints and costs.