What's the default options of AddGenConstrExp() ?
回答済みI have a nonlinear model with exponential constraints as follows:
addGenConstrExp(p[i,j], exp[i,j])
Do I have to specify the options such as FuncPieces for the solver to utilize piecewise linear approximation? Or are there some default settings for these options?
Thank you
0
-
Hi Minseo,
You can specify how to handle general function constraints by funcnonlinear parameter. When this parameter is 0, Gurobi uses static piecewise-linear approximation, and when it is 1, Gurobi uses dynamic outer-approximation approach. In Gurobi v.12, the default value of this parameter is 1.
This information may also be helpful.
Thanks,
Ryuta0
サインインしてコメントを残してください。
コメント
1件のコメント