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
-
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
Please sign in to leave a comment.
Comments
2 comments