#include "BonOaDecBase.hpp"
#include "CglCutGenerator.hpp"
#include "OsiRowCut.hpp"
#include "BonAuxInfos.hpp"
#include "BonBabInfos.hpp"
#include "OsiSolverInterface.hpp"
#include "CouenneJournalist.hpp"
#include "config_couenne.h"
#include "CouenneTypes.hpp"
Include dependency graph for CouenneCutGenerator.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Ipopt |
namespace | Bonmin |
namespace | Couenne |
Classes | |
class | Couenne::CouenneCutGenerator |
Cut Generator for linear convexifications. More... | |
Functions | |
void | Couenne::sparse2dense (int ncols, t_chg_bounds *chg_bds, int *&changed, int &nchanged) |
Defined in Couenne/src/convex/generateCuts.cpp. |