• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

/tmp/buildd/coinor-ipopt-3.8.3/Ipopt/contrib/AsNMPC/src/AsAsBacksolver.hpp

Go to the documentation of this file.
00001 // Copyright 2009 Hans Pirnay
00002 // All Rights Reserved.
00003 // This code is published under the Common Public License.
00004 //
00005 // Date   : 2009-05-14
00006 
00007 
00008 #ifndef __ASASBACKSOLVER_HPP__
00009 #define __ASASBACKSOLVER_HPP__
00010 
00011 namespace Ipopt
00012 {
00013 
00014   class AsBacksolver : public AlgorithmStrategyObject
00015   {
00016 
00019   public:
00020     AsBacksolver()
00021     {
00022     }
00023     
00024     virtual ~AsBacksolver()
00025     {
00026     }
00027 
00028     virtual bool Solve(SmartPtr<IteratesVector> delta_lhs, SmartPtr<const IteratesVector> delta_rhs)=0;
00029 
00030   };
00031 
00032 }
00033 
00034 #endif

Generated on Thu Jul 29 2010 19:56:08 by  doxygen 1.7.1