IpInexactAlgBuilder.hpp
Go to the documentation of this file.
1 // Copyright (C) 2008 International Business Machines and others.
2 // All Rights Reserved.
3 // This code is published under the Eclipse Public License.
4 //
5 // $Id: IpInexactAlgBuilder.hpp 1861 2010-12-21 21:34:47Z andreasw $
6 //
7 // Authors: Andreas Waechter IBM 2008-09-05
8 // based on IpAlgBuilder.hpp (rev 913)
9 
10 #ifndef __IPINEXACTALGBUILDER_HPP__
11 #define __IPINEXACTALGBUILDER_HPP__
12 
13 #include "IpAlgBuilder.hpp"
14 
15 namespace Ipopt
16 {
17 
22  {
23  public:
28 
31  {}
32 
34 
37  virtual void BuildIpoptObjects(const Journalist& jnlst,
38  const OptionsList& options,
39  const std::string& prefix,
40  const SmartPtr<NLP>& nlp,
41  SmartPtr<IpoptNLP>& ip_nlp,
42  SmartPtr<IpoptData>& ip_data,
44 
46  const OptionsList& options,
47  const std::string& prefix);
49 
53  static void RegisterOptions(SmartPtr<RegisteredOptions> roptions);
55 
56  private:
66  //InexactAlgorithmBuilder();
67 
70 
74 
79 
80  };
81 
87  void AddInexactDefaultOptions(OptionsList& options_list);
88 
89 } // namespace Ipopt
90 
91 #endif