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
Non linear constraints can greatly improve the capabilities of a MILP-Model --> MIQP.
The ability to use these kinds of constraints can be found in the linopy docs, but I only see the option to form a QuadraticExpression. But these cannot be used to from proper constraints and therefore constraint a variable.
This seems rather useless to me. Or am I overlooking something obvious?
The text was updated successfully, but these errors were encountered:
I want to add that I would be ready to work on this functionality. But you might be able to give me a head start by sharing your past thoughts or attempts
hey @FBumann, thanks of raising this and your willingness to support, this is always great to see in the open-source world :) there is the possibility to formulate quadratic objectives already, however quadratic constraints are not supported (yet). I would require to scan through the code in constraints.py and io.py and make an estimate what we would need to update. for the moment I cannot say how much effort this would be
Non linear constraints can greatly improve the capabilities of a MILP-Model --> MIQP.
The ability to use these kinds of constraints can be found in the linopy docs, but I only see the option to form a QuadraticExpression. But these cannot be used to from proper constraints and therefore constraint a variable.
This seems rather useless to me. Or am I overlooking something obvious?
The text was updated successfully, but these errors were encountered: