• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

/build/buildd/coinutils-2.6.4/CoinUtils/src/CoinPresolveDual.hpp

Go to the documentation of this file.
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 

Generated on Fri Oct 15 2010 18:21:02 by  doxygen 1.7.1