cplex - Gurobi MIP : how to select the variables on which to branch -
i use gurobi 7.02 solve mip. i'd choose set of variables on branch (i'm confident ease solving).
in fact i'm looking equivalent in gurobi cplex's mip.strategy.variableselect
does knows it?
thanks attention
you can find comparison of gurobi , cplex parameters in switching cplex web page. in particular, varbranch
similar cpx_param_varsel
. however, page explains following:
gurobi , cplex use different strategies , algorithms. gurobi strategy tuning may differ cplex tuning you've done, , may not necessary @ all. recommend start default settings, , change parameters when observe specific behavior you'd modify.
Comments
Post a Comment