Benders Strategy
AnsweredHello Gurobi Team
I was trying BendersStrategy which has been sugested by gurobibot on my Complimantory Optimization problem. the given Error Key:
Could you guide me on it
---------------------------------------------------------------------------
GurobiError Traceback (most recent call last)
Cell In[6], line 5
2 from gurobipy import GRB
4 model = gp.Model()
----> 5 model.setParam("BendersStrategy", 1)
File src\\gurobipy\\_model.pyx:2002, in gurobipy._model.Model.setParam()
File src\\gurobipy\\env.pxi:375, in gurobipy._core.Env.setParam()
GurobiError: Unknown parameter 'BendersStrategy'
0
-
Hi Saeed,
Gurobot might need more sleep, it is definitely hallucinating here. There are no parameters (or functionality) related to Benders Decomposition in Gurobi.
- Riley
0
Please sign in to leave a comment.
Comments
1 comment