Mixed Integer Linear Programming (MILP) solver. lp_solve solves pure linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS) models.
Mixed Integer Linear Programming (MILP) solver. lp_solve solves pure linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS) models.
To install lp_solve, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lp_solve
To see what files were installed by lp_solve, run:
port contents lp_solve
To later upgrade lp_solve, run:
sudo port selfupdate && sudo port upgrade lp_solve
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.