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
Somewhere in #750 it seems the ability to set the name for LpConstraints has been lost. It's also obvious from the code that the name for the constraint is not set, it's at maximum set for the LpAffineExpression. @MBradbury I assume this wasn't intentional, or? If it wasn't, we should probably add back the possibility to give the constraint a name. I'm happy to do it as long as I get some guidance on how to do it. I'd assume, we'd always use the name given as the LpConstraint name and only, as currently, use the same name for the expression if it wasn't a LpAffineExpression to start with.
Details for the issue
Somewhere in #750 it seems the ability to set the name for LpConstraints has been lost. It's also obvious from the code that the name for the constraint is not set, it's at maximum set for the
LpAffineExpression
. @MBradbury I assume this wasn't intentional, or? If it wasn't, we should probably add back the possibility to give the constraint a name. I'm happy to do it as long as I get some guidance on how to do it. I'd assume, we'd always use the name given as the LpConstraint name and only, as currently, use the same name for the expression if it wasn't aLpAffineExpression
to start with.What did you do?
What did you expect to see?
What did you see instead?
Additionally
produces
Useful extra information
What operating system are you using?
I'm using python version:
I installed PuLP via:
rye add pulp --git https://github.com/coin-or/pulp
Did you also
The text was updated successfully, but these errors were encountered: