[SCIP] Pysciptop Separator Depth

Kody Kazda 17kk18 at queensu.ca
Fri May 9 17:54:43 CEST 2025


Hi SCIP team,

I have written a separator using pysciptop includeSepa:
model.includeSepa(myseparator, priority = 1E8, freq = 1)

Based on the SCIP documentation, SEPAEXECLP callback method should run at every node based on freq being set to 1.
However, when I simply print the node depth within SEPAEXECLP:
print(self.model.getCurrentNode().getDepth())

I notice that the following depths are printed during the BB search:
0,1,4,16,64

I would have expected 0,1,2,3,4...

Can anyone help explain this behaviour?

Thank you!
Kody
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20250509/9b2c6cbc/attachment.html>


More information about the Scip mailing list