|
Bonmin 1.8.9
|
Implementation of BonChooseVariable for curvature-based braching. More...
#include <BonCurvBranchingSolver.hpp>
Public Member Functions | |
| CurvBranchingSolver (OsiTMINLPInterface *solver) | |
| Constructor from solver (so we can set up arrays etc). | |
| CurvBranchingSolver (const CurvBranchingSolver &) | |
| Copy constructor. | |
| CurvBranchingSolver & | operator= (const CurvBranchingSolver &rhs) |
| Assignment operator. | |
| virtual | ~CurvBranchingSolver () |
| Destructor. | |
| virtual void | markHotStart (OsiTMINLPInterface *tminlp_interface) |
| Called to initialize solver before a bunch of strong branching solves. | |
| virtual TNLPSolver::ReturnStatus | solveFromHotStart (OsiTMINLPInterface *tminlp_interface) |
| Called to solve the current TMINLP (with changed bound information). | |
| virtual void | unmarkHotStart (OsiTMINLPInterface *tminlp_interface) |
| Called after all strong branching solves in a node. | |
| Public Member Functions inherited from Bonmin::StrongBranchingSolver | |
| StrongBranchingSolver (OsiTMINLPInterface *solver) | |
| Constructor from solver. | |
| StrongBranchingSolver & | operator= (const StrongBranchingSolver &rhs) |
| Assignment operator. | |
| StrongBranchingSolver (const StrongBranchingSolver &rhs) | |
| Copy constructor. | |
| virtual | ~StrongBranchingSolver () |
| Destructor. | |
| Public Member Functions inherited from Ipopt::ReferencedObject | |
| ReferencedObject () | |
| virtual | ~ReferencedObject () |
| Index | ReferenceCount () const |
| void | AddRef (const Referencer *referencer) const |
| void | ReleaseRef (const Referencer *referencer) const |
Additional Inherited Members | |
| Protected Member Functions inherited from Bonmin::StrongBranchingSolver | |
| Ipopt::SmartPtr< Ipopt::Journalist > & | Jnlst () |
| Ipopt::SmartPtr< Ipopt::OptionsList > & | Options () |
| Ipopt::SmartPtr< RegisteredOptions > & | RegOptions () |
Implementation of BonChooseVariable for curvature-based braching.
Definition at line 18 of file BonCurvBranchingSolver.hpp.
| Bonmin::CurvBranchingSolver::CurvBranchingSolver | ( | OsiTMINLPInterface * | solver | ) |
Constructor from solver (so we can set up arrays etc).
| Bonmin::CurvBranchingSolver::CurvBranchingSolver | ( | const CurvBranchingSolver & | ) |
Copy constructor.
|
virtual |
Destructor.
| CurvBranchingSolver & Bonmin::CurvBranchingSolver::operator= | ( | const CurvBranchingSolver & | 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.