Learn R Programming

⚠️There's a newer version (5.6.21) of this package.Take me there.

lpSolve (version 5.6.15)

Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs

Description

Lp_solve is freely available (under LGPL 2) software for solving linear, integer and mixed integer programs. In this implementation we supply a "wrapper" function in C and some R functions that solve general linear/integer problems, assignment problems, and transportation problems. This version calls lp_solve version 5.5.

Copy Link

Version

Install

install.packages('lpSolve')

Monthly Downloads

76,006

Version

5.6.15

License

LGPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

January 24th, 2020

Functions in lpSolve (5.6.15)

lp.object

LP (linear programming) object
lp.transport

Integer Programming for the Transportation Problem
lp.assign

Integer Programming for the Assignment Problem
lp

Linear and Integer Programming
print.lp

Print an lp object
make.q8

Generate sparse constraint matrix for 8-queens problem