00001 /* $Id: CouenneInfeasCut.hpp 490 2011-01-14 16:07:12Z pbelotti $ 00002 * 00003 * Name: CouenneInfeasCut.hpp 00004 * Author: Pietro Belotti 00005 * Purpose: An infeasible cut to tell the node solver this node is infeasible 00006 * 00007 * (C) Pietro Belotti, 2010. 00008 * This file is licensed under the Eclipse Public License (EPL) 00009 */ 00010 00011 #ifndef COUENNEINFEASCUT_HPP 00012 #define COUENNEINFEASCUT_HPP 00013 00014 #include "OsiCuts.hpp" 00015 00019 00020 void WipeMakeInfeas (OsiCuts &cs); 00021 00022 00025 00026 bool isWiped (OsiCuts &cs); 00027 00028 #endif