Ipopt
3.11.8
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Algorithm
IpIterateInitializer.hpp
Go to the documentation of this file.
1
// Copyright (C) 2004, 2006 International Business Machines and others.
2
// All Rights Reserved.
3
// This code is published under the Eclipse Public License.
4
//
5
// $Id: IpIterateInitializer.hpp 1861 2010-12-21 21:34:47Z andreasw $
6
//
7
// Authors: Carl Laird, Andreas Waechter IBM 2004-09-24
8
9
#ifndef __IPITERATEINITIALIZER_HPP__
10
#define __IPITERATEINITIALIZER_HPP__
11
12
#include "
IpAlgStrategy.hpp
"
13
#include "
IpIpoptNLP.hpp
"
14
#include "
IpIpoptData.hpp
"
15
#include "
IpIpoptCalculatedQuantities.hpp
"
16
17
namespace
Ipopt
18
{
19
22
class
IterateInitializer
:
public
AlgorithmStrategyObject
23
{
24
public
:
28
IterateInitializer
()
29
{}
30
32
virtual
~IterateInitializer
()
33
{}
35
37
virtual
bool
InitializeImpl
(
const
OptionsList
& options,
38
const
std::string& prefix) = 0;
39
42
virtual
bool
SetInitialIterates
() = 0;
43
44
private
:
54
IterateInitializer
(
const
IterateInitializer
&);
55
57
void
operator=
(
const
IterateInitializer
&);
59
60
};
61
62
}
// namespace Ipopt
63
64
#endif
Generated by
1.8.3.1