addGenConstrPWL in Python
AnsweredHello community,
I am trying to implement an "addGenConstrPWL". In some case the model works but in others I get this error:
gurobipy.GurobiError: the last piece of PWL constraint has length < 1e-6, cannot be extended to x's ub
I could not find something similar. What is the meaning? How could I fix it?
Best
0
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum, or try Gurobot, our chatbot interface offering instant, expert-level support. -
Could you please post a minimal reproducible example?
0 -
My apologies, I think I understood the error.
The "x" I was providing for the PWL constraint needs to have a difference at least of 1e-6 between consecutive "x"s.
Best.
0
Post is closed for comments.
Comments
3 comments