You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gurobi Optimization
Hi,
I'm trying to implement a custom branching heuristic in Gurobi.
However there doesn't seem to be any function I can call which can add
the cuts Gurobi can generate to my model. There also doesn't seem be
any set of callbacks that I can use to implement the custom branching
heuristic.
Is it possible to have a custom branching heuristic along with the
cuts Gurobi generates?
Thanks
--Sid
Siddhartha Jain
unread,
Jun 4, 2011, 2:46:03 PM6/4/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gurobi Optimization
To be more specific, while it seems I can use setSolution to specify
values for particular variables, there doesn't seem to be any
mechanism to change the bounds on the variable during the branch and
bound process using callbacks.
Ed Rothberg
unread,
Jun 4, 2011, 8:58:43 PM6/4/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gurobi Optimization
Correct, we don't currently provide any means to choose specific
branching variables.