64 lines
1.6 KiB
ReStructuredText
64 lines
1.6 KiB
ReStructuredText
.. 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
|
|
.. comment block
|
|
main/Concepts
|
|
main/Introduction
|
|
main/Installing%20Python InstallingPythonatHome
|
|
main/BasicPythonCoding
|
|
main/Introduction to PuLP
|
|
main/InstallingPulpatHome
|
|
main/CaseStudies/ABLendingProblem
|
|
main/UsingElasticConstraints
|
|
main/Using FractionalConstraints
|
|
main/SequentialOptimisation
|
|
main/ExtraCaseStudies
|
|
|
|
PuLP Internal Documentation
|
|
===========================
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
constants
|
|
pulp
|
|
solvers
|
|
|
|
Authors
|
|
=======
|
|
|
|
The authors of this documentation (the pulp documentation team) include:
|
|
|
|
.. include:: AUTHORS.txt
|
|
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|