CBC is an open-source MILP solver. It uses many of the COIN-OR components and is designed to be used with CLP. It is available as a library and as a standalone solver.
CBC is an open-source MILP solver. It uses many of the COIN-OR components and is designed to be used with CLP. It is available as a library and as a standalone solver.
To install coinor-cbc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install coinor-cbc
To see what files were installed by coinor-cbc, run:
port contents coinor-cbc
To later upgrade coinor-cbc, run:
sudo port selfupdate && sudo port upgrade coinor-cbc
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.