Bonmin 1.8.9
|
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 . | |
IpoptWarmStartDiff (const IpoptWarmStartDiff &other) | |
Copy constructor. | |
virtual | ~IpoptWarmStartDiff () |
Abstract destructor. | |
virtual CoinWarmStartDiff * | clone () const |
‘Virtual constructor’ | |
Ipopt::SmartPtr< IpoptInteriorWarmStarter > | warm_starter () const |
Accessor to warm start information obecjt. | |
void | flushPoint () |
![]() | |
virtual | ~CoinWarmStartPrimalDualDiff () |
![]() | |
virtual | ~CoinWarmStartDiff () |
Friends | |
class | IpoptWarmStart |
Additional Inherited Members | |
![]() | |
CoinWarmStartPrimalDualDiff () | |
CoinWarmStartPrimalDualDiff (const CoinWarmStartPrimalDualDiff &rhs) | |
void | clear () |
void | swap (CoinWarmStartPrimalDualDiff &rhs) |
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’
Reimplemented from CoinWarmStartPrimalDualDiff.
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 | ( | ) |
|
friend |
Definition at line 112 of file BonIpoptWarmStart.hpp.