#include <string>#include <vector>#include "CoinFinite.hpp"#include "CoinMessageHandler.hpp"#include "OsiClpSolverInterface.hpp"#include "CbcModel.hpp"#include "CbcOrClpParam.hpp"Go to the source code of this file.
Classes | |
| class | CbcSolver |
| This allows the use of the standalone solver in a flexible manner. More... | |
| struct | CbcSolverUsefulData |
| Structure to hold useful arrays. More... | |
| class | CbcUser |
| A class to allow the use of unknown user functionality. More... | |
| class | CbcStopNow |
| Support the use of a call back class to decide whether to stop. More... | |
1.8.1.1