[Scip] Prune selected node

Gerald Gamrath gamrath at zib.de
Thu Sep 25 00:22:05 CEST 2014


Dear He,

what is the difference between pruning and cutting off a node in your 
case? I don't see why you need an extra method for this and don't use 
SCIPcutoffNode().

Best,
Gerald

Am 25.09.2014 um 00:06 schrieb 何河:
> Hi there,
>
> I'm adding a node pruning function -- a selected node (not cutoff) may 
> be optionally pruned. Where is the best place to do this? Currently 
> I'm thinking of adding the piece of code in SCIPnodeFocus and the 
> pruned node will be treated the same as a cutoff node, i.e., freed.
>
> Is this the best way to do this? Do I need take care of other things 
> regarding the whole cutoff business? Thank you very much in advance!!
>
> He
>
>
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> http://listserv.zib.de/mailman/listinfo/scip

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20140925/91faf599/attachment.html>


More information about the Scip mailing list