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
IpSearchDirCalculator.hpp
Go to the documentation of this file.
1
// Copyright (C) 2005, 2007 International Business Machines and others.
2
// All Rights Reserved.
3
// This code is published under the Eclipse Public License.
4
//
5
// $Id: IpSearchDirCalculator.hpp 1861 2010-12-21 21:34:47Z andreasw $
6
//
7
// Authors: Andreas Waechter IBM 2005-10-13
8
9
#ifndef __IPSEARCHDIRCALCULATOR_HPP__
10
#define __IPSEARCHDIRCALCULATOR_HPP__
11
12
#include "
IpAlgStrategy.hpp
"
13
14
namespace
Ipopt
15
{
16
20
class
SearchDirectionCalculator
:
public
AlgorithmStrategyObject
21
{
22
public
:
26
SearchDirectionCalculator
()
27
{}
28
30
virtual
~SearchDirectionCalculator
()
31
{}
33
35
virtual
bool
InitializeImpl
(
const
OptionsList
& options,
36
const
std::string& prefix) = 0;
37
40
virtual
bool
ComputeSearchDirection
()=0;
41
42
private
:
52
// SearchDirectionCalculator();
53
55
SearchDirectionCalculator
(
const
SearchDirectionCalculator
&);
56
58
void
operator=
(
const
SearchDirectionCalculator
&);
60
61
};
62
63
}
// namespace Ipopt
64
65
#endif
Generated on Mon Oct 21 2013 19:08:15 for Ipopt by
1.8.4