00001 /* $Id: CrossConvGenCuts.cpp 490 2011-01-14 16:07:12Z pbelotti $ 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) const { 00020 00021 }