Tobias Achterberg
unread,Jul 23, 2016, 1:19:15 PM7/23/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gur...@googlegroups.com
Hi Michael,
the approach of Gurobi regarding callbacks is a bit different from CPLEX. For
parallel tree search the callback is not called immediately when a node is
processed. Instead, the nodes are buffered, and then the callback is called at
some later point in time, always from thread 0. For this reason, your second
concern also does not apply to Gurobi.
Of course, at the root node the situation is different (as this is not parallel)
and more similar to CPLEX.
Best regards,
Tobias