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
The purpose of this would be to aid users by this consistency check when specifying constraints. Checking feasibility is only reasonably possible for linear constraints. To do this check we could try to solve a scipy.optimize.linprog problem.
The text was updated successfully, but these errors were encountered:
@DavidWalz but I think not necessarily for all constraints. For example linear inequality constraints that do not contain any of the eliminated variables just stay as they are and will therefore never be checked.
The purpose of this would be to aid users by this consistency check when specifying constraints. Checking feasibility is only reasonably possible for linear constraints. To do this check we could try to solve a
scipy.optimize.linprog
problem.The text was updated successfully, but these errors were encountered: