| 
    Bonmin
    1.8.8
    
   | 
 
#include <BonHeuristicFPump.hpp>
  
 Public Member Functions | |
| HeuristicFPump () | |
| Default constructor.  More... | |
| HeuristicFPump (BonminSetup *setup) | |
| Constructor with setup.  More... | |
| HeuristicFPump (const HeuristicFPump ©) | |
| Copy constructor.  More... | |
| ~HeuristicFPump () | |
| Destructor.  More... | |
| HeuristicFPump & | operator= (const HeuristicFPump &rhs) | 
| Assignment operator.  More... | |
| virtual CbcHeuristic * | clone () const | 
| Virtual constructor.  More... | |
| virtual void | resetModel (CbcModel *model) | 
| Resets stuff if model changes.  More... | |
| void | setSetup (BonminSetup *setup) | 
| Change setup used for heuristic.  More... | |
| virtual int | solution (double &solutionValue, double *betterSolution) | 
| Performs heuristic.  More... | |
| virtual int | solution (double &solutionValue, double *betterSolution, OsiCuts &cs) | 
| Performs heuristic with add cust.  More... | |
| void | Initialize (Ipopt::SmartPtr< Ipopt::OptionsList > options) | 
| Initiaize using passed options.  More... | |
Static Public Member Functions | |
| static void | registerOptions (Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions) | 
| Register the options for this heuristic.  More... | |
Private Attributes | |
| BonminSetup * | setup_ | 
| Setup to use for local searches (will make copies).  More... | |
| int | objective_norm_ | 
| Norm of the objective function - either 1 or 2.  More... | |
| int | enableAdvanced_ | 
| To enable advanced unstable stuff.  More... | |
Definition at line 18 of file BonHeuristicFPump.hpp.
| Bonmin::HeuristicFPump::HeuristicFPump | ( | ) | 
Default constructor.
Referenced by clone().
| Bonmin::HeuristicFPump::HeuristicFPump | ( | BonminSetup * | setup | ) | 
Constructor with setup.
| Bonmin::HeuristicFPump::HeuristicFPump | ( | const HeuristicFPump & | copy | ) | 
Copy constructor.
      
  | 
  inline | 
Destructor.
Definition at line 31 of file BonHeuristicFPump.hpp.
| HeuristicFPump& Bonmin::HeuristicFPump::operator= | ( | const HeuristicFPump & | rhs | ) | 
Assignment operator.
      
  | 
  inlinevirtual | 
Virtual constructor.
Definition at line 37 of file BonHeuristicFPump.hpp.
References HeuristicFPump().
      
  | 
  inlinevirtual | 
Resets stuff if model changes.
Definition at line 42 of file BonHeuristicFPump.hpp.
      
  | 
  inline | 
Change setup used for heuristic.
Definition at line 47 of file BonHeuristicFPump.hpp.
References Initialize(), Bonmin::BabSetupBase::options(), and setup_.
      
  | 
  virtual | 
Performs heuristic.
Referenced by solution().
      
  | 
  inlinevirtual | 
Performs heuristic with add cust.
Definition at line 56 of file BonHeuristicFPump.hpp.
References solution().
      
  | 
  static | 
Register the options for this heuristic.
| void Bonmin::HeuristicFPump::Initialize | ( | Ipopt::SmartPtr< Ipopt::OptionsList > | options | ) | 
Initiaize using passed options.
Referenced by setSetup().
      
  | 
  private | 
Setup to use for local searches (will make copies).
Definition at line 69 of file BonHeuristicFPump.hpp.
Referenced by setSetup().
      
  | 
  private | 
Norm of the objective function - either 1 or 2.
Definition at line 72 of file BonHeuristicFPump.hpp.
      
  | 
  private | 
To enable advanced unstable stuff.
Definition at line 75 of file BonHeuristicFPump.hpp.
 1.8.5