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
Not sure why const cannot have a setter. Either way, you could just use the constructor of LinExpr directly. I may prepare a PR for this because I probably need to have this fixed.
The text was updated successfully, but these errors were encountered:
In
get_objective
ingurobi.py
you are trying to set theconst
property ofLinExpr
, which doesn't have a setter.To reproduce:
Not sure why
const
cannot have a setter. Either way, you could just use the constructor ofLinExpr
directly. I may prepare a PR for this because I probably need to have this fixed.The text was updated successfully, but these errors were encountered: