How to Install and Uninstall lp-solve-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 04,2024

1. Install "lp-solve-doc" package

This tutorial shows how to install lp-solve-doc on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install lp-solve-doc

2. Uninstall "lp-solve-doc" package

Please follow the guidelines below to uninstall lp-solve-doc on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove lp-solve-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the lp-solve-doc package on Ubuntu 21.10 (Impish Indri)

Package: lp-solve-doc
Architecture: all
Version: 5.5.2.5-2build1
Priority: optional
Section: doc
Source: lp-solve
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Juan Esteban Monsalve Tobon
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 4575
Recommends: www-browser
Filename: pool/main/l/lp-solve/lp-solve-doc_5.5.2.5-2build1_all.deb
Size: 1061496
MD5sum: e4444f526b1c83401562567277039cbf
SHA1: 8d2d7bf62e2f1393e406d63064a84bb61af4bbd8
SHA256: 2fefcbb86a9dcfc739914ec222fc575898b3b27917271573a87bec462b4f8e7e
SHA512: 02d45e9285ab16df036a98d851255ee8960b2f7728415ddf4bb88d461c14d100f91cd552f9e51e557d90b0ec0aea6161498c9523869075bf42d4c2c2b8927819
Homepage: http://lpsolve.sourceforge.net
Description-en: 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.
Description-md5: 5616c0c33363a50e9c31e0a459576ba5