Ipopt
3.11.4
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
Algorithm
IpHessianUpdater.hpp
Go to the documentation of this file.
1
// Copyright (C) 2005, 2006 International Business Machines and others.
2
// All Rights Reserved.
3
// This code is published under the Eclipse Public License.
4
//
5
// $Id: IpHessianUpdater.hpp 1861 2010-12-21 21:34:47Z andreasw $
6
//
7
// Authors: Andreas Waechter IBM 2005-12-26
8
9
#ifndef __IPHESSIANUPDATER_HPP__
10
#define __IPHESSIANUPDATER_HPP__
11
12
#include "
IpAlgStrategy.hpp
"
13
14
namespace
Ipopt
15
{
16
22
class
HessianUpdater
:
public
AlgorithmStrategyObject
23
{
24
public
:
28
HessianUpdater
()
29
{}
30
32
virtual
~HessianUpdater
()
33
{}
35
37
virtual
bool
InitializeImpl
(
const
OptionsList
& options,
38
const
std::string& prefix) = 0;
39
43
virtual
void
UpdateHessian
() = 0;
44
45
private
:
55
HessianUpdater
(
const
HessianUpdater
&);
56
58
void
operator=
(
const
HessianUpdater
&);
60
61
};
62
63
}
// namespace Ipopt
64
65
#endif
Generated on Mon Oct 21 2013 19:08:15 for Ipopt by
1.8.4