Ipopt
3.11.9
|
Builder to create a complete IpoptAlg object for the inexact step computation version. More...
#include <IpInexactAlgBuilder.hpp>
Public Member Functions | |
Constructors/Destructors | |
InexactAlgorithmBuilder () | |
Constructor. More... | |
virtual | ~InexactAlgorithmBuilder () |
Destructor. More... | |
Methods to build parts of the algorithm | |
virtual void | BuildIpoptObjects (const Journalist &jnlst, const OptionsList &options, const std::string &prefix, const SmartPtr< NLP > &nlp, SmartPtr< IpoptNLP > &ip_nlp, SmartPtr< IpoptData > &ip_data, SmartPtr< IpoptCalculatedQuantities > &ip_cq) |
virtual SmartPtr< IpoptAlgorithm > | BuildBasicAlgorithm (const Journalist &jnlst, const OptionsList &options, const std::string &prefix) |
![]() | |
AlgorithmBuilder (SmartPtr< AugSystemSolver > custom_solver=NULL) | |
Constructor. More... | |
virtual | ~AlgorithmBuilder () |
Destructor. More... | |
![]() | |
ReferencedObject () | |
virtual | ~ReferencedObject () |
Index | ReferenceCount () const |
void | AddRef (const Referencer *referencer) const |
void | ReleaseRef (const Referencer *referencer) const |
Static Public Member Functions | |
static void | RegisterOptions (SmartPtr< RegisteredOptions > roptions) |
Methods for IpoptTypeInfo. More... | |
![]() | |
static void | RegisterOptions (SmartPtr< RegisteredOptions > roptions) |
Methods for IpoptTypeInfo. More... | |
Private Member Functions | |
Default Compiler Generated Methods | |
(Hidden to avoid implicit creation/calling). These methods are not implemented and we do not want the compiler to implement them for us, so we declare them private and do not define them. This ensures that they will not be implicitly created/called. | |
InexactAlgorithmBuilder (const InexactAlgorithmBuilder &) | |
Default Constructor. More... | |
void | operator= (const InexactAlgorithmBuilder &) |
Overloaded Equals Operator. More... | |
Private Attributes | |
SmartPtr< AugSystemSolver > | custom_solver_ |
Optional pointer to AugSystemSolver. More... | |
Builder to create a complete IpoptAlg object for the inexact step computation version.
Definition at line 21 of file IpInexactAlgBuilder.hpp.
Ipopt::InexactAlgorithmBuilder::InexactAlgorithmBuilder | ( | ) |
Constructor.
|
inlinevirtual |
Destructor.
Definition at line 30 of file IpInexactAlgBuilder.hpp.
|
private |
Default Constructor.
Copy Constructor
|
virtual |
Reimplemented from Ipopt::AlgorithmBuilder.
|
virtual |
Reimplemented from Ipopt::AlgorithmBuilder.
|
static |
Methods for IpoptTypeInfo.
register the options used by the algorithm builder
|
private |
Overloaded Equals Operator.
|
private |
Optional pointer to AugSystemSolver.
If this is set in the contructor, we will use this to solver the linear systems if the option linear_solver=custerm is chosen.
Definition at line 78 of file IpInexactAlgBuilder.hpp.