Stetson Zirkelbach
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Stetson Zirkelbach-
Stetson Zirkelbach commented,
Thank you for your help. I will implement this check to iterate around this. I was suprised that a primal simplex step with a feasible starting cbasis and vbasis and starting point could become inf...
-
Stetson Zirkelbach commented,
I am retrieving the variables with x = model.x a minimal working code example is tricky because I am looking at site assignment changes when I have the optimal assignment for one objective function...
-
Stetson Zirkelbach created a post,
Varible vector violates upper and lower bounds when I hit iteration limit
AnsweredHi all, I have an application where I want to monitor the variables over time. I declair all the variables in my model like this: x = m.addVars(np.size(distances, axis = 0), np.size(distances, ax...