Jonathan Eckstein
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Jonathan Eckstein-
Python call to chgCoef yields attribute error for __cindex__
AnsweredIn the Gurobi Python API, I am trying to change one coefficient within a linear constraint of a quadratic optimization model. I call grbModel.chgCoeff(constr, grbx[j], newvalue) Where grbMod...