Main Page
Namespaces
Classes
Files
File List
File Members
build
buildd
coinor-ipopt-3.10.2
Ipopt
src
Algorithm
LinearSolvers
IpMa28TDependencyDetector.hpp
Go to the documentation of this file.
1
// Copyright (C) 2007 International Business Machines and others.
2
// All Rights Reserved.
3
// This code is published under the Eclipse Public License.
4
//
5
// $Id: IpMa28TDependencyDetector.hpp 1861 2010-12-21 21:34:47Z andreasw $
6
//
7
// Authors: Andreas Waechter IBM 2007-04-17
8
9
#ifndef __IPMA28TDEPENDENCYDETECTOR_HPP__
10
#define __IPMA28TDEPENDENCYDETECTOR_HPP__
11
12
#include "
IpTDependencyDetector.hpp
"
13
14
namespace
Ipopt
15
{
16
19
class
Ma28TDependencyDetector
:
public
TDependencyDetector
20
{
21
public
:
24
Ma28TDependencyDetector
();
25
26
virtual
~Ma28TDependencyDetector
()
27
{}
29
31
virtual
bool
InitializeImpl
(
const
OptionsList
& options,
32
const
std::string& prefix);
33
42
virtual
bool
DetermineDependentRows
(
Index
n_rows,
Index
n_cols,
43
Index
n_jac_nz,
44
Number
* jac_c_vals,
45
Index
* jac_c_iRow,
46
Index
* jac_c_jCol,
47
std::list<Index>& c_deps);
48
51
static
void
RegisterOptions
(
SmartPtr<RegisteredOptions>
roptions);
52
53
private
:
63
Ma28TDependencyDetector
(
const
Ma28TDependencyDetector
&);
64
66
void
operator=
(
const
Ma28TDependencyDetector
&);
68
69
SmartPtr<const Journalist>
jnlst_
;
70
74
Number
ma28_pivtol_
;
76
};
77
78
}
// namespace Ipopt
79
80
#endif
Generated on Fri Jun 29 2012 06:35:13 by
1.8.1.1