Why my code is not working?
AnsweredI have the following error in my code and I don't know the reason of why is this happening, can somebody help me
0
-
It should be "gp.GRB.BINARY".
Alternatively, people also like to do:
from gurobipy import GRB
Then you can simply use "GRB.BINARY".
0 -
Thank you so much!!!! it worked
0
Please sign in to leave a comment.
Comments
2 comments