66 std::cout <<
"I AM DELETING A NODE IN OSNODE DESTRUCTOR" << std::endl;
~OSNode()
Default destructor.
double * rowUB
rowUB is a vector of row upper bounds
int thetaNumNonz
thetaNumNonz is the number of non-zero elements in the theta variable solution at this node ...
int * thetaIdx
theta is an array of primal solution variable indexes
int rowIdxNumNonz
rowIdxNumNonz is the number of non-zero elements in rowIndex
int nodeID
nodeID is the node ID
OSNode()
Default Constructor.
double * theta
theta is an array of primal positive values this is used for branching and creating new children node...
double * rowLB
rowLB is a vector of row lower bounds
int * rowIdx
rowIdx is a vector of row indexes for which we are setting the upper and lower bounds ...