#include <CouenneThreeWayBranchObj.hpp>
Collaboration diagram for CouenneThreeWayBranchObj:
Public Member Functions | |
CouenneThreeWayBranchObj (JnlstPtr jnlst, expression *, CouNumber, CouNumber, int=THREE_CENTER) | |
Constructor. | |
CouenneThreeWayBranchObj (const CouenneThreeWayBranchObj &src) | |
Copy constructor. | |
virtual OsiBranchingObject * | clone () const |
Cloning method. | |
virtual double | branch (OsiSolverInterface *solver=NULL) |
Execute the actions required to branch, as specified by the current state of the branching object, and advance the object's state. | |
Protected Attributes | |
expression * | brVar_ |
The variable this branching object refers to. | |
CouNumber | lcrop_ |
left divider | |
CouNumber | rcrop_ |
right divider | |
int | firstBranch_ |
First branch to be performed: 0 is left, 1 is central, 2 is right. | |
JnlstPtr | jnlst_ |
SmartPointer to the Journalist. |
Branching is performed on continuous variables but a better convexification is sought around the current point by dividing the interval in three parts
Definition at line 28 of file CouenneThreeWayBranchObj.hpp.
CouenneThreeWayBranchObj::CouenneThreeWayBranchObj | ( | JnlstPtr | jnlst, | |
expression * | , | |||
CouNumber | , | |||
CouNumber | , | |||
int | = THREE_CENTER | |||
) |
CouenneThreeWayBranchObj::CouenneThreeWayBranchObj | ( | const CouenneThreeWayBranchObj & | src | ) | [inline] |
virtual OsiBranchingObject* CouenneThreeWayBranchObj::clone | ( | ) | const [inline, virtual] |
Cloning method.
Definition at line 51 of file CouenneThreeWayBranchObj.hpp.
References CouenneThreeWayBranchObj().
virtual double CouenneThreeWayBranchObj::branch | ( | OsiSolverInterface * | solver = NULL |
) | [virtual] |
Execute the actions required to branch, as specified by the current state of the branching object, and advance the object's state.
Returns change in guessed objective on next (what does "next" mean here?) branch
expression* CouenneThreeWayBranchObj::brVar_ [protected] |
The variable this branching object refers to.
If the corresponding CouenneObject was created on w=f(x,y), it is either x or y.
Definition at line 67 of file CouenneThreeWayBranchObj.hpp.
CouNumber CouenneThreeWayBranchObj::lcrop_ [protected] |
CouNumber CouenneThreeWayBranchObj::rcrop_ [protected] |
int CouenneThreeWayBranchObj::firstBranch_ [protected] |
First branch to be performed: 0 is left, 1 is central, 2 is right.
Definition at line 73 of file CouenneThreeWayBranchObj.hpp.
JnlstPtr CouenneThreeWayBranchObj::jnlst_ [protected] |