#include <sstream>
#include <climits>
#include <algorithm>
#include "BonOaDecBase.hpp"
#include "BonminConfig.h"
#include "OsiClpSolverInterface.hpp"
#include "CbcModel.hpp"
#include "CbcStrategy.hpp"
#include "BonCbcLpStrategy.hpp"
#include "BonCbc.hpp"
#include "BonSolverHelp.hpp"
Go to the source code of this file.
Namespaces | |
Bonmin | |
Define an n-way class for variables. | |
Variables | |
CbcModel * | OAModel |
CbcModel* OAModel |
Definition at line 36 of file BonCbc.cpp.