| 
    Bonmin
    1.8.8
    
   | 
 
This class chooses a variable to branch on. More...
#include <BonQpBranchingSolver.hpp>
  
 Public Member Functions | |
| QpBranchingSolver (OsiTMINLPInterface *solver) | |
| Constructor from solver (so we can set up arrays etc)  More... | |
| QpBranchingSolver (const QpBranchingSolver &) | |
| Copy constructor.  More... | |
| QpBranchingSolver & | operator= (const QpBranchingSolver &rhs) | 
| Assignment operator.  More... | |
| virtual | ~QpBranchingSolver () | 
| Destructor.  More... | |
| virtual void | markHotStart (OsiTMINLPInterface *tminlp_interface) | 
| Called to initialize solver before a bunch of strong branching solves.  More... | |
| virtual TNLPSolver::ReturnStatus | solveFromHotStart (OsiTMINLPInterface *tminlp_interface) | 
| Called to solve the current TMINLP (with changed bound information)  More... | |
| virtual void | unmarkHotStart (OsiTMINLPInterface *tminlp_interface) | 
| Called after all strong branching solves in a node.  More... | |
  Public Member Functions inherited from Bonmin::StrongBranchingSolver | |
| StrongBranchingSolver (OsiTMINLPInterface *solver) | |
| Constructor from solver.  More... | |
| StrongBranchingSolver & | operator= (const StrongBranchingSolver &rhs) | 
| Assignment operator.  More... | |
| StrongBranchingSolver (const StrongBranchingSolver &rhs) | |
| Copy constructor.  More... | |
| virtual | ~StrongBranchingSolver () | 
| Destructor.  More... | |
Private Member Functions | |
| QpBranchingSolver () | |
| Default Constructor.  More... | |
Private Attributes | |
| Ipopt::SmartPtr< BranchingTQP > | branching_tqp_ | 
| Ipopt::SmartPtr< TNLPSolver > | tqp_solver_ | 
| bool | first_solve_ | 
Additional Inherited Members | |
  Protected Member Functions inherited from Bonmin::StrongBranchingSolver | |
| Ipopt::SmartPtr < Ipopt::Journalist > &  | Jnlst () | 
| Ipopt::SmartPtr < Ipopt::OptionsList > &  | Options () | 
| Ipopt::SmartPtr < RegisteredOptions > &  | RegOptions () | 
This class chooses a variable to branch on.
This implementation solves the Qp model for different branches (strong branching).
Definition at line 24 of file BonQpBranchingSolver.hpp.
| Bonmin::QpBranchingSolver::QpBranchingSolver | ( | OsiTMINLPInterface * | solver | ) | 
Constructor from solver (so we can set up arrays etc)
| Bonmin::QpBranchingSolver::QpBranchingSolver | ( | const QpBranchingSolver & | ) | 
Copy constructor.
      
  | 
  virtual | 
Destructor.
      
  | 
  private | 
Default Constructor.
| QpBranchingSolver& Bonmin::QpBranchingSolver::operator= | ( | const QpBranchingSolver & | rhs | ) | 
Assignment operator.
      
  | 
  virtual | 
Called to initialize solver before a bunch of strong branching solves.
Implements Bonmin::StrongBranchingSolver.
      
  | 
  virtual | 
Called to solve the current TMINLP (with changed bound information)
Implements Bonmin::StrongBranchingSolver.
      
  | 
  virtual | 
Called after all strong branching solves in a node.
Implements Bonmin::StrongBranchingSolver.
      
  | 
  private | 
Definition at line 55 of file BonQpBranchingSolver.hpp.
      
  | 
  private | 
Definition at line 57 of file BonQpBranchingSolver.hpp.
      
  | 
  private | 
Definition at line 63 of file BonQpBranchingSolver.hpp.
 1.8.5