<div><span style="font-family: 'lucida Grande', Verdana; line-height: 23px; ">Dear Professors,</span><div style="font-family: 'lucida Grande', Verdana; line-height: 23px; ">I am trying to use BLIS to solve a 0,1 problem.</div><div style="font-family: 'lucida Grande', Verdana; line-height: 23px; ">Depth-first can do the job, and find just two Feasible solution.</div><div style="font-family: 'lucida Grande', Verdana; line-height: 23px; ">Best-first can not solve the problem. Maybe there are two many candidates or Treeodes, so the memory of the machine is exhausted, and Blis will quit with one of the task killed(MPI).</div><div style="font-family: 'lucida Grande', Verdana; line-height: 23px; ">I am wondering if the size of one Treenode could be reduced. Just store some useful data.</div><div style="font-family: 'lucida Grande', Verdana; line-height: 23px; ">Up to now, I just need the index, parent index, children index, depth and status of one node. Could I just use these variable and comment out other variable?</div><div style="font-family: 'lucida Grande', Verdana; line-height: 23px; ">Or is there any way to reduce the size of one TreeNode?</div><div style="font-family: 'lucida Grande', Verdana; line-height: 23px; "><br></div><div style="font-family: 'lucida Grande', Verdana; line-height: 23px; ">Wish you all the best!</div><div style="font-family: 'lucida Grande', Verdana; line-height: 23px; ">Hua</div></div>