Replies: 1 comment
-
@mihlema This is a pretty old discussion. Did we implement it? Can we close the discussion? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During our last call, we talked about possibly refactoring our existing variable bounds. Currently, it is possible to directly fix a variable to a certain value through the
fix_variable_name
parameters. We could extend this functionality, to also allow the user to force alower/upper_bound
on variables. This way the user can e.g. conveniently define, how many units of a certain type need to be at least invested in. Implementation would be relatively straightforward, populating our workaround for fixing variables and addingmin/max_variable_name
.(Related issue #416 )
So far we haven't identified any downsides, except for obviously more parameter definitions.
@Spine-project/spineopt-developers
Beta Was this translation helpful? Give feedback.
All reactions