CoinUtils trunk
|
00001 /* $Id$ */ 00002 00003 // Copyright (C) 2002, International Business Machines 00004 // Corporation and others. All Rights Reserved. 00005 // This code is licensed under the terms of the Eclipse Public License (EPL). 00006 00007 #ifndef CoinPresolveDual_H 00008 #define CoinPresolveDual_H 00009 00038 class remove_dual_action : public CoinPresolveAction { 00039 public: 00040 remove_dual_action(int nactions, 00041 //const action *actions, 00042 const CoinPresolveAction *next); 00048 static const CoinPresolveAction *presolve(CoinPresolveMatrix *prob, 00049 const CoinPresolveAction *next); 00050 }; 00051 #endif 00052 00053