Diff class for IpoptWarmStart. More...
#include <BonIpoptWarmStart.hpp>
Public Member Functions | |
IpoptWarmStartDiff (CoinWarmStartPrimalDualDiff *diff, Ipopt::SmartPtr< IpoptInteriorWarmStarter > warm_starter) | |
Useful constructor; takes over the data in diff . More... | |
IpoptWarmStartDiff (const IpoptWarmStartDiff &other) | |
Copy constructor. More... | |
virtual | ~IpoptWarmStartDiff () |
Abstract destructor. More... | |
virtual CoinWarmStartDiff * | clone () const |
`Virtual constructor' More... | |
Ipopt::SmartPtr < IpoptInteriorWarmStarter > | warm_starter () const |
Accessor to warm start information obecjt. More... | |
void | flushPoint () |
Private Attributes | |
Ipopt::SmartPtr < IpoptInteriorWarmStarter > | warm_starter_ |
warm start information object More... | |
Friends | |
class | IpoptWarmStart |
Diff class for IpoptWarmStart.
Actually get the differences from CoinWarmStartBasis and stores the whole vector of values.
Definition at line 109 of file BonIpoptWarmStart.hpp.
|
inline |
Useful constructor; takes over the data in diff
.
Definition at line 114 of file BonIpoptWarmStart.hpp.
|
inline |
Copy constructor.
Definition at line 122 of file BonIpoptWarmStart.hpp.
|
inlinevirtual |
Abstract destructor.
Definition at line 127 of file BonIpoptWarmStart.hpp.
|
inlinevirtual |
`Virtual constructor'
Definition at line 130 of file BonIpoptWarmStart.hpp.
|
inline |
Accessor to warm start information obecjt.
Definition at line 136 of file BonIpoptWarmStart.hpp.
void Bonmin::IpoptWarmStartDiff::flushPoint | ( | ) |
Definition at line 116 of file BonIpoptWarmStart.cpp.
|
friend |
Definition at line 112 of file BonIpoptWarmStart.hpp.
|
private |
warm start information object
Definition at line 144 of file BonIpoptWarmStart.hpp.