| 
    Bonmin
    1.8.8
    
   | 
 
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.
Referenced by clone().
      
  | 
  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.
References IpoptWarmStartDiff().
      
  | 
  inline | 
Accessor to warm start information obecjt.
Definition at line 136 of file BonIpoptWarmStart.hpp.
References warm_starter_.
| void Bonmin::IpoptWarmStartDiff::flushPoint | ( | ) | 
      
  | 
  friend | 
Definition at line 112 of file BonIpoptWarmStart.hpp.
      
  | 
  private | 
warm start information object
Definition at line 144 of file BonIpoptWarmStart.hpp.
Referenced by warm_starter().
 1.8.5