CrossConvGenCuts.cpp
Go to the documentation of this file.
1 /* $Id: CrossConvGenCuts.cpp 945 2013-04-06 20:25:21Z stefan $
2  *
3  * Name: CrossConvGenCuts.cpp
4  * Author: Pietro Belotti
5  * Purpose: Convexification cuts on redundant relationships between auxiliaries
6  *
7  * (C) Pietro Belotti, 2010.
8  * This file is licensed under the Eclipse Public License (EPL)
9  */
10 
11 #include "CglCutGenerator.hpp"
12 #include "CouenneCrossConv.hpp"
13 
14 using namespace Couenne;
15 
17 void CouenneCrossConv::generateCuts (const OsiSolverInterface &,
18  OsiCuts &,
19  const CglTreeInfo)
20 #if CGL_VERSION_MAJOR == 0 && CGL_VERSION_MINOR <= 57
21  const
22 #endif
23 {
24 
25 }
virtual void generateCuts(const OsiSolverInterface &, OsiCuts &, const CglTreeInfo=CglTreeInfo()) const
the main CglCutGenerator