Lukas Meier
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Lukas Meier-
Performance of MVar vs. list of Var
AnsweredGetting more familiar with gurobi I recently updated my variable initialization in a complex model from lists of vars vars = []for _ in range(timesteps): vars.append(model.addVar()) to using MVar...
-
Trouble with using a transforming function on a variable
AnsweredHey, I am currently trying to optimize a model with parameteres that are influenced by economy of scale. Depending on the current value of the variable it is multiplied with the result of a transf...