lp-solve 5.5.0.13-7build1 source package in Ubuntu
Changelog
lp-solve (5.5.0.13-7build1) trusty; urgency=medium * Rebuild for suitesparse 4.2.1. -- Colin Watson <email address hidden> Mon, 23 Dec 2013 15:29:04 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Trusty
- Original maintainer:
- Juan Esteban Monsalve Tobon
- Architectures:
- any all
- Section:
- math
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | math |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lp-solve_5.5.0.13.orig-docs.tar.gz | 369.6 KiB | 1d31b9b16f914372bc0e58c279fefabca279f3b665f21be8d83b418addd75509 |
lp-solve_5.5.0.13.orig.tar.gz | 774.8 KiB | 8714793ffc227c5d78b83acc8e409a68f6159d83bcf0af632a69887c97fe4155 |
lp-solve_5.5.0.13-7build1.debian.tar.gz | 9.1 KiB | e03d0e71afc334d67c2cf5f29312262a6198ff929e8fc40d148f6b94995264ad |
lp-solve_5.5.0.13-7build1.dsc | 2.3 KiB | d1f517adcac46e54b738cac6b387391ee8075bfc4ebce0a322c4d1f86d03792c |
Available diffs
- diff from 5.5.0.13-7 to 5.5.0.13-7build1 (360 bytes)
Binary packages built by this source
- liblpsolve55-dev: No summary available for liblpsolve55-dev in ubuntu vivid.
No description available for liblpsolve55-dev in ubuntu vivid.
- lp-solve: Solve (mixed integer) linear programming problems
The linear programming (LP) problem can be formulated as: Solve A.x >=
V1, with V2.x maximal. A is a matrix, x is a vector of (nonnegative)
variables, V1 is a vector called the right hand side, and V2 is a vector
specifying the objective function.
.
An integer linear programming (ILP) problem is an LP with the
constraint that all the variables are integers. In a mixed integer
linear programming (MILP) problem, some of the variables are integer
and others are real.
.
The program lp_solve solves LP, ILP, and MILP problems. It is slightly
more general than suggested above, in that every row of A (specifying
one constraint) can have its own (in)equality, <=, >= or =. The result
specifies values for all variables.
.
lp_solve uses the 'Simplex' algorithm and sparse matrix methods for
pure LP problems. If one or more of the variables is declared
integer, the Simplex algorithm is iterated with a branch and bound
algorithm, until the desired optimal solution is found. lp_solve can
read MPS format input files.
.
Homepage http://www.geocities. com/lpsolve/
- lp-solve-doc: Solve (mixed integer) linear programming problems - documentation
The linear programming (LP) problem can be formulated as: Solve A.x >=
V1, with V2.x maximal. A is a matrix, x is a vector of (nonnegative)
variables, V1 is a vector called the right hand side, and V2 is a vector
specifying the objective function.
.
An integer linear programming (ILP) problem is an LP with the
constraint that all the variables are integers. In a mixed integer
linear programming (MILP) problem, some of the variables are integer
and others are real.
.
The program lp_solve solves LP, ILP, and MILP problems. It is slightly
more general than suggested above, in that every row of A (specifying
one constraint) can have its own (in)equality, <=, >= or =. The result
specifies values for all variables.
.
lp_solve uses the 'Simplex' algorithm and sparse matrix methods for
pure LP problems. If one or more of the variables is declared
integer, the Simplex algorithm is iterated with a branch and bound
algorithm, until the desired optimal solution is found. lp_solve can
read MPS format input files.
.
This package contains the documentation for the lp_solve program and
the library.
.
Homepage http://www.geocities. com/lpsolve/