Ipopt Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
IpInexactRegOp.hpp
Go to the documentation of this file.
1
// Copyright (C) 2008 International Business Machines and others.
2
// All Rights Reserved.
3
// This code is published under the Eclipse Public License.
4
//
5
// Authors: Andreas Waechter IBM 2008-09-05
6
7
#ifndef __IPINEXACTREGOP_HPP__
8
#define __IPINEXACTREGOP_HPP__
9
10
#include "
IpSmartPtr.hpp
"
11
12
namespace
Ipopt
13
{
14
15
class
RegisteredOptions;
16
17
void
RegisterOptions_Inexact
(
18
const
SmartPtr<RegisteredOptions>& roptions
19
);
20
21
}
// namespace Ipopt
22
23
#endif
Ipopt::RegisterOptions_Inexact
void RegisterOptions_Inexact(const SmartPtr< RegisteredOptions > &roptions)
IpSmartPtr.hpp