Fan YANG
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 2
- Subscriptions 7
Posts
Recent activity by Fan YANG-
academic license time
AnsweredDear, I would ask that now the academic license is vaild for two months? not 1 year? Many thanks, Fan
-
MIP Start and callback
Dear, I am using "MIP start" to give an initial solution to Gurobi; at same time I also use callback function to generate cuts. After setting "MIP start" and Gurobi starting , the callback functio...
-
About Farkas Dual in Benders Decomposition
AnsweredDear,I am working on a Benders Decomposition, and I would like to add feasiblity cuts to master problem by Farkas dual. I have several problems as: 1. The value returned by the call of farkas dual...
-
Cut loop at root node of MIP
AnsweredDear, I try to learn the operations of Gurobi at root node for MIP. I have a MIP by C++, and I set model.set(GRB_IntParam_Cuts, 0);Meanwhile, I write call back function as: if (where == GRB_CB_MI...