/home/coin/SVN-release/Vol-1.2.0/CoinUtils/src/CoinPresolveDual.hpp

Go to the documentation of this file.
00001 /* $Id: CoinPresolveDual.hpp 1191 2009-07-25 08:38:12Z 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 

Generated on Fri Nov 5 03:15:52 2010 by  doxygen 1.4.7