Problems with MIP root Relaxation
How can I get the Root Relaxation after and before the cuts?
There is same parameter? I try with callback function like in the example in C, with no results.:
if (where == GRB_CB_MIPNODE )
error = GRBcbget(cbdata, where, GRB_CB_MIPNODE_NODCNT, &nodect);
if( nodect == 1) //after cuts
error = GRBcbget(cbdata, where, GRB_CB_MIPSOL_OBJBND, &lp);
if( nodect == 0) //before cuts
error = GRBcbget(cbdata, where, GRB_CB_MIPSOL_OBJBND, &lp);
0
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?.
Post is closed for comments.
Comments
1 comment