The COIN-OR Cut Generation Library (Cgl) is an open collection of cutting plane implementations ("cut generators") for use in teaching, research, and applications. Cgl can be used with other COIN-OR packages that make use of cuts, such as the mixed-integer linear programming solver Cbc. Each cut generator has its own maintainer who leads the development of its functionality, testing, and documentation. See below for a listing of available generators. All the generators are combined in one library when Cgl is compiled.
The COIN-OR Cut Generation Library (Cgl) is an open collection of cutting plane implementations ("cut generators") for use in teaching, research, and applications. Cgl can be used with other COIN-OR packages that make use of cuts, such as the mixed-integer linear programming solver Cbc. Each cut generator has its own maintainer who leads the development of its functionality, testing, and documentation. See below for a listing of available generators. All the generators are combined in one library when Cgl is compiled.
To install coinor-cgl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install coinor-cgl
To see what files were installed by coinor-cgl, run:
port contents coinor-cgl
To later upgrade coinor-cgl, run:
sudo port selfupdate && sudo port upgrade coinor-cgl
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.