00001 /* $Id: CrossConvGenCuts.cpp 946 2013-04-15 22:20:38Z stefan $ 00002 * 00003 * Name: CrossConvGenCuts.cpp 00004 * Author: Pietro Belotti 00005 * Purpose: Convexification cuts on redundant relationships between auxiliaries 00006 * 00007 * (C) Pietro Belotti, 2010. 00008 * This file is licensed under the Eclipse Public License (EPL) 00009 */ 00010 00011 #include "CglCutGenerator.hpp" 00012 #include "CouenneCrossConv.hpp" 00013 00014 using namespace Couenne; 00015 00017 void CouenneCrossConv::generateCuts (const OsiSolverInterface &, 00018 OsiCuts &, 00019 const CglTreeInfo) 00020 #if CGL_VERSION_MAJOR == 0 && CGL_VERSION_MINOR <= 57 00021 const 00022 #endif 00023 { 00024 00025 }