From 8eac7f30c61b18fd13edfaec574bc8bde6777f3f Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 07:34:52 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 41d636e..a9e8051 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -#pulp [![Build Status](https://travis-ci.org/coin-or/pulp.svg?branch=master)](https://travis-ci.org/coin-or/pulp) +# pulp [![Build Status](https://travis-ci.org/coin-or/pulp.svg?branch=master)](https://travis-ci.org/coin-or/pulp) 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 problems. -##Installation +## Installation The easiest way to install pulp is via [PyPi](https://pypi.python.org/pypi/PuLP) @@ -18,7 +18,7 @@ solver executable. $sudo pulptest -##Examples +## 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. -#Documentation +# Documentation Documentation is found on https://pythonhosted.org/PuLP/.