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
IpEqMultCalculator.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: IpEqMultCalculator.hpp 1861 2010-12-21 21:34:47Z andreasw $
6
//
7
// Authors: Carl Laird, Andreas Waechter IBM 2004-09-23
8
9
#ifndef __IPEQMULTCALCULATOR_HPP__
10
#define __IPEQMULTCALCULATOR_HPP__
11
12
#include "
IpUtils.hpp
"
13
#include "
IpAlgStrategy.hpp
"
14
15
namespace
Ipopt
16
{
21
class
EqMultiplierCalculator
:
public
AlgorithmStrategyObject
22
{
23
public
:
27
EqMultiplierCalculator
()
28
{}
30
virtual
~EqMultiplierCalculator
()
31
{}
33
35
virtual
bool
InitializeImpl
(
const
OptionsList
& options,
36
const
std::string& prefix) = 0;
37
42
virtual
bool
CalculateMultipliers
(
Vector
& y_c,
43
Vector
& y_d) = 0;
44
45
private
:
55
EqMultiplierCalculator
(
const
EqMultiplierCalculator
&);
56
58
void
operator=
(
const
EqMultiplierCalculator
&);
60
};
61
62
}
// namespace Ipopt
63
64
#endif
Generated by
1.8.3.1