1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
.. pulp_sphinx documentation master file, created by
sphinx-quickstart on Sun Nov 1 14:59:49 2009.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Optimization with PuLP
----------------------
You can begin learning Python and using PuLP
by looking at the content below. We recommend that you read The Optimisation Process,
Optimisation Concepts, and the Introduction to Python
before beginning the case-studies. For instructions for the installation of PuLP
see :ref:`installation`.
The full PuLP function documentation is available, and useful functions
will be explained in the case studies.
The case studies are in order, so the later case studies will assume you have
(at least) read the earlier case studies. However, we will provide links to any
relevant information you will need.
.. toctree::
:maxdepth: 2
main/index
CaseStudies/index
guides/index
develop/index
technical/index
plugins/index
Authors
=======
The authors of this documentation (the pulp documentation team) include:
.. include:: AUTHORS.txt
|