Ipopt  trunk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
IpInexactRegOp.hpp
Go to the documentation of this file.
00001 // Copyright (C) 2008 International Business Machines and others.
00002 // All Rights Reserved.
00003 // This code is published under the Eclipse Public License.
00004 //
00005 // $Id$
00006 //
00007 // Authors:  Andreas Waechter            IBM    2008-09-05
00008 
00009 #ifndef __IPINEXACTREGOP_HPP__
00010 #define __IPINEXACTREGOP_HPP__
00011 
00012 #include "IpSmartPtr.hpp"
00013 
00014 namespace Ipopt
00015 {
00016   class RegisteredOptions;
00017 
00018   void RegisterOptions_Inexact(const SmartPtr<RegisteredOptions>& roptions);
00019 
00020 } // namespace Ipopt
00021 
00022 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines