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