File: installing_pulp_at_home.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 (13 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
.. _installation:

Installing PuLP at Home
=======================

PuLP is a free open source software written in Python. It is used to describe 
optimisation problems as mathematical models. PuLP can then call any of numerous
external LP solvers (CBC, GLPK, CPLEX, Gurobi etc) to solve this model and then 
use python commands to manipulate and display the solution. 

.. include:: ../../../INSTALL