File: index.rst

package info (click to toggle)
python-pulp 2.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,720 kB
  • sloc: python: 7,505; makefile: 16; sh: 16
file content (36 lines) | stat: -rw-r--r-- 1,121 bytes parent folder | download | duplicates (2)
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