#include <CouenneSOSObject.hpp>
Collaboration diagram for CouenneSOSBranchingObject:
Public Member Functions | |
CouenneSOSBranchingObject () | |
CouenneSOSBranchingObject (CouenneProblem *p, exprVar *ref, OsiSolverInterface *solver, const OsiSOS *originalObject, int way, double separator, JnlstPtr jnlst, bool doFBBT, bool doConvCuts) | |
CouenneSOSBranchingObject (const CouenneSOSBranchingObject &src) | |
virtual OsiBranchingObject * | clone () const |
Clone. | |
virtual double | branch (OsiSolverInterface *solver) |
Does next branch and updates state. | |
Protected Attributes | |
CouenneProblem * | problem_ |
pointer to Couenne problem | |
exprVar * | reference_ |
The (auxiliary) variable this branching object refers to. | |
JnlstPtr | jnlst_ |
SmartPointer to the Journalist. | |
bool | doFBBT_ |
shall we do Feasibility based Bound Tightening (FBBT) at branching? | |
bool | doConvCuts_ |
shall we add convexification cuts at branching? |
Definition at line 25 of file CouenneSOSObject.hpp.
CouenneSOSBranchingObject::CouenneSOSBranchingObject | ( | ) | [inline] |
CouenneSOSBranchingObject::CouenneSOSBranchingObject | ( | CouenneProblem * | p, | |
exprVar * | ref, | |||
OsiSolverInterface * | solver, | |||
const OsiSOS * | originalObject, | |||
int | way, | |||
double | separator, | |||
JnlstPtr | jnlst, | |||
bool | doFBBT, | |||
bool | doConvCuts | |||
) | [inline] |
Definition at line 52 of file CouenneSOSObject.hpp.
CouenneSOSBranchingObject::CouenneSOSBranchingObject | ( | const CouenneSOSBranchingObject & | src | ) | [inline] |
Definition at line 71 of file CouenneSOSObject.hpp.
virtual OsiBranchingObject* CouenneSOSBranchingObject::clone | ( | ) | const [inline, virtual] |
virtual double CouenneSOSBranchingObject::branch | ( | OsiSolverInterface * | solver | ) | [virtual] |
Does next branch and updates state.
CouenneProblem* CouenneSOSBranchingObject::problem_ [protected] |
exprVar* CouenneSOSBranchingObject::reference_ [protected] |
The (auxiliary) variable this branching object refers to.
If the expression is w=f(x,y), this is w, as opposed to CouenneBranchingObject, where it would be either x or y.
Definition at line 35 of file CouenneSOSObject.hpp.
JnlstPtr CouenneSOSBranchingObject::jnlst_ [protected] |
bool CouenneSOSBranchingObject::doFBBT_ [protected] |
shall we do Feasibility based Bound Tightening (FBBT) at branching?
Definition at line 41 of file CouenneSOSObject.hpp.
bool CouenneSOSBranchingObject::doConvCuts_ [protected] |