Fix broken Markdown headings
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#pulp [](https://travis-ci.org/coin-or/pulp)
|
# pulp [](https://travis-ci.org/coin-or/pulp)
|
||||||
|
|
||||||
PuLP is an LP modeler written in python. PuLP can generate MPS or LP files
|
PuLP is an LP modeler written in python. PuLP can generate MPS or LP files
|
||||||
and call GLPK[1], COIN CLP/CBC[2], CPLEX[3], and GUROBI[4] to solve linear
|
and call GLPK[1], COIN CLP/CBC[2], CPLEX[3], and GUROBI[4] to solve linear
|
||||||
problems.
|
problems.
|
||||||
|
|
||||||
##Installation
|
## Installation
|
||||||
|
|
||||||
The easiest way to install pulp is via [PyPi](https://pypi.python.org/pypi/PuLP)
|
The easiest way to install pulp is via [PyPi](https://pypi.python.org/pypi/PuLP)
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ solver executable.
|
|||||||
|
|
||||||
$sudo pulptest
|
$sudo pulptest
|
||||||
|
|
||||||
##Examples
|
## Examples
|
||||||
|
|
||||||
See the examples directory for examples.
|
See the examples directory for examples.
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ PuLP requires Python >= 2.6.
|
|||||||
|
|
||||||
The examples use the default solver (cbc), to use other solvers they must be available.
|
The examples use the default solver (cbc), to use other solvers they must be available.
|
||||||
|
|
||||||
#Documentation
|
# Documentation
|
||||||
Documentation is found on https://pythonhosted.org/PuLP/.
|
Documentation is found on https://pythonhosted.org/PuLP/.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user