#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 It has an original OsiClpSolverInterface and CbcModel which it can use repeatedly e.g. More... | |
| struct | CbcSolverUsefulData |
| Structure to hold useful arrays. More... | |
| class | CbcUser |
| This allows the use of an unknown user stuff including modeling languages. More... | |
| class | CbcStopNow |
| This allows the use of a call back class to decide whether to stop. More... | |
1.6.1