/home/coin/SVN-release/CoinAll-1.1.0/CoinUtils/src/CoinPresolveDual.hpp

Go to the documentation of this file.
00001 
00002 // Copyright (C) 2002, International Business Machines
00003 // Corporation and others.  All Rights Reserved.
00004 
00005 #ifndef CoinPresolveDual_H
00006 #define CoinPresolveDual_H
00007 
00036 class remove_dual_action : public CoinPresolveAction {
00037  public:
00038   remove_dual_action(int nactions,
00039                      //const action *actions,
00040                       const CoinPresolveAction *next);
00046   static const CoinPresolveAction *presolve(CoinPresolveMatrix *prob,
00047                                          const CoinPresolveAction *next);
00048 };
00049 #endif
00050 
00051 

Generated on Sun Nov 14 14:06:32 2010 for Coin-All by  doxygen 1.4.7