Ipopt Documentation
IpLinearSolversRegOp.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
// Authors: Carl Laird, Andreas Waechter IBM 2005-08-16
6
7
#ifndef __IPLINEARSOLVERSREGOP_HPP__
8
#define __IPLINEARSOLVERSREGOP_HPP__
9
10
#include "
IpSmartPtr.hpp
"
11
12
namespace
Ipopt
13
{
14
class
RegisteredOptions;
15
16
void
RegisterOptions_LinearSolvers
(
17
const
SmartPtr<RegisteredOptions>
& roptions
18
);
19
20
}
// namespace Ipopt
21
22
#endif
Ipopt::RegisterOptions_LinearSolvers
void RegisterOptions_LinearSolvers(const SmartPtr< RegisteredOptions > &roptions)
IpSmartPtr.hpp
Ipopt
This file contains a base class for all exceptions and a set of macros to help with exceptions.
Definition:
IpInexactAlgBuilder.hpp:14
Ipopt::SmartPtr
Template class for Smart Pointers.
Definition:
IpSmartPtr.hpp:172