[Scip] A question regarding node selection

Tue Christensen TUEC at asb.dk
Tue Aug 30 09:13:33 MEST 2011


Hello SCIP list!

After having (re)read the Coloring example I have a question. In coloringplugins.c the following is stated

   SCIP_CALL( SCIPincludeNodeselBfs(scip) );
   SCIP_CALL( SCIPincludeNodeselDfs(scip) );
   SCIP_CALL( SCIPincludeNodeselEstimate(scip) );
   SCIP_CALL( SCIPincludeNodeselHybridestim(scip) );
   SCIP_CALL( SCIPincludeNodeselRestartdfs(scip) );

I am however puzzled as to which strategy is actually employed with these calls. Some kind of mixture of them? Just the first? Or the last? What decides which strategy is used?

Best regards,

Tue Christensen


--
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and privileged material. 

Any review, retransmission, dissemination or other use of,or taking of any action in reliance upon, this informationby persons or entities other than the intended recipientis prohibited. 

If you received this in error, please contact the sender and delete the material from any computer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserv.zib.de/mailman/private/scip/attachments/20110830/0d86eb42/attachment.html


More information about the Scip mailing list