lp_solve

a Mixed Integer Linear Programming (MILP) solver

Debian Debian
RUN apt-get update && \ apt-get install -y lp-solve
Ubuntu
RUN apt-get update && \ apt-get install -y lp-solve
Arch Arch Linux
RUN pacman -S --noconfirm lpsolve
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y lp-solve
CentOS
RUN yum install -y lpsolve
Fedora
RUN dnf install -y lpsolve
Raspbian
RUN apt-get update && \ apt-get install -y lp-solve
click the source code to copy install lp_solve on any operating system with command-not-found.com