forked from coin-or/pulp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa97fa2
commit 790b3fd
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 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 | ||
|
@@ -83,11 +83,8 @@ Exported Classes: | |
Exported Functions: | ||
|
||
* value() -- Finds the value of a variable or expression | ||
* lpSum() -- given a list of the form [a1*x1, a2x2, ..., anxn] will construct | ||
a linear expression to be used as a constraint or variable | ||
* lpDot() --given two lists of the form [a1, a2, ..., an] and | ||
[ x1, x2, ..., xn] will construct a linear epression to be used | ||
as a constraint or variable | ||
* lpSum() -- given a list of the form [a1*x1, a2x2, ..., anxn] will construct a linear expression to be used as a constraint or variable | ||
* lpDot() --given two lists of the form [a1, a2, ..., an] and [ x1, x2, ..., xn] will construct a linear epression to be used as a constraint or variable | ||
|
||
Comments, bug reports, patches and suggestions are welcome. | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters