The NEOS Server offers Coin Branch and Cut (Cbc) for the solution of mixed integer linear programs in AMPL format. Cbc has it's own User's Manual.
Cbc is an open source project that is lead by John Forrest.
The model is specified by a model file, and optionally, a data file and a commands file. If the command file is specified it must contain the AMPL solve command. However, the command file must not contain the model or data commands. The model and data are automatically set to (standard) named files by NEOS.
The commands file can contain nearly any AMPL command, and may set a wide variety of options to the Cbc solver. See This page for a list of the options you can set to Cbc via AMPL and how to set these options. As an example, you might do
Having a rich, realistic testset is of paramount importance for the evolution of optimization solvers. Therefore, models submit to NEOS for solution with Cbc may be used by the authors for testing and improvement of their code.
DOE disclaimer DOE Web privacy policy