00001 /* $Id: CoinPresolveDual.hpp 1215 2009-11-05 11:03:04Z forrest $ */ 00002 00003 // Copyright (C) 2002, International Business Machines 00004 // Corporation and others. All Rights Reserved. 00005 00006 #ifndef CoinPresolveDual_H 00007 #define CoinPresolveDual_H 00008 00037 class remove_dual_action : public CoinPresolveAction { 00038 public: 00039 remove_dual_action(int nactions, 00040 //const action *actions, 00041 const CoinPresolveAction *next); 00047 static const CoinPresolveAction *presolve(CoinPresolveMatrix *prob, 00048 const CoinPresolveAction *next); 00049 }; 00050 #endif 00051 00052