Andreas Wierz
unread,Jul 12, 2013, 8:29:19 AM7/12/13Sign 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, I couldn't find anything good on this topic yet.
Is it possible to do column generation using Gurobi without stopping and restarting the model over and over again?
If I try to add variables via a callback, the solver segmentation faults as soon as it leaves the callback.
I tryed adding the variables via:
GRBVar y = _mip->addVar(0.0, 1.0, 0.0, GRB_BINARY, name);
during GRB_CB_MIPSOL.
I use Gurobi 5.5.
thanks in advance,
Andreas