Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

CoinPresolveDual.hpp

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 class remove_dual_action : public CoinPresolveAction {
00008  public:
00009   remove_dual_action(int nactions,
00010                      //const action *actions,
00011                       const CoinPresolveAction *next);
00012   static const CoinPresolveAction *presolve(CoinPresolveMatrix *prob,
00013                                          const CoinPresolveAction *next);
00014 };
00015 #endif
00016 
00017 

Generated on Wed Dec 3 14:34:22 2003 for Coin by doxygen 1.3.5