You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I can first add a constraint that acts as an upper bound and then set an upper bound on the variable but I am not allowed to do the same thing in reverse order:
The first makes sense to me despite the redundant bounds in practice, it might be easier for users to set both generic upper bounds on variables and then to have some constraints that tighten those bounds.
Steps To Reproduce
See above
Expected Behavior
I don't like getting a conflicting bounds error when I chose to set a constraint on a single variable.
Environment
OS: WIN10
Python version: 3.10
The text was updated successfully, but these errors were encountered:
Just noticed something interesting: for order 1, if I then add an objective that uses variable j, the ValueError: conflicting upper bounds: 'i' error pops up, That's not good.
Description
I can first add a constraint that acts as an upper bound and then set an upper bound on the variable but I am not allowed to do the same thing in reverse order:
The first makes sense to me despite the redundant bounds in practice, it might be easier for users to set both generic upper bounds on variables and then to have some constraints that tighten those bounds.
Steps To Reproduce
See above
Expected Behavior
I don't like getting a conflicting bounds error when I chose to set a constraint on a single variable.
Environment
The text was updated successfully, but these errors were encountered: